docs: Fix links and update headers in breaking changes file (no-changelog) (#15023)

This commit is contained in:
Justin Ellingwood
2025-05-09 11:19:29 +01:00
committed by GitHub
parent 24638420bd
commit 33030eae7d

View File

@@ -2,7 +2,7 @@
This list shows all the versions which include breaking changes and how to upgrade. This list shows all the versions which include breaking changes and how to upgrade.
# 1.65.0 ## 1.65.0
### What changed? ### 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. 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? ### 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: ### 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:workflow --backup --output=backups/latest/
n8n export:credentials --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/ n8n import:workflow --separate --input=backups/latest/