From 31e2e387609b45d4b28b747e788bbf4e985ccbbd Mon Sep 17 00:00:00 2001 From: kristoferlund Date: Mon, 15 Aug 2022 14:21:33 +0200 Subject: [PATCH] Add: Upgrade script backs up database before upgrading Docker images. --- upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade.sh b/upgrade.sh index f259f9922..426899bb1 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -1,4 +1,5 @@ #!/bin/bash +bash database-backup.sh docker compose -f ./docker-compose.production.yml pull docker compose -f ./docker-compose.production.yml down docker compose -f ./docker-compose.production.yml up -d --remove-orphans \ No newline at end of file