kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(docs): Fix postgres upgrade instructions
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2669>environments/review-docs-fix-p-l408cl/deployments/18888
rodzic
3ee6ba6658
commit
4cbce95bcb
|
@ -126,6 +126,6 @@ Check the file and remove any duplicated settings after copying.
|
||||||
|
|
||||||
Once you have imported your database and run migrations, you can start all containers.
|
Once you have imported your database and run migrations, you can start all containers.
|
||||||
|
|
||||||
```{code-block} sh
|
```console
|
||||||
sudo docker compose up -d
|
# docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
|
@ -136,8 +136,8 @@ To update your Postgres container, follow these steps:
|
||||||
Once you've updated your Postgres containers, you need to migrate your database. To do this:
|
Once you've updated your Postgres containers, you need to migrate your database. To do this:
|
||||||
|
|
||||||
:::{include} /administrator/migration.md
|
:::{include} /administrator/migration.md
|
||||||
:start-line: 112
|
:start-line: 105
|
||||||
:end-line: 129
|
:end-line: 132
|
||||||
:::
|
:::
|
||||||
|
|
||||||
:::{seealso}
|
:::{seealso}
|
||||||
|
|
Ładowanie…
Reference in New Issue