1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 05:28:15 -05:00

sleep 30 seconds before running db migration

This commit is contained in:
Kyle Spearrin 2018-03-09 22:55:43 -05:00
parent 64277f54f8
commit 115c938956
2 changed files with 2 additions and 2 deletions

View File

@ -106,6 +106,6 @@ elseif($update) {
Docker-Compose-Down Docker-Compose-Down
Update Update
Restart Restart
Start-Sleep -s 7 Start-Sleep -s 30
Update-Database Update-Database
} }

View File

@ -124,6 +124,6 @@ then
dockerComposeDown dockerComposeDown
update update
restart restart
sleep 7 sleep 30
updateDatabase updateDatabase
fi fi