pondersource / nextcloud-mfa-awareness

Make Nextcloud aware of whether the current user is logged in with Multi-Factor Authentication
MIT License
0 stars 2 forks source link

Improve mysql-is-up checks #22

Closed michielbdejong closed 1 year ago

michielbdejong commented 1 year ago

We now check for the ports to be open but we should do something like mysql ping

michielbdejong commented 1 year ago

It seems the issues with connecting to mysql in mesh.pondersource.org the docker-compose-created testnet are not about waiting for mysql to be up. It works when using straight docker run commands, but when setting up the testnet using docker-compose, the mysql servers can't talk to each other

michielbdejong commented 1 year ago

Looks like my iptables flush had broken docker-compose! So the mysql-is-up check we have now is fine.