summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-08 13:50:03 +0100
committerErik Johnston <erik@matrix.org>2015-05-08 13:50:03 +0100
commit22a7ba8b22082503f2521c135168e1fb644efa60 (patch)
tree2552f6adfe3546758f481391e11fafea068fa891 /docs
parentReword port script usage (diff)
downloadsynapse-22a7ba8b22082503f2521c135168e1fb644efa60.tar.xz
Actually rename all isntances
Diffstat (limited to 'docs')
-rw-r--r--docs/postgres.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/postgres.rst b/docs/postgres.rst
index 76a76cbb54..19d8391115 100644
--- a/docs/postgres.rst
+++ b/docs/postgres.rst
@@ -88,7 +88,7 @@ is named ``homeserver-postgres.yaml`` and the SQLite snapshot is at
 
     python scripts/port_from_sqlite_to_postgres.py \
         --sqlite-database homeserver.db.snapshot \
-        --postgres-config database_config.yaml
+        --postgres-config homeserver-postgres.yaml
 
 The flag ``--curses`` displays a coloured curses progress UI.