diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-16 14:36:31 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-16 14:36:31 +0000 |
commit | d2ca24087fe6fdd91535602ffe493a92c3a468c6 (patch) | |
tree | 181ee18a09d6695a2de86d652e5a6482ffb427ee /UPGRADE.rst | |
parent | Make failure to run appropraite upgrade scripts more helpful. (diff) | |
download | synapse-d2ca24087fe6fdd91535602ffe493a92c3a468c6.tar.xz |
Bump UPGRADES and CHANGES
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 5ebdd455c1..a602a9f3eb 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,3 +1,19 @@ +Upgrading to v0.6.0 +=================== + +This update includes a change to the database schema. To upgrade you first need +to upgrade the database by running:: + + python scripts/upgrade_db_to_v0.6.0.py <db> <server_name> <signing_key> + +Where `<db>` is the location of the database, `<server_name>` is the +server name as specified in the synapse configuration, and `<signing_key>` is +the location of the signing key as specified in the synapse configuration. + +This may take some time to complete. Failures of signatures and content hashes +can safely be ignored. + + Upgrading to v0.5.1 =================== |