Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
79447: backupccl: add deprecation notice for backup cmd with explicit subdir r=benbardin a=msbutler backupccl: add deprecation notice for backup cmd with explicit subdir Release note (sql change): Previously, Backup commands 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. Co-authored-by: Michael Butler <[email protected]>
- Loading branch information