Skip to content

Commit

Permalink
Add downgrading notes
Browse files Browse the repository at this point in the history
Closes #6051
  • Loading branch information
rijkvanzanten committed Jun 4, 2021
1 parent 79835d6 commit fe659ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/projects.md
Expand Up @@ -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
Expand Down

0 comments on commit fe659ec

Please sign in to comment.