Skip to content

backup: ignore indexes from 25.4 backups#164301

Open
kev-cao wants to merge 1 commit intocockroachdb:masterfrom
kev-cao:backup/25-4-index-ignore
Open

backup: ignore indexes from 25.4 backups#164301
kev-cao wants to merge 1 commit intocockroachdb:masterfrom
kev-cao:backup/25-4-index-ignore

Conversation

@kev-cao
Copy link
Contributor

@kev-cao kev-cao commented Feb 24, 2026

This commit teaches IndexExists to ignore backups that were taken prior to 26.1, covering the edge case outlined in #164114.

Fixes: #164114

Release note (bug fix): Fixed a bug where backups taken after a 25.4 mixed version cluster downgrade could result in inconsistent backup indexes.

@kev-cao kev-cao requested a review from a team as a code owner February 24, 2026 21:11
@kev-cao kev-cao requested review from dt and removed request for a team February 24, 2026 21:11
@trunk-io
Copy link
Contributor

trunk-io bot commented Feb 24, 2026

Merging to master in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kev-cao kev-cao force-pushed the backup/25-4-index-ignore branch from 379decf to 6e768e9 Compare February 24, 2026 21:29
This commit teaches `IndexExists` to ignore backups that were taken
prior to 26.1, covering the edge case outlined in cockroachdb#164114.

Fixes: cockroachdb#164114

Release note (bug fix): Fixed a bug where backups taken after a 25.4
mixed version cluster downgrade could result in inconsistent backup
indexes.
@kev-cao kev-cao force-pushed the backup/25-4-index-ignore branch from 6e768e9 to c37f6b9 Compare February 24, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

backup: IndexExists is too permissive

2 participants