diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index cf29f6d85f..bc5181ca0c 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,7 +2,7 @@ This list shows all the versions which include breaking changes and how to upgrade. -# 1.65.0 +## 1.65.0 ### What changed? @@ -12,7 +12,7 @@ Queue polling via the env var `QUEUE_RECOVERY_INTERVAL` has been removed. If you have set the env var `QUEUE_RECOVERY_INTERVAL`, so you can remove it as it no longer has any effect. -# 1.63.0 +## 1.63.0 ### What changed? @@ -579,14 +579,14 @@ If you have been using MongoDB as a database for n8n. Please note that this is n ### How to upgrade: -Before upgrading, you can [export](https://docs.n8n.io/reference/start-workflows-via-cli.html#export-workflows-and-credentials) all your credentials and workflows using the CLI. +Before upgrading, you can [export](https://docs.n8n.io/hosting/cli-commands/#export-workflows-and-credentials) all your credentials and workflows using the CLI. ``` n8n export:workflow --backup --output=backups/latest/ n8n export:credentials --backup --output=backups/latest/ ``` -You can then change the database to one of the supported databases mentioned [here](https://docs.n8n.io/reference/data/database.html). Finally, you can upgrade n8n and [import](https://docs.n8n.io/reference/start-workflows-via-cli.html#import-workflows-and-credentials) all your credentials and workflows back into n8n. +You can then change the database to one of the supported databases mentioned [here](https://docs.n8n.io/hosting/configuration/supported-databases-settings). Finally, you can upgrade n8n and [import](https://docs.n8n.io/hosting/cli-commands/#import-workflows-and-credentials) all your credentials and workflows back into n8n. ``` n8n import:workflow --separate --input=backups/latest/