Alexander Dunkel 2023-08-24 11:01:38 +02:00 committed by Marge
parent ce4b576b86
commit 96b74d2984
1 changed files with 1 additions and 3 deletions

4
docs/administrator/upgrade/docker.md Normal file → Executable file
View File

@ -83,8 +83,6 @@ Funkwhale depends on Postgres for its database container. To upgrade Postgres, y
To update your Postgres container, follow these steps: To update your Postgres container, follow these steps:
1. Stop all Funkwhale services 1. Stop all Funkwhale services
```console ```console
@ -96,7 +94,7 @@ To update your Postgres container, follow these steps:
```console ```console
# docker compose run --rm postgres pg_dump -U postgres postgres > db_dump.sql # docker compose run --rm postgres pg_dump -U postgres postgres > db_dump.sql
``` ```
3. Move the {file}`data/postgres` directory to another location to back it up 3. Move the {file}`data/postgres` directory to another location to back it up
```console ```console