-
Notifications
You must be signed in to change notification settings - Fork 4.1k
bulkio: lock down RESTORE/IMPORT/BACKUP on sql tenants #47913
Copy link
Copy link
Closed
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyE-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-disaster-recovery
Description
SQL tenants must not use RESTORE/IMPORT. This is because it won't work (without extra engineering work not slated for phase 2) but also because we can't have SQL tenants make arbitrary connections to the outside world.
Additionally, IMPORT INTO uses protected timestamps which won't be available.
All import/restore related functionality ought to be disabled for SQL tenant servers.
Should wait for #47903 to close.
Jira issue: CRDB-4377
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-multitenancyRelated to multi-tenancyRelated to multi-tenancyE-quick-winLikely to be a quick win for someone experienced.Likely to be a quick win for someone experienced.T-disaster-recovery