You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we expect the container to be ready only when initialization is completed. In the official mariadb image, initialization of the db is executed with the server running with --skip-networking flag. In this case, healthcheck.sh --connect fails and the container is not in a ready state.
With the bitnami image, the --skip-networking flag is not used, which prevents to detect the full initialization of the database
What is the expected behavior?
healthcheck.sh --connect should allow to detect the full initialization of the database
What do you see instead?
There is no way to detect the real ready state of the database
Additional information
If this bug is valid and the proposal to use --skip-networking during setup is accepted, I am willing to contribute to this, please tell me.
The text was updated successfully, but these errors were encountered:
Name and Version
bitnami/mariadb:10.11
What architecture are you using?
None
What steps will reproduce the bug?
--skip-networking
flag. In this case,healthcheck.sh --connect
fails and the container is not in a ready state.With the bitnami image, the
--skip-networking
flag is not used, which prevents to detect the full initialization of the databaseWhat is the expected behavior?
healthcheck.sh --connect
should allow to detect the full initialization of the databaseWhat do you see instead?
There is no way to detect the real ready state of the database
Additional information
If this bug is valid and the proposal to use
--skip-networking
during setup is accepted, I am willing to contribute to this, please tell me.The text was updated successfully, but these errors were encountered: