You can use this statement to activate a restored tenant.
Syntax
ALTER SYSTEM ACTIVATE STANDBY TENANT tenant_name;
Parameters
| Parameter | Description |
|---|---|
| tenant_name | The name of the standby tenant that is restored. You can use this statement to change the role of only one tenant at a time. |
Examples
obclient> ALTER SYSTEM ACTIVATE STANDBY TENANT test_tenant;