0.1.0
Crunchy Data announces the release of pgo
, Postgres Operator Client from Crunchy Data 0.1.0.
Built as a kubectl
plugin, the pgo
CLI facilitates the creation and management of PostgreSQL clusters created using Crunchy Postgres for Kubernetes.
For more information about using the CLI and the various commands available, please see the pgo
CLI documentation.
Additionally, please see the PGO documentation for information about getting started with Crunchy Postgres for Kubernetes.
Features
With a focus on disaster recovery (DR), basic cluster creation and deletion, pgo
0.1.0 includes the following commands:
# Create a PostgresCluster
pgo create postgrescluster hippo
# Delete a PostgresCluster
pgo delete postgrescluster hippo
# Backup a PostgresCluster
pgo backup hippo --repoName="repo1"
# View PostgresCluster Backup Information
pgo show backup hippo --repoName="repo1"
# Restore a PostgresCluster
pgo restore hippo --repoName="repo1"
pgo restore disable hippo
# Create a Support Export
pgo support export hippo
Please note that pgo
is designed to be installed and run as a kubectl plugin.
Installation instructions are available in the pgo
CLI documentation.