pgo Client Reference
pgo
The pgo command line interface.
Synopsis
The pgo command line interface lets you create and manage PostgreSQL clusters.
Options
--apiserver-url string The URL for the PostgreSQL Operator apiserver that will process the request from the pgo client.
--debug Enable additional output for debugging.
--disable-tls Disable TLS authentication to the Postgres Operator.
--exclude-os-trust Exclude CA certs from OS default trust store
-h, --help help for pgo
-n, --namespace string The namespace to use for pgo requests.
--pgo-ca-cert string The CA Certificate file path for authenticating to the PostgreSQL Operator apiserver.
--pgo-client-cert string The Client Certificate file path for authenticating to the PostgreSQL Operator apiserver.
--pgo-client-key string The Client Key file path for authenticating to the PostgreSQL Operator apiserver.
SEE ALSO
- pgo apply - Apply a policy
- pgo backup - Perform a Backup
- pgo cat - Perform a cat command on a cluster
- pgo create - Create a Postgres Operator resource
- pgo delete - Delete an Operator resource
- pgo df - Display disk space for clusters
- pgo failover - Performs a manual failover
- pgo label - Label a set of clusters
- pgo reload - Perform a cluster reload
- pgo restart - Restarts the PostgrSQL database within a PostgreSQL cluster
- pgo restore - Perform a restore from previous backup
- pgo scale - Scale a PostgreSQL cluster
- pgo scaledown - Scale down a PostgreSQL cluster
- pgo show - Show the description of a cluster
- pgo status - Display PostgreSQL cluster status
- pgo test - Test cluster connectivity
- pgo update - Update a pgouser, pgorole, or cluster
- pgo upgrade - Perform a cluster upgrade.
- pgo version - Print version information for the PostgreSQL Operator
- pgo watch - Print watch information for the PostgreSQL Operator