Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2549>
environments/review-docs-devel-5tyv5s/deployments/18763
Alexander Dunkel 2023-08-24 11:01:38 +02:00 zatwierdzone przez Marge
rodzic ce4b576b86
commit 96b74d2984
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -83,8 +83,6 @@ Funkwhale depends on Postgres for its database container. To upgrade Postgres, y
To update your Postgres container, follow these steps:
1. Stop all Funkwhale services
```console
@ -96,7 +94,7 @@ To update your Postgres container, follow these steps:
```console
# 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
```console