-
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
Bug Report: Incremental backup not working as described #13060
Comments
Can you please try the same, but replace
with
and see if the problem remains the same? |
Same problem
|
I am now able to reproduce. Looks like this happens when the first available binary log is the very binary log which the backup needs to copy. Investigating. |
More precisely, the problem happens when the first binary log's |
OK, is there any work around this problem such as purging some binary logs before backup? |
I believe a workaround is to take another full backup; but I'm still looking to solve this in code. |
Another full backup too is not helping here
|
FWIW, I was only able to reproduce when using |
Addressed by #13066 |
Overview of the Issue
I am following https://github.com/vitessio/vitess/releases/tag/v16.0.0#vtctldclient-backup to do an incremental backup
Reproduction Steps
I will list down the steps and the corresponding logs
Execute a backup
mysql> \! vtctlclient --server 127.0.0.1:15999 BackupShard pitr/0
Check if backup was done
vtctlclient --server 127.0.0.1:15999 ListBackups pitr/0
Insert some data to increment GTID
Corresponding vtctld logs
Relevant MANIFEST file contents
Binary Version
Operating System and Environment details
Log Fragments
The text was updated successfully, but these errors were encountered: