summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2015-03-02 13:38:57 +0000
committerKegan Dougal <kegan@matrix.org>2015-03-02 13:38:57 +0000
commitc3c01641d2d49988c59826912e4e48740ab4f32a (patch)
tree09e72463e5822a8309145c77da3bb80ab80b6b62 /UPGRADE.rst
parentAdd upgrade script (diff)
downloadsynapse-c3c01641d2d49988c59826912e4e48740ab4f32a.tar.xz
Run deltas and bump user_version in upgrade script
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 4045baf4e0..8cda8d02a0 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -12,6 +12,11 @@ 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.
+
 Upgrading to v0.7.0
 ===================