Skip to content

Commit 3f007d5

Browse files
Jonathan S. Katzjkatz
authored andcommitted
Move default PostgreSQL version to 13
We are close enough to 13.2 that it is OK to move up the default to 13 for this release.
1 parent 4642861 commit 3f007d5

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PGO_IMAGE_PREFIX ?= crunchydata
77
PGO_IMAGE_TAG ?= $(PGO_BASEOS)-$(PGO_VERSION)
88
PGO_VERSION ?= 4.5.1
99
PGO_PG_VERSION ?= 12
10-
PGO_PG_FULLVERSION ?= 12.5
10+
PGO_PG_FULLVERSION ?= 13.1
1111
PGO_BACKREST_VERSION ?= 2.31
1212
PACKAGER ?= yum
1313

bin/push-ccp-to-gcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
CCP_IMAGE_PREFIX=crunchydata
19-
CCP_IMAGE_TAG=centos7-12.5-4.5.1
19+
CCP_IMAGE_TAG=centos7-13.1-4.5.1
2020

2121
IMAGES=(
2222
crunchy-prometheus

conf/postgres-operator/pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Cluster:
22
CCPImagePrefix: registry.developers.crunchydata.com/crunchydata
33
Metrics: false
44
Badger: false
5-
CCPImageTag: centos7-12.5-4.5.1
5+
CCPImageTag: centos7-13.1-4.5.1
66
Port: 5432
77
PGBadgerPort: 10000
88
ExporterPort: 9187

docs/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ highlightClientSide = false # set true to use highlight.pack.js instead of the d
2626
menushortcutsnewtab = true # set true to open shortcuts links to a new tab/window
2727
enableGitInfo = true
2828
operatorVersion = "4.5.1"
29-
postgresVersion = "12.5"
29+
postgresVersion = "13.1"
3030
postgresVersion13 = "13.1"
31-
postgresVersion12 = "12.5"
31+
postgresVersion12 = "13.1"
3232
postgresVersion11 = "11.10"
3333
postgresVersion10 = "10.15"
3434
postgresVersion96 = "9.6.20"

docs/content/tutorial/pgbouncer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ PGPASSWORD=randompassword psql -h localhost -p 5432 -U pgbouncer pgbouncer
116116
You should see something similar to this:
117117

118118
```
119-
psql (12.5, server 1.14.0/bouncer)
119+
psql (13.1, server 1.14.0/bouncer)
120120
Type "help" for help.
121121
122122
pgbouncer=#
@@ -172,7 +172,7 @@ PGPASSWORD=securerandomlygeneratedpassword psql -h localhost -p 5432 -U testuser
172172
You should see something similar to this:
173173

174174
```
175-
psql (12.5)
175+
psql (13.1)
176176
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
177177
Type "help" for help.
178178

examples/create-by-resource/fromcrd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"supplementalgroups": ""
4646
},
4747
"ccpimage": "crunchy-postgres-ha",
48-
"ccpimagetag": "centos7-12.5-4.5.1",
48+
"ccpimagetag": "centos7-13.1-4.5.1",
4949
"clustername": "fromcrd",
5050
"database": "userdb",
5151
"exporterport": "9187",

examples/helm/create-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# The values is for the namespace and the postgresql cluster name
55
ccpimage: crunchy-postgres-ha
66
ccpimageprefix: registry.developers.crunchydata.com/crunchydata
7-
ccpimagetag: centos7-12.5-4.5.1
7+
ccpimagetag: centos7-13.1-4.5.1
88
namespace: pgo
99
pgclustername: hippo
1010
pgoimageprefix: registry.developers.crunchydata.com/crunchydata

examples/kustomize/createcluster/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pgo show cluster hippo -n pgo
4444
```
4545
You will see something like this if successful:
4646
```
47-
cluster : hippo (crunchy-postgres-ha:centos7-12.5-4.5.1)
47+
cluster : hippo (crunchy-postgres-ha:centos7-13.1-4.5.1)
4848
pod : hippo-8fb6bd96-j87wq (Running) on gke-xxxx-default-pool-38e946bd-257w (1/1) (primary)
4949
pvc: hippo (1Gi)
5050
deployment : hippo
@@ -79,7 +79,7 @@ pgo show cluster dev-hippo -n pgo
7979
```
8080
You will see something like this if successful:
8181
```
82-
cluster : dev-hippo (crunchy-postgres-ha:centos7-12.5-4.5.1)
82+
cluster : dev-hippo (crunchy-postgres-ha:centos7-13.1-4.5.1)
8383
pod : dev-hippo-588d4cb746-bwrxb (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (primary)
8484
pvc: dev-hippo (1Gi)
8585
deployment : dev-hippo
@@ -113,7 +113,7 @@ pgo show cluster staging-hippo -n pgo
113113
```
114114
You will see something like this if successful, (Notice one of the replicas is a different size):
115115
```
116-
cluster : staging-hippo (crunchy-postgres-ha:centos7-12.5-4.5.1)
116+
cluster : staging-hippo (crunchy-postgres-ha:centos7-13.1-4.5.1)
117117
pod : staging-hippo-85cf6dcb65-9h748 (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (primary)
118118
pvc: staging-hippo (1Gi)
119119
pod : staging-hippo-lnxw-cf47d8c8b-6r4wn (Running) on gke-xxxx-default-pool-21b7282d-rqkj (1/1) (replica)
@@ -154,7 +154,7 @@ pgo show cluster prod-hippo -n pgo
154154
```
155155
You will see something like this if successful, (Notice one of the replicas is a different size):
156156
```
157-
cluster : prod-hippo (crunchy-postgres-ha:centos7-12.5-4.5.1)
157+
cluster : prod-hippo (crunchy-postgres-ha:centos7-13.1-4.5.1)
158158
pod : prod-hippo-5d6dd46497-rr67c (Running) on gke-xxxx-default-pool-21b7282d-rqkj (1/1) (primary)
159159
pvc: prod-hippo (1Gi)
160160
pod : prod-hippo-flty-84d97c8769-2pzbh (Running) on gke-xxxx-default-pool-95cba91c-0ppp (1/1) (replica)

examples/kustomize/createcluster/base/pgcluster.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
annotations: {}
4343
ccpimage: crunchy-postgres-ha
4444
ccpimageprefix: registry.developers.crunchydata.com/crunchydata
45-
ccpimagetag: centos7-12.5-4.5.1
45+
ccpimagetag: centos7-13.1-4.5.1
4646
clustername: hippo
4747
customconfig: ""
4848
database: hippo

installers/ansible/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ badger: "false"
1717
ccp_image_prefix: "registry.developers.crunchydata.com/crunchydata"
1818
ccp_image_pull_secret: ""
1919
ccp_image_pull_secret_manifest: ""
20-
ccp_image_tag: "centos7-12.5-4.5.1"
20+
ccp_image_tag: "centos7-13.1-4.5.1"
2121
create_rbac: "true"
2222
crunchy_debug: "false"
2323
db_name: ""

0 commit comments

Comments
 (0)