-
Notifications
You must be signed in to change notification settings - Fork 4.1k
c2c: introduce ALTER TENANT grammar #91246
Copy link
Copy link
Closed
Labels
A-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery
Description
Once we start persisting the job ID of the ingestion job in the tenant record as part of #91240, flavours of ALTER TENANT will be our primary interface to interact with the streaming job. This issue tracks two of the quickest wins around pausing and resuming the streaming job.
-
ALTER TENANT <name> PAUSE REPLICATION -
ALTER TENANT <name> RESUME REPLICATION
Jira issue: CRDB-21174
Epic CRDB-18749
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-disaster-recoveryC-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-disaster-recovery