Document that using an external Postgres server has serious downsides

Related to:

- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1682
- https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1679
This commit is contained in:
Slavi Pantaleev
2022-03-08 09:28:48 +02:00
parent 5a4dd2b3e8
commit d5de1e8352
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,8 @@
---
# Controls if the Postgres server managed by the playbook is enabled.
# You can turn it off and use an external Postgres server by setting this to `false`.
# Doing this has various downsides. See `docs/configuring-playbook-external-postgres.md` to learn more.
matrix_postgres_enabled: true
matrix_postgres_connection_hostname: "matrix-postgres"