cockroachdb / cockroachdb/cockroach
restore: Database/Table Restore does not synthesize RBR index level zone configs
Open
A-disaster-recovery
C-bug
T-disaster-recovery
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Restore synthesizes MR table zone configs [here](https://github.com/msbutler/cockroach/blob/butler-test-rbr-conformance/pkg/backup/restore_job.go?rgh-link-date=2025-12-19T21%3A18%3A04.000Z#L1559), but this logic is missing a call to applyZoneConfigForMultiRegionTableOptionNewIndexes. Restore likely needs to port over the logic in the configureZoneConfigForNewIndexPartitioning helper.
Jira issue: CRDB-59037
Epic CRDB-50823
Contributor guide
Assessment
This issue has not been assessed yet.