mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 02:58:13 -03:30
Fix "upgrade in progress" status page not showing up while migration is in progress (#14579)
Web container does not need to wait for migration if the database is running and responsive, but migrations have not finished, it will start serving, and users will get the upgrading page wait-for-migration prevent nginix and uwsgi from starting up to serve the "upgrade in progress" status page
This commit is contained in:
@@ -15,6 +15,4 @@ fi
|
||||
|
||||
set -e
|
||||
|
||||
wait-for-migrations
|
||||
|
||||
exec supervisord -c /etc/supervisord_web.conf
|
||||
|
||||
Reference in New Issue
Block a user