PGO(The Postgres Operator from Crunchy Data)5.2.1がリリースされたのでアップグレード。
変更点はこちらを参照。アップグレード方法は5.1.2と同じ。
kustomize/hipha/postgres.yamlの差分
diff --git a/pgo5/kustomize/hipha/postgres.yaml b/pgo5/kustomize/hipha/postgres.yaml
index 83c4e8a..91cd840 100644
--- a/pgo5/kustomize/hipha/postgres.yaml
+++ b/pgo5/kustomize/hipha/postgres.yaml
@@ -3,7 +3,7 @@ kind: PostgresCluster
metadata:
name: hipha
spec:
- image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.5-1
+ image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.6-0
postgresVersion: 14
instances:
- name: hipha1
@@ -27,7 +27,7 @@ spec:
proxy:
pgBouncer:
- image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-1
+ image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.17-3
replicas: 2
affinity:
podAntiAffinity:
@@ -42,7 +42,7 @@ spec:
backups:
pgbackrest:
- image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.40-1
+ image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.41-0
configuration:
- secret:
name: pgo-s3-creds
PostgreSQLバージョン確認
psql (14.6 (Homebrew))
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
pgdb=# select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 14.6 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-15), 64-bit
(1 row)