Skip to content
Snippets Groups Projects
Commit fccc13b8 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Adds mysql upgrade hotfix

parent 8aefd79d
No related branches found
No related tags found
No related merge requests found
systemctl list-units | grep failed | grep b-u | xargs systemctl status | grep -a2 'SHOW VARIABLES' | grep .service | cut -d'@' -f2 | cut -d'.' -f1,2 | sed "s/\.//g" | sed "s/-//g" | sed "s/$/_db_1/" | xargs -I % docker exec % bash -c 'mysql_upgrade -uroot -p$MYSQL_ROOT_PASSWORD'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment