summary refs log tree commit diff
path: root/UPGRADE.rst
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2015-03-02 16:40:17 +0000
committerDavid Baker <dave@matrix.org>2015-03-02 16:40:38 +0000
commit3c8bd7809c1f8739c5b8676d8966fa19851a4e9a (patch)
tree60c5f50931995e2786b3fbc3e8354d67843edcd6 /UPGRADE.rst
parentAdd missing comma (diff)
downloadsynapse-3c8bd7809c1f8739c5b8676d8966fa19851a4e9a.tar.xz
Fix upgrade instructions
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r--UPGRADE.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst
index f2a042f0e9..499b59aa0a 100644
--- a/UPGRADE.rst
+++ b/UPGRADE.rst
@@ -13,8 +13,8 @@ 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 ``python upgrade_appservice_db.py <database file path>`` to convert to 
-the new format.
+to run ``PYTHONPATH=. python scripts/upgrade_appservice_db.py <database file path>``
+to convert to the new format.
 
 Upgrading to v0.7.0
 ===================