-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Backups: Support InnoDB Redo Log Location With 8.0.30+ #10847
Commits on Jul 26, 2022
-
Support default InnoDB Redo log location with 8.0.30+
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5b167c - Browse repository at this point
Copy the full SHA d5b167cView commit details -
Adjustments after local testing
Testing was done with: cd examples/local ./401_teardown.sh; ./101_initial_cluster.sh; ./backups/take_backups.sh Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0d86e2 - Browse repository at this point
Copy the full SHA d0d86e2View commit details -
Fix unit test and add capability
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53377f1 - Browse repository at this point
Copy the full SHA 53377f1View commit details -
Merge remote-tracking branch 'origin/main' into 8.0.30_builtin_backups
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4410e4 - Browse repository at this point
Copy the full SHA e4410e4View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53d6a0e - Browse repository at this point
Copy the full SHA 53d6a0eView commit details -
Minor improvements after self review
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cfc965 - Browse repository at this point
Copy the full SHA 6cfc965View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0165b6 - Browse repository at this point
Copy the full SHA b0165b6View commit details
Commits on Jul 27, 2022
-
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f690ac8 - Browse repository at this point
Copy the full SHA f690ac8View commit details -
Try pinning the ubuntu and MySQL version
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0f5a1a - Browse repository at this point
Copy the full SHA f0f5a1aView commit details -
Pin MySQL to 8.0.29 with direct downloads
The apt repo does not have older versions in it :-( Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b2fc86 - Browse repository at this point
Copy the full SHA 4b2fc86View commit details -
No 8.0.29 packages for Ubuntu 20.04...
And we need to download more dependencies Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a9fcb9 - Browse repository at this point
Copy the full SHA 1a9fcb9View commit details -
Yet more remote deps; and make it more readable
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d6f7cb - Browse repository at this point
Copy the full SHA 4d6f7cbView commit details -
Try to fix builtinbackupengine unit test
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 119dd6e - Browse repository at this point
Copy the full SHA 119dd6eView commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f72ee1f - Browse repository at this point
Copy the full SHA f72ee1fView commit details -
Add underlying flavor capability and leverage in unit tests
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc4ec32 - Browse repository at this point
Copy the full SHA cc4ec32View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fb5b97 - Browse repository at this point
Copy the full SHA 4fb5b97View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d68a3ae - Browse repository at this point
Copy the full SHA d68a3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e268ee5 - Browse repository at this point
Copy the full SHA e268ee5View commit details -
We should also backup any files in the innodb_log_group_home_dir
There's likely to be files there over time, other than the redo logs which are in the subdir. Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2235f75 - Browse repository at this point
Copy the full SHA 2235f75View commit details -
Adjust unit test for new behavior
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a67c05c - Browse repository at this point
Copy the full SHA a67c05cView commit details -
Use std has prefix for capability method
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 685678f - Browse repository at this point
Copy the full SHA 685678fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e91fc - Browse repository at this point
Copy the full SHA 33e91fcView commit details -
Minor changes after self review
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e77b13 - Browse repository at this point
Copy the full SHA 3e77b13View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79253c2 - Browse repository at this point
Copy the full SHA 79253c2View commit details -
We DO NOT want the direntry in the files to backup
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b506a78 - Browse repository at this point
Copy the full SHA b506a78View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40e9c29 - Browse repository at this point
Copy the full SHA 40e9c29View commit details -
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fa2392 - Browse repository at this point
Copy the full SHA 1fa2392View commit details -
Minor changes after self review
Signed-off-by: Matt Lord <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3220ef4 - Browse repository at this point
Copy the full SHA 3220ef4View commit details