docs: always run django migration on upgrade (#1687)
This commit is contained in:
parent
1c4f9c3f98
commit
20960fcf0a
|
@ -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.
|
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 the services
|
||||||
|
|
||||||
Restart all the services to make sure all the changes are applied.
|
Restart all the services to make sure all the changes are applied.
|
||||||
|
|
Loading…
Reference in New Issue