You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced by: 66a1c64
Reported by: Leonid Kraubner
If backup_content.control file size is taking more than BLCKSZ*500 (usually 4000KB), then current line will not be added to backup_content.control file.
So we basically loose metadata about one file per 4000KB.
It means that all backups with lots of files taken by 2.1.4, 2.1.5 and 2.2.1 versions are corrupted.
What to do?
Upgrade as soon as you can to 2.2.3 version or newer and make new backups.
Run validate using fresh binary on all backups, it is capable of detecting metadata corruption introduced by this bug.
What to do if metadata corruption is detected?
It is still possible to restore CORRUPT backup to evaluate the situation using --force flag. Restored instance can be verified using checkdb command with --amcheck flag.
Tool for metadata synchronization will be provided shortly
The text was updated successfully, but these errors were encountered:
Introduced by: 66a1c64
Reported by: Leonid Kraubner
If backup_content.control file size is taking more than
BLCKSZ*500
(usually 4000KB), then current line will not be added to backup_content.control file.So we basically loose metadata about one file per 4000KB.
It means that all backups with lots of files taken by 2.1.4, 2.1.5 and 2.2.1 versions are corrupted.
What to do?
validate
using fresh binary on all backups, it is capable of detecting metadata corruption introduced by this bug.What to do if metadata corruption is detected?
--force
flag. Restored instance can be verified usingcheckdb
command with--amcheck
flag.The text was updated successfully, but these errors were encountered: