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.
backupccl: add deprecation notice for backup cmd with explicit subdir
Release note (sql change): Previously, Backup commmands allowed the user to specify a custom subdirectory name for their backups via `BACKUP .. INTO <subdir> IN <collectionURI>`. After this change, this will no longer be supported. Users can only create a full backup via `Backup ... INTO <collectionURI>` or an incremental backup on the latest full backup in their collection via `BACKUP ... INTO LATEST IN <collectionURI>`. This deprecation also removes the need to address a bug in `SHOW BACKUPS IN` which cannot display user defined subdirectories.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 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