This commit is contained in:
Slavi Pantaleev 2021-01-22 14:33:02 +02:00
parent 1a3034b0c8
commit 89db6be568
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ You may need to press *Enter* after pasting the lines above.
### What do I do if I'm using an external Postgres server?
If you've explicitly configured an [external Postgres server](docs/configuring-playbook-external-postgres.md), there are changes that you need to do at this time.
If you've explicitly configured an [external Postgres server](docs/configuring-playbook-external-postgres.md), there are **no changes** that you need to do at this time.
The fact that we've renamed Synapse's database from `homeserver` to `synapse` (in our defaults) should not affect you, as you're already explicitly defining `matrix_synapse_database_database` (if you've followed our guide, that is). If you're not explicitly defining this variable, you may wish to do so (`matrix_synapse_database_database: homeserver`), to avoid the new `synapse` default and keep things as they were.