exo dbaas read-replica create
Description
Create a read replica for an existing PostgreSQL or MySQL/MariaDB primary Database Service. The replica can be created in a different zone than the primary.
exo dbaas read-replica create READ-REPLICA-NAME [flags]Options
| Option | Description |
|---|---|
--help, -h | help for create |
--plan | subscription plan |
--replica-zone, -z | zone where the replica will be created |
--source-service | name of the primary service |
--termination-protection | enable Database Service termination protection; set –termination-protection=false to disable |
Options inherited from parent commands
| Option | Description |
|---|---|
--config, -C | Specify an alternate config file [env EXOSCALE_CONFIG] |
--output-format, -O | Output format (table|json|text), see "exo output –help" for more information |
--output-template | Template to use if output format is "text" |
--quiet, -Q | Quiet mode (disable non-essential command output) |
--timeout | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
--use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] |
Related Commands
- read-replica - Manage Database Service read replicas
Last updated on