-
Notifications
You must be signed in to change notification settings - Fork 4.1k
restore: skip_localities_check no longer works in v22.2 #100913
Copy link
Copy link
Closed
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v23.1.2
Description
Looks like additional, automatic validation added in the underlying catalog API was added in v22.2, specifically in #86538.
The skip_localities_check option bypasses the manual validation restore was doing prior to writing to the catalog, but is not passed to the catalog write, meaning that validation happens unconditionally, even when the user has requested validation be skipped.
Jira issue: CRDB-26697
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-disaster-recoveryC-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)v23.1.2