summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-04 14:56:41 +0000
committerDavid Baker <dave@matrix.org>2015-03-04 14:56:41 +0000
commit92b3dc3219ccabc6997c66197a3b879dc49f5597 (patch)
tree083acae90fadadf500918d58754a628feff86351 /UPGRADE.rst
parentUse if not results rather than len, as per feedback. (diff)
parentFix upgrade instructions (diff)
downloadsynapse-92b3dc3219ccabc6997c66197a3b879dc49f5597.tar.xz
Merge branch 'develop' into pushrules2
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 4045baf4e0..499b59aa0a 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -12,6 +12,10 @@ 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).
 
+The format of stored application services has changed in Synapse. You will need
+to run ``PYTHONPATH=. python scripts/upgrade_appservice_db.py <database file path>``
+to convert to the new format.
+
 Upgrading to v0.7.0
 ===================