Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update MariaDB versions #6426

Merged
merged 3 commits into from
Jun 8, 2024
Merged

CI: Update MariaDB versions #6426

merged 3 commits into from
Jun 8, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    846dc79 View commit details
    Browse the repository at this point in the history
  2. ci mariadb - use 11.4, latest lts in includes

    It the latest stable version so ensure it works.
    grooverdan committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b1ade1f View commit details
    Browse the repository at this point in the history
  3. ci mariadb - healthcheck

    MariaDB containers except the 10.0 version have a healthcheck.sh script.
    Use this to check if the container is ready.
    
    mysqladmin ping has a problem that without the --protocol tcp it will return
    healthy in the intialization phases where mariadb is running without networking.
    
    By adding --protocol tcp the 10.0 instance can return healthy once a tcp
    socket is listenting.
    grooverdan committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a259450 View commit details
    Browse the repository at this point in the history