Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugo/content/Installation/install-pgo-client/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following will setup the `pgo` client to be used on a Windows system.
### Installing the Client

First, download the `pgo.exe` client from the
[GitHub official releases](https://github.com/CrunchyData/postgres-operator/releases).
[GitHub official releases](https://github.com/CrunchyData/postgres-operator/releases). Crunchy Enterprise Customers can download the pgo binaries from https://access.crunchydata.com/ on the downloads page.

Next, install `pgo` in `/usr/local/bin` by running the following:

Expand Down
5 changes: 2 additions & 3 deletions hugo/content/Installation/operator-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ A full installation of the Operator includes the following steps:
- deploy the operator
- install pgo CLI (end user command tool)

Operator end-users are only required to install the pgo CLI client on their host and can skip the server-side installation steps. pgo CLI clients are provided
on the Github Releases page for Linux, Mac, and Windows clients.
Operator end-users are only required to install the pgo CLI client on their host and can skip the server-side installation steps. pgo CLI clients are provided for Linux, Mac, and Windows clients.

The Operator can be deployed by multiple methods including:

Expand Down Expand Up @@ -240,7 +239,7 @@ created previously.


## pgo CLI Installation
Most users will work with the Operator using the *pgo* CLI tool. That tool is downloaded from the GitHub Releases page for the Operator (https://github.com/crunchydata/postgres-operator/releases).
Most users will work with the Operator using the *pgo* CLI tool. That tool is downloaded from the GitHub Releases page for the Operator (https://github.com/crunchydata/postgres-operator/releases). Crunchy Enterprise Customer can download the pgo binaries from https://access.crunchydata.com/ on the downloads page.

The *pgo* client is provided in Mac, Windows, and Linux binary formats,
download the appropriate client to your local laptop or workstation to work
Expand Down