Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from hamber-dick/dev-branch-hamber-dick
Browse files Browse the repository at this point in the history
Documantation to chek synapse version
  • Loading branch information
hamber-dick authored May 10, 2017
2 parents 5331cd1 + 57ed7f6 commit 43cd86b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions UPGRADE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43cd86b

Please sign in to comment.