node set options v5.6
Sets node options such as route_fence
, route_priority
, and route_writes
Synopsis
You can set the following node options with this command:
route_dsn
route_fence
route_priority
route_writes
route_reads
Use pgd node list -o json
to view option values for each node.
Options
Flag | Flag, long | Value | Description |
---|---|---|---|
--node-name | nodename | node name | |
--option | option | option in name=value format |
Examples
Comma-separated options
When setting options with comma separated multiple options, spaces in keys and values aren't allowed.
Multiple --option flags
You can use multiple --option flags to set multiple options.