You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* updated readme to list references for 3.5.3 and 4.0.0 documentation (#808)
* updated to list references for 3.5.3 and 4.0.0 documentation
* removed extra space and dash for bullet point
* README wording (#809)
* cleaning up wording to point users to particular sections of the documentation.
* updated link and hugo theme (#811)
* fixed link to Ansible install, updated hugo theme
* updated getting started and internal links (#812)
* updated links to point directly to current release version
* update link to 4.0.0 (#813)
* updated link
* removed hard coded links as links will be generated via hugo generation (#814)
* updated how to get Ansible roles (#815)
* updated how to get Ansible roles
* updating location for pgo client binaries. (#817)
* updating location for pgo client binaries.
-[Upgrading the Operator](https://crunchydata.github.io/postgres-operator/stable/upgrade/)
34
+
## Documentation 4.0.0
35
+
36
+
If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
37
+
-[Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/operator-install/)
38
+
-[Installation via Ansible](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/)
39
+
40
+
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
56
+
-[Installation via Bash](https://access.crunchydata.com/documentation/postgres-operator/3.5.3/installation/)
57
+
58
+
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
Copy file name to clipboardExpand all lines: hugo/content/Installation/install-pgo-client/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The following will setup the `pgo` client to be used on a Windows system.
33
33
### Installing the Client
34
34
35
35
First, download the `pgo.exe` client from the
36
-
[GitHub official releases](https://github.com/CrunchyData/postgres-operator/releases).
36
+
[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.
37
37
38
38
Next, install `pgo` in `/usr/local/bin` by running the following:
Copy file name to clipboardExpand all lines: hugo/content/Installation/install-with-ansible/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ weight: 1
8
8
# Crunchy Data PostgreSQL Operator Playbooks
9
9
10
10
The Crunchy Data PostgreSQL Operator Playbooks contain [Ansible](https://www.ansible.com/)
11
-
roles for installing and managing the [Crunchy Data PostgreSQL Operator](https://crunchydata.github.io/postgres-operator/stable/).
11
+
roles for installing and managing the [Crunchy Data PostgreSQL Operator](https://access.crunchydata.com/documentation/postgres-operator/4.0.0/installation/install-with-ansible/).
Copy file name to clipboardExpand all lines: hugo/content/Installation/operator-install.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,7 @@ A full installation of the Operator includes the following steps:
14
14
- deploy the operator
15
15
- install pgo CLI (end user command tool)
16
16
17
-
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
18
-
on the Github Releases page for Linux, Mac, and Windows clients.
17
+
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.
19
18
20
19
The Operator can be deployed by multiple methods including:
21
20
@@ -240,7 +239,7 @@ created previously.
240
239
241
240
242
241
## pgo CLI Installation
243
-
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).
242
+
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.
244
243
245
244
The *pgo* client is provided in Mac, Windows, and Linux binary formats,
246
245
download the appropriate client to your local laptop or workstation to work
Copy file name to clipboardExpand all lines: hugo/content/gettingstarted/_index.md
+7-41Lines changed: 7 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,46 +5,12 @@ draft: false
5
5
weight: 2
6
6
---
7
7
8
-
Operator users typically will just need to install the *pgo* client
9
-
in order to work with an already deployed Postgres Operator.
8
+
If you are new to the Crunchy PostgreSQL Operator and interested in installing the Crunchy PostgreSQL Operator in your environment, please start here:
9
+
-[Installation via Bash](/installation/operator-install/)
10
+
-[Installation via Ansible](/installation/install-with-ansible/)
10
11
11
-
For installing the Operator on the Kubernetes server, see
12
-
the [Installation Guide](https://crunchydata.github.io/postgres-operator/stable/installation/).
12
+
If you have the Crunchy PostgreSQL Operator installed in your environment, and are interested in installation of the client interface, please start here:
Next, add the TLS keys required for the *pgo* client to connect to the
42
-
Operator REST API, see your administrator for access to these keys, on a Linux host you would enter:
43
-
44
-
export PGO_CA_CERT=/somepath/someserver.crt
45
-
export PGO_CLIENT_CERT=/somepath/someserver.crt
46
-
export PGO_CLIENT_KEY=/somepath/someserver.key
47
-
48
-
Lastly, test out the connection:
49
-
50
-
pgo version
15
+
If you have the Crunchy PostgreSQL and Client Interface installed in your environment and are interested in guidance on the use of the Crunchy PostgreSQL Operator, please start here:
Copy file name to clipboardExpand all lines: hugo/content/operatorcli/pgo-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@ into your Postgres cluster pod as follows:
386
386
Note: backend metric storage such as Prometheus and front end
387
387
visualization software such as Grafana are not created automatically
388
388
by the PostgreSQL Operator. For instructions on installing Grafana and
389
-
Prometheus in your environment, see the [Crunchy Container Suite documentation](http://crunchydata.github.io/crunchy-containers/stable/examples/metrics/metrics/).
389
+
Prometheus in your environment, see the [Crunchy Container Suite documentation](https://access.crunchydata.com/documentation/crunchy-containers/2.4.0/examples/metrics/metrics/).
0 commit comments