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
@@ -543,7 +543,7 @@ The default pgo configuration file, included in
543
543
....
544
544
BasicAuth: true
545
545
Cluster:
546
-
CCPImageTag: centos7-10.3-1.8.1
546
+
CCPImageTag: centos7-10.3-1.8.2
547
547
Port: 5432
548
548
User: testuser
549
549
Database: userdb
@@ -595,7 +595,7 @@ Values in the pgo configuration file have the following meaning:
595
595
|======================
596
596
|Setting | Definition
597
597
|BasicAuth | if set to *true* will enable Basic Authentication
598
-
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.1), unless you override it using the --ccp-image-tag command line flag
598
+
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.2), unless you override it using the --ccp-image-tag command line flag
599
599
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
600
600
|Cluster.User | the PostgreSQL normal user name
601
601
|Cluster.Strategy | sets the deployment strategy to be used for deploying a cluster, currently there is only strategy *1*
@@ -858,7 +858,7 @@ pgo show cluster all
858
858
859
859
You can filter the results based on the Postgres Version:
860
860
....
861
-
pgo show cluster all --version=9.6.2
861
+
pgo show cluster all --version=9.6.8
862
862
....
863
863
864
864
You can also add metrics collection to a cluster by using the *--metrics*
@@ -877,7 +877,7 @@ based on the *pgo* configuration file's CCP_IMAGE_TAG setting. You
877
877
can override this value using the *--ccp-image-tag* command line
0 commit comments