PGO(The Postgres Operator from Crunchy Data)5.1.3がリリースされたのでアップグレード。
変更点はこちらを参照。アップグレード方法は5.1.2と同じ。
アップグレード後のPostgresSQLバージョン確認
PGPASSWORD=$(kubectl get secrets -n pgo5 hipha-pguser-postgres -o go-template='{{.data.password | base64decode}}') psql -h localhost -U postgres
psql (14.5 (Homebrew))
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
postgres=# select version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 14.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10), 64-bit
(1 row)