0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 02:29:00 +02:00

Fix upgrade instructions

This commit is contained in:
David Baker 2015-03-02 16:40:17 +00:00
parent 9f03553f48
commit 3c8bd7809c

View file

@ -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
===================