adding blob ranges to backup keys to not lose blobbification on restore (#10059)
This commit is contained in:
parent
394899ce7c
commit
fb950a9c81
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue