From 0e8553d1a7bb004861321a7a0d3f52dcd7b8c63c Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 9 Oct 2015 11:08:54 -0700 Subject: [PATCH] code path applies to upgraded cloudrons as well --- setup/start/setup_infra.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/start/setup_infra.sh b/setup/start/setup_infra.sh index bea9723ad..c62d7cf62 100755 --- a/setup/start/setup_infra.sh +++ b/setup/start/setup_infra.sh @@ -97,7 +97,7 @@ mongodb_container_id=$(docker run --restart=always -d --name="mongodb" \ echo "Mongodb container id: ${mongodb_container_id}" if [[ "${infra_version}" == "none" ]]; then - # if no existing infra was found (for new and restoring cloudons), download app backups + # if no existing infra was found (for new, upgraded and restored cloudons), download app backups echo "Marking installed apps for restore" mysql -u root -ppassword -e 'UPDATE apps SET installationState = "pending_restore" WHERE installationState = "installed"' box else