mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
add npm db revert note
This commit is contained in:
parent
6d9e06f1b9
commit
a64201abde
@ -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}.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user