diff --git a/docs/hosting/installation/npm.md b/docs/hosting/installation/npm.md index f6f331f0d..789adb0b1 100644 --- a/docs/hosting/installation/npm.md +++ b/docs/hosting/installation/npm.md @@ -77,6 +77,12 @@ Start n8n with `--tunnel` by running: n8n start --tunnel ``` +## Reverting an upgrade + +To revert an upgrade, install an older version. + +If the upgrade involved a database migration, run `n8n db:revert` to roll back the database. + ## Windows troubleshooting If you are experiencing issues running n8n on Windows, make sure your Node.js environment is correctly set up. Follow Microsoft's guide to [Install NodeJS on Windows](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows){:target=_blank .external-link}.