-
Notifications
You must be signed in to change notification settings - Fork 16
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
Point In Time Recovery #531
Open
Zvirovyi
wants to merge
27
commits into
canonical:main
Choose a base branch
from
Zvirovyi:pitr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4c65f78
Add binlog_utils_udf plugin.
Zvirovyi b8287d7
Enable gtid_mode and enforce_gtid_consistency for the MySQL.
Zvirovyi d8aabf4
Add S3 compatibility check based on the group replication id.
Zvirovyi cc61944
Point-in-time-recovery.
Zvirovyi 373fc04
Merge branch 'refs/heads/main' into pitr
Zvirovyi dd1a2ed
Fix constants.
Zvirovyi 19e05ef
Integration tests.
Zvirovyi ff4f865
Merge branch 'main' into pitr
Zvirovyi 9979001
Binlogs collector service improvement.
Zvirovyi 170268b
Format restore function.
Zvirovyi 160857e
Use context manager for ca_file in s3_helpers.
Zvirovyi 6776fbf
Rename start_stop_binlogs_collecting to reconcile_binlogs_collection.
Zvirovyi 7b8f6d8
Delete binlogs collector config when not needed.
Zvirovyi 9d3abbf
Improve update_binlogs_collector_config.
Zvirovyi 904ab13
Merge branch 'main' into pitr
Zvirovyi 39aad21
Add restore-to-time validation and format notice.
Zvirovyi 7469ec4
Merge branch 'main' into pitr
Zvirovyi ddd58e7
Merge branch 'main' into pitr
Zvirovyi 2f8d898
Sync lib changes from VM PR.
Zvirovyi 9c7b122
Merge branch 'main' into pitr
Zvirovyi e02519a
Improve binlogs collection service.
Zvirovyi c5e0965
Merge branch 'main' into pitr
Zvirovyi d8fd9cd
Increment LIBPATCH for libs.
Zvirovyi 9466460
Fix errors after main merge.
Zvirovyi 99ab5a0
Merge branch 'main' into pitr
Zvirovyi 7d4733d
LIBPATCH
Zvirovyi c656eae
Move binlogs collector config to the env.
Zvirovyi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the user always need to be super user, you can simplify
_pitr_restore
method to have the user in it, using the user and password attributes from the self object inMySQL
class instance