cockroachdb / cockroachdb/cockroach

backup: restoring a vanilla system tenant backup (e.g. a database) into a secondary tenant is non mvcc

Open
#174,603 4 comments 0 reactions 1 assignee Claimed by @msbutler View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.