adding blob ranges to backup keys to not lose blobbification on restore (#10059)

This commit is contained in:
Josh Slocum 2023-05-04 13:55:20 -05:00 committed by GitHub
parent 394899ce7c
commit fb950a9c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1376,6 +1376,7 @@ VectorRef<KeyRangeRef> const& getSystemBackupRanges() {
systemBackupRanges.push_back_deep(systemBackupRanges.arena(), prefixRange(TenantMetadata::subspace()));
systemBackupRanges.push_back_deep(systemBackupRanges.arena(),
singleKeyRange(metacluster::metadata::metaclusterRegistration().key));
systemBackupRanges.push_back_deep(systemBackupRanges.arena(), blobRangeKeys);
}
return systemBackupRanges;