add npm db revert note

This commit is contained in:
Deborah Barnard 2024-05-01 09:16:39 +01:00
parent 6d9e06f1b9
commit a64201abde

View File

@ -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}.