diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-08 13:47:48 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-08 13:47:48 +0100 |
commit | 3a42f32134c305c1ba7947c53c23839f5dc3985f (patch) | |
tree | 47ec04768ff8bb087364cf501b107d6222cb8251 /docs | |
parent | Support reading directly from a config (diff) | |
download | synapse-3a42f32134c305c1ba7947c53c23839f5dc3985f.tar.xz |
Reword port script usage
Diffstat (limited to 'docs')
-rw-r--r-- | docs/postgres.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/postgres.rst b/docs/postgres.rst index 2dcc3caf9e..76a76cbb54 100644 --- a/docs/postgres.rst +++ b/docs/postgres.rst @@ -82,8 +82,8 @@ complete, restart synapse. For instance:: cp homeserver.db homeserver.db.snapshot ./synctl start -Assuming your database config file (as described in the section *Synapse -config*) is named ``database_config.yaml`` and the SQLite snapshot is at +Assuming your new config file (as described in the section *Synapse config*) +is named ``homeserver-postgres.yaml`` and the SQLite snapshot is at ``homeserver.db.snapshot`` then simply run:: python scripts/port_from_sqlite_to_postgres.py \ |