docs: always run django migration on upgrade (#1687)

This commit is contained in:
Jonas L 2022-03-18 16:10:25 +01:00 committed by GitHub
parent 1c4f9c3f98
commit 20960fcf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,14 @@ Follow [the install guide](./install.md#download) to download and install the ne
Be sure to carefully read **all** the [releases notes](../../../releases), from your current version to the targeted version, to apply upgrade or breaking changes instructions to your installation.
## Apply migrations
Run the following command to apply the database migrations:
```bash
libretime-api migrate
```
## Restart the services
Restart all the services to make sure all the changes are applied.