Add downgrading notes

Closes #6051
This commit is contained in:
rijkvanzanten
2021-06-03 21:09:13 -04:00
parent 79835d6c83
commit fe659ec32a

View File

@@ -91,6 +91,14 @@ of Directus.
:::
## Downgrading a Project
Directus can be reverted to an earlier version by going to your terminal, navigating into your project folder and
running `npm install directus@<version>`.
If you ran any database migrations for a newer version, you can revert those by running
`npx directus database migrate:down`
## Deleting a Project
1. Optional: **Backup any local files** stored within the project's root directory