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

Use MARIADB_AUTO_UPGRADE=1 to recreate healthcheck users cnf file mis… #556

Merged
merged 2 commits into from
Feb 2, 2024

Commits on Jan 24, 2024

  1. Use MARIADB_AUTO_UPGRADE=1 to recreate healthcheck users cnf file mis…

    …sings
    
    Factor our create_healthcheck_users.
    
    Make sure that when recreating users, if they already exist, we just password
    reset these and ensure the .my-healtcheck.cnf file is there for usage. We don't
    want to clobber any existing grants if we happen not to have MARIADB_HEALTHCHECK_GRANTS
    set.
    
    Because creating users needs to move past --skip-grant-tables with FLUSH PRIVEGES,
    and mariadb-upgrade also issue FLUSH PRIVILEGES, then unfortunately is yet another
    restart.
    
    Adjust test case to ensure there is no .cnf file, and create it on
    restore.
    grooverdan committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    05e74b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    cedb23c View commit details
    Browse the repository at this point in the history