From ecc3df29f223483e6ec4c6f0a99cb3fae161b238 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Tue, 29 Dec 2020 20:19:06 -0500 Subject: [PATCH] added update info --- INSTALLATION.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/INSTALLATION.md b/INSTALLATION.md index d1acd82..0d62c47 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -137,3 +137,16 @@ sudo ufw status ``` You should now have an up and running BirdsiteLIVE instance! + +## Upgrading + +Make sure your data belong outside the containers before migrating (set by default). +To upgrade your installation to the latest release: + +``` +# Edit `docker-compose.yml` to update the version, if you have one specified +# Pull new images +docker-compose pull +# Start a new container, automatically removes old one +docker-compose up -d +```