Skip to content

Commit 479dd4f

Browse files
committed
Update Readme
1 parent a6b166e commit 479dd4f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,29 @@ 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 if supported by the storage-system (PVC)
18-
* Database connection pooling with PGBouncer
18+
* Database connection pooling with pgBouncer
1919
* Support fast in place major version upgrade. Supports global upgrade of all clusters.
2020
* Restore and cloning Postgres clusters on PVC, AWS, GCS and Azure
21+
* Client-side backup encryption
2122
* Standby cluster
23+
* Patroni-Multisite-Cluster with automatic failover
2224
* Configurable for non-cloud environments
2325
* Basic credential and user management on K8s, eases application deployments
2426
* Support for custom TLS certificates
25-
* UI to create and edit Postgres cluster manifests
2627
* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
2728
* Compatible with OpenShift
29+
* TDE-Integration with [CYBERTEC PGEE](https://www.cybertec-postgresql.com/en/products/cybertec-postgresql-enterprise-edition/)
2830

2931
### PostgreSQL features
3032

31-
* Supports PostgreSQL 16, starting from 10+
33+
* Supports PostgreSQL 17, starting from 13+
3234
* Streaming replication cluster via Patroni
3335
* Integrated backup solution, automatic backups and very easy restore (Backup & PITR)
3436
* Rolling update procedure for adjustments to the pods and minor updates
3537
* Major upgrade with minimum interruption time
3638
* Reduction of downtime thanks to redundancy, pod anti-affinity, auto-failover and self-healing
37-
* Supports PostgreSQL 16, starting from 10+
39+
* Supports PostgreSQL 17, starting from 13+
40+
* Several extensions such as Postgis, TimescaleDB, pgAudit and many more are included
3841
* Streaming replication cluster via Patroni
3942
* Point-In-Time-Recovery with
4043
[pg_basebackup](https://www.postgresql.org/docs/16/app-pgbasebackup.html) /
@@ -57,10 +60,12 @@ The Operator project is being driven forward by CYBERTEC and is currently in pro
5760
| Release | Postgres versions | pgBackRest versions | Patroni versions | K8s versions | Golang |
5861
| :-------- | :---------------: | :-------------------: | :--------------: | :----------------:| :-----: |
5962
| 0.8.0 | 13 → 17 | 2.53 | 4.0.2 | 1.21+ | 1.21.7 |
63+
| 0.8.3 | 13 → 17 | 2.54-2 | 4.0.5 | 1.21+ | 1.22.12 |
64+
6065

6166
## Getting started
6267

63-
[Getting started - Documentation](https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/documentation/how-to-use/installation/)
68+
[Getting started - Documentation](https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/quickstart/)
6469

6570
[Tutorials](https://github.com/cybertec-postgresql/CYBERTEC-operator-tutorials).
6671

@@ -70,6 +75,4 @@ The Operator project is being driven forward by CYBERTEC and is currently in pro
7075
There is a browser-friendly version of this documentation at
7176
[CPO-Documentation](https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/)
7277

73-
## Community
7478

75-
Coming soon

0 commit comments

Comments
 (0)