From 26e1e6559a1f6ad8cdc5db516ad0c0fc1a2815db Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 19 May 2021 16:02:39 +0100 Subject: [PATCH] docs: Add upgrade guide --- docs/setup/upgrading.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/setup/upgrading.md diff --git a/docs/setup/upgrading.md b/docs/setup/upgrading.md new file mode 100644 index 0000000..e85ad96 --- /dev/null +++ b/docs/setup/upgrading.md @@ -0,0 +1,26 @@ +--- +title: "Upgrading your Snikket server" +date: 2021-05-19T14:32:02Z +--- + +Upgrading to a new Snikket release is typically very easy. + +## snikket-selfhosted + +If you installed Snikket using the [snikket-selfhosted][] scripts, simply run: + + cd /opt/snikket + git pull + ./scripts/update.sh + +## Snikket quickstart + +If you're using a version installed from the [original quickstart][] guide on +the website, use these commands instead: + + cd /etc/snikket + docker-compose pull + docker-compose up -d + +[snikket-selfhosted]: https://github.com/snikket-im/snikket-selfhosted +[original quickstart]: https://snikket.org/service/quickstart/