fix(docs): Fix postgres upgrade instructions

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2669>
This commit is contained in:
Ciarán Ainsworth 2023-12-05 18:23:46 +01:00 committed by Marge
parent 3ee6ba6658
commit 4cbce95bcb
2 changed files with 4 additions and 4 deletions

View File

@ -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
```

View File

@ -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}