Prettify
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2549>
This commit is contained in:
parent
ce4b576b86
commit
96b74d2984
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue