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

mysqlctl: Improve backup restore compatibility check #15856

Merged

Commits on May 7, 2024

  1. mysqlctl: Improve backup restore compatibility check

    This check has to be smarter to allow certain backup restore scenarios.
    Starting from MySQL 8.0.35, it's allowed to restore into older versions
    within the same LTS stream. This is something we didn't allow so far,
    but we need to for managing the more recent MySQL releases correctly.
    
    This also implies that we don't need upgrade safe flags for these cases
    as well and allows it even if that flag is off now.
    
    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a4cad70 View commit details
    Browse the repository at this point in the history
  2. Delete unsupported version test

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a50d2a4 View commit details
    Browse the repository at this point in the history
  3. Add comment for why 8.0.35 is important

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 7, 2024
    Configuration menu
    Copy the full SHA
    693a94f View commit details
    Browse the repository at this point in the history
  4. Update naming for better description

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4a841ef View commit details
    Browse the repository at this point in the history
  5. Fix error check

    Signed-off-by: Dirkjan Bussink <d.bussink@gmail.com>
    dbussink committed May 7, 2024
    Configuration menu
    Copy the full SHA
    6472ee0 View commit details
    Browse the repository at this point in the history