diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-03-02 14:52:31 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-03-02 14:52:31 +0000 |
commit | fb7b6c468128033fcaec3c3e4ca678e5cd3694a0 (patch) | |
tree | 722d975d82d3fc3b299986ac363248246afa24dd /UPGRADE.rst | |
parent | Run deltas and bump user_version in upgrade script (diff) | |
download | synapse-fb7b6c468128033fcaec3c3e4ca678e5cd3694a0.tar.xz |
Wording tweaks
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 8cda8d02a0..f2a042f0e9 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -12,10 +12,9 @@ Servers which use captchas will need to add their public key to:: This is required in order to support registration fallback (typically used on mobile devices). -Servers which have registered application services need to upgrade their -database as the format of stored application services has changed in Synapse. -Run ``python upgrade_appservice_db.py <database file path>`` to convert to the -new format. +The format of stored application services has changed in Synapse. You will need +to run ``python upgrade_appservice_db.py <database file path>`` to convert to +the new format. Upgrading to v0.7.0 =================== |