Update backup docs a bit
This commit is contained in:
parent
53869ac14a
commit
ca22355910
|
@ -59,9 +59,7 @@ matrix-postgres \
|
||||||
> /matrix/postgres.sql.gz
|
> /matrix/postgres.sql.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are using an [external Postgres server](configuring-playbook-external-postgres.md), the above command will not work, because the credentials file (`/matrix/postgres/env-postgres-psql`) is not available.
|
If you are using an [external Postgres server](configuring-playbook-external-postgres.md), the above command will not work, because neither the credentials file (`/matrix/postgres/env-postgres-psql`), nor the `matrix-postgres` container is available.
|
||||||
|
|
||||||
If your server is on the ARM32 [architecture](alternative-architectures.md), you may need to remove the `-alpine` suffix from the image name in the command above.
|
|
||||||
|
|
||||||
Restoring a backup made this way can be done by [importing it](importing-postgres.md).
|
Restoring a backup made this way can be done by [importing it](importing-postgres.md).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue