diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-16 17:29:49 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-16 17:29:49 +0000 |
commit | 56db465047c2906a78eccdd63b2fa18d72903a66 (patch) | |
tree | bdd082c04fd0c02b4d732bf8ea6e4dd559d84b51 /UPGRADE.rst | |
parent | SYN-142: Use a default log file 'homeserver.log' so people get logging by def... (diff) | |
parent | Change upgrade script to not check hashes or signatures (diff) | |
download | synapse-56db465047c2906a78eccdd63b2fa18d72903a66.tar.xz |
Merge branch 'release-v0.6.0' into develop
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 =================== |