cockroachdb / cockroachdb/cockroach
backup: restoring a vanilla system tenant backup (e.g. a database) into a secondary tenant is non mvcc
Open
A-disaster-recovery
C-bug
P-1
T-disaster-recovery
target-release-26.4.0
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
This occurs because our writeAtBatchTS [check](https://github.com/msbutler/cockroach-private/blob/butler-download-shared/pkg/backup/restore_data_processor.go#L668) is incorrect. It _should_ be: if this is a backup _of_ a tenant do non-mvcc restore; otherwise, do mvcc restore.
Jira issue: CRDB-67788
Contributor guide
Assessment
This issue has not been assessed yet.