doctl databases replica create <database-id> <replica-name> [flags]
c
This command creates a read-only database replica for the specified database cluster, giving it the specified name.
This command requires the ID of a database cluster, which you can retrieve by calling:
doctl databases list
Option | Description |
---|---|
--help
, -h
|
Help for this command |
--private-network-uuid
|
The UUID of a VPC to create the replica in; the default VPC for the region will be used if excluded |
--region
|
Specifies the region (e.g. nyc3, sfo2) in which to create the replica
Default: nyc1
|
--size
|
Specifies the machine size for the replica (e.g. db-s-1vcpu-1gb). Must be the same or equal to the original.
Default: db-s-1vcpu-1gb
|
Command | Description |
---|---|
doctl databases replica | Display commands to manage read-only database replicas |
Option | Description |
---|---|
--access-token , -t
|
API V2 access token |
--api-url , -u
|
Override default API endpoint |
--config , -c
|
Specify a custom config file
Default:
|
--context
|
Specify a custom authentication context name |
--interactive
|
Enable interactive behavior. Defaults to true if the terminal supports it (default false)
Default: false
|
--output , -o
|
Desired output format [text|json]
Default: text
|
--trace
|
Show a log of network activity while performing a command
Default: false
|
--verbose , -v
|
Enable verbose output
Default: false
|