-
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: enable running BACKUP in a tenant
The eliminates the last dependency on gossip or unsupported kv features in the BACKUP planning and job. However the actual export of data, using ExportRequest, will still fail and cause the backup to fail as the prior commit disallows ExportRequests from contacting external storage for tenants. A follow-up change will be required to do those uploads in the processor instead. Release note: none.
- Loading branch information
Showing
2 changed files
with
23 additions
and
11 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