summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index 6ea348acc3..499b59aa0a 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -1,3 +1,21 @@
+Upgrading to vx.xx
+==================
+
+Servers which use captchas will need to add their public key to::
+
+  static/client/register/register_config.js
+
+    window.matrixRegistrationConfig = {
+        recaptcha_public_key: "YOUR_PUBLIC_KEY"
+    };
+
+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
 ===================