diff options
author | Krombel <krombel@krombel.de> | 2017-05-16 15:29:59 +0200 |
---|---|---|
committer | Krombel <krombel@krombel.de> | 2017-05-16 15:29:59 +0200 |
commit | 55af207321cc572b040de521f61e087b4d51e078 (patch) | |
tree | f157863bf90299357e9f7c2205197edfb3922aa0 /UPGRADE.rst | |
parent | avoid access-error if no filter_id matches (diff) | |
parent | Merge pull request #2218 from matrix-org/rav/event_search_index (diff) | |
download | synapse-55af207321cc572b040de521f61e087b4d51e078.tar.xz |
Merge branch 'develop' into avoid_duplicate_filters
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 9f044719a0..6164df8833 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -28,6 +28,15 @@ running: git pull # Update the versions of synapse's python dependencies. python synapse/python_dependencies.py | xargs -n1 pip install --upgrade + +To check whether your update was sucessfull, run: + +.. code:: bash + + # replace your.server.domain with ther domain of your synaspe homeserver + curl https://<your.server.domain>/_matrix/federation/v1/version + +So for the Matrix.org HS server the URL would be: https://matrix.org/_matrix/federation/v1/version. Upgrading to v0.15.0 |