From 9c0e29f772d49603e7f5de6f31532052b92b142d Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Wed, 5 Apr 2023 15:40:43 -0400 Subject: [PATCH] Update comment. --- deployment/update.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deployment/update.sh b/deployment/update.sh index d03c3da..32d5775 100755 --- a/deployment/update.sh +++ b/deployment/update.sh @@ -70,9 +70,11 @@ cd - # run deploy which backups up everything, but doesnt restart any services. bash -c "./project/deploy.sh --stop --backup-archive-path=$BTCPAY_RESTORE_ARCHIVE_PATH --backup-www --backup-btcpayserver" -# call the destroy script. This brings down the existing deployment. Does NOT destroy docker data. +# call the down script (be default it is non-destructuve of user data.) ./down.sh - + + +# next we switch back to the current version of Sovereign Stack scripts for bringin up the new version. cd project/ echo "INFO: switching the 'project' repo back to the most recent commit '$TARGET_PROJECT_GIT_COMMIT'" echo " That way new deployments will be instantiated using the latest codebase."