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
@@ -531,7 +531,7 @@ The default pgo configuration file, included in
531
531
....
532
532
BasicAuth: true
533
533
Cluster:
534
-
CCPImageTag: centos7-10.3-1.8.1
534
+
CCPImageTag: centos7-10.3-1.8.2
535
535
Port: 5432
536
536
User: testuser
537
537
Database: userdb
@@ -583,7 +583,7 @@ Values in the pgo configuration file have the following meaning:
583
583
|======================
584
584
|Setting | Definition
585
585
|BasicAuth | if set to *true* will enable Basic Authentication
586
-
|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
586
+
|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
587
587
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
588
588
|Cluster.User | the PostgreSQL normal user name
589
589
|Cluster.Strategy | sets the deployment strategy to be used for deploying a cluster, currently there is only strategy *1*
@@ -847,7 +847,7 @@ pgo show cluster all
847
847
848
848
You can filter the results based on the Postgres Version:
849
849
....
850
-
pgo show cluster all --version=9.6.2
850
+
pgo show cluster all --version=9.6.8
851
851
....
852
852
853
853
You can also add metrics collection to a cluster by using the *--metrics*
@@ -866,7 +866,7 @@ based on the *pgo* configuration file's CCP_IMAGE_TAG setting. You
866
866
can override this value using the *--ccp-image-tag* command line
0 commit comments