Skip to content

Commit a993300

Browse files
authored
Update readme to reflect major version upgrade. (zalando#1488)
1 parent 18e2efe commit a993300

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
1515

1616
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
1717
* Live volume resize without pod restarts (AWS EBS, PVC)
18-
* Database connection pooler with PGBouncer
18+
* Database connection pooling with PGBouncer
19+
* Support fast in place major version upgrade to PG13. Supports global upgrade of all clusters.
1920
* Restore and cloning Postgres clusters (incl. major version upgrade)
2021
* Additionally logical backups to S3 bucket can be configured
2122
* Standby cluster from S3 WAL archive
@@ -24,11 +25,11 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
2425
* Support for custom TLS certificates
2526
* UI to create and edit Postgres cluster manifests
2627
* Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
27-
* Support for AWS EBS gp3 migration
28+
* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
2829

2930
### PostgreSQL features
3031

31-
* Supports PostgreSQL 13, starting from 9.5+
32+
* Supports PostgreSQL 13, starting from 9.6+
3233
* Streaming replication cluster via Patroni
3334
* Point-In-Time-Recovery with
3435
[pg_basebackup](https://www.postgresql.org/docs/11/app-pgbasebackup.html) /

0 commit comments

Comments
 (0)