forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127970: backupccl: update restore job description r=msbutler a=azhu-crl Previously, restore job description follows the old syntax `RESTORE ... FROM`, this PR updates the job description such that it reflects the new syntax: `RESTORE FROM {backup} IN {collectionURI}`. Epic: none Fixes: cockroachdb#127728 Release note (bug fix): Updated restore job description from `RESTORE ... FROM` to `RESTORE FROM {backup} IN {collectionURI}` to reflect the new restore syntax. Co-authored-by: Anne Zhu <[email protected]>
- Loading branch information
Showing
2 changed files
with
21 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters