ALTER SCHEDULE
fails when creating an incremental backup from a pre-23.2 full backup schedule
#131127
Labels
A-disaster-recovery
branch-release-23.2
Used to mark GA and release blockers, technical advisories, and bugs for 23.2
branch-release-24.1
Used to mark GA and release blockers, technical advisories, and bugs for 24.1
branch-release-24.2
Used to mark GA and release blockers, technical advisories, and bugs for 24.2
branch-release-24.3
Used to mark GA and release blockers, technical advisories, and bugs for 24.3
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
P-3
Issues/test failures with no fix SLA
T-disaster-recovery
Describe the problem
When using ALTER SCHEDULE on a pre-23.2 full backup (specifically one from before this patch without clusterID set) that does not have a corresponding incremental schedule, the ALTER will fail, stating that “scheduled job created without a cluster ID (SQLSTATE XXUUU)”.
To Reproduce
What did you do? Describe in your own words.
If possible, provide steps to reproduce the behavior:
ALTER SCHEDULE
query on the created schedule that will create an incrementalExpected behavior
The
ALTER SCHEDULE
command should succeed and the corresponding incremental should be created.Jira issue: CRDB-42390
The text was updated successfully, but these errors were encountered: