summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2017-03-31 14:13:26 +0100
committerGitHub <noreply@github.com>2017-03-31 14:13:26 +0100
commit07a32d192c1254f50920e4bec6e74c424e5c3300 (patch)
treedfb519e4ca5a9d094b18db65ae2d96ae8f92a879 /docs
parentMerge pull request #1927 from zuckschwerdt/fix-nuke-script (diff)
parentClarify doc for SQLite to PostgreSQL port (diff)
downloadsynapse-07a32d192c1254f50920e4bec6e74c424e5c3300.tar.xz
Merge pull request #1961 from benhylau/patch-1
Clarify doc for SQLite to PostgreSQL port
Diffstat (limited to 'docs')
-rw-r--r--docs/postgres.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/postgres.rst b/docs/postgres.rst
index 402ff9a4de..b592801e93 100644
--- a/docs/postgres.rst
+++ b/docs/postgres.rst
@@ -112,9 +112,9 @@ script one last time, e.g. if the SQLite database is at  ``homeserver.db``
 run::
 
     synapse_port_db --sqlite-database homeserver.db \
-        --postgres-config database_config.yaml
+        --postgres-config homeserver-postgres.yaml
 
 Once that has completed, change the synapse config to point at the PostgreSQL
-database configuration file using the ``database_config`` parameter (see
-`Synapse Config`_) and restart synapse. Synapse should now be running against
+database configuration file ``homeserver-postgres.yaml`` (i.e. rename it to 
+``homeserver.yaml``) and restart synapse. Synapse should now be running against
 PostgreSQL.