-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backupccl: allow user to run SHOW BACKUP on an encrypted incremental …
…backup Previously, SHOW BACKUP <incremental_location> WITH kms='blah' (or with encryption_passphrase) failed because the ENCRYPTION-INFO file is stored in the full backup directory, not in the incremental directory. This patch adds the encryption_info_dir param to SHOW BACKUP, which the user must set to the full backup directory in order to view an incremental backup created with kms or an encryption passphrase. Fixes #77984 Release note (sql change): when the user runs SHOW BACKUP on an encrypted incremental backup, they must set the encyrption_info_dir dir to the full backup directory in order for SHOW BACKUP to work.
- Loading branch information
Showing
4 changed files
with
38 additions
and
5 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
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