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
When attempting to bring up the containers using docker compose, the manager-mariadb-1 container fails to start and is marked as "unhealthy." All other containers start without issue.
The relevant logs show that the MariaDB entrypoint script attempts to check the configuration but fails during the validation step:
2024-09-04 12:09:19+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.5.2+maria~ubu2404 started.
2024-09-04 12:09:19+00:00 [ERROR] [Entrypoint]: mariadbd failed while attempting to check config
command was: mariadbd --verbose --help
Steps to Reproduce:
Run the following command to bring up the containers:
docker compose --project-directory /opt/manager up -d
Observe that all containers except for manager-mariadb-1 start successfully.
Check the status of the manager-mariadb-1 container, which is marked as "unhealthy."
Run docker logs manager-mariadb-1 to view the error logs.
When attempting to bring up the containers using docker compose, the manager-mariadb-1 container fails to start and is marked as "unhealthy." All other containers start without issue.
The relevant logs show that the MariaDB entrypoint script attempts to check the configuration but fails during the validation step:
Steps to Reproduce:
Run the following command to bring up the containers:
docker compose --project-directory /opt/manager up -d
Observe that all containers except for manager-mariadb-1 start successfully.
Check the status of the manager-mariadb-1 container, which is marked as "unhealthy."
Run docker logs manager-mariadb-1 to view the error logs.
logs in zuul
The text was updated successfully, but these errors were encountered: