diff --git a/scripts/run.ps1 b/scripts/run.ps1 index 3bf547c339..134ce9d105 100644 --- a/scripts/run.ps1 +++ b/scripts/run.ps1 @@ -106,6 +106,7 @@ elseif($update) { Docker-Compose-Down Update Restart + echo "Waiting for database to come online..." Start-Sleep -s 30 Update-Database } diff --git a/scripts/run.sh b/scripts/run.sh index cfb8eaa338..0a784fd1c2 100644 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -124,6 +124,7 @@ then dockerComposeDown update restart + echo "Waiting for database to come online..." sleep 30 updateDatabase fi