Skip to content

Commit

Permalink
- wait for app_db to come online during upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
mstyne committed Sep 4, 2024
1 parent 15b6b70 commit f5b1598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/appliance/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@
- ubersmith-app_web-1
- ubersmith-app_db-1
- ubersmith-app_cron-1
tags:
- upgrade

# Store the configuration values specified during the deploy for use during
# future upgrades.
Expand Down Expand Up @@ -384,7 +386,7 @@
- "{{ uberapp_user_password }}"
- ubersmith
tags:
- password
- password

# Only when upgrading, run the upgrade script.
- name: run upgrade.php
Expand Down

0 comments on commit f5b1598

Please sign in to comment.