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
Ciarán Ainsworth 2023-12-05 18:23:46 +01:00 zatwierdzone przez Marge
rodzic 3ee6ba6658
commit 4cbce95bcb
2 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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.
```{code-block} sh
sudo docker compose up -d
```console
# docker compose up -d
```

Wyświetl plik

@ -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:
:::{include} /administrator/migration.md
:start-line: 112
:end-line: 129
:start-line: 105
:end-line: 132
:::
:::{seealso}