@@ -15,26 +15,29 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
15
15
16
16
* Rolling updates on Postgres cluster changes, incl. quick minor version updates
17
17
* 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
19
19
* Support fast in place major version upgrade. Supports global upgrade of all clusters.
20
20
* Restore and cloning Postgres clusters on PVC, AWS, GCS and Azure
21
+ * Client-side backup encryption
21
22
* Standby cluster
23
+ * Patroni-Multisite-Cluster with automatic failover
22
24
* Configurable for non-cloud environments
23
25
* Basic credential and user management on K8s, eases application deployments
24
26
* Support for custom TLS certificates
25
- * UI to create and edit Postgres cluster manifests
26
27
* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
27
28
* Compatible with OpenShift
29
+ * TDE-Integration with [ CYBERTEC PGEE] ( https://www.cybertec-postgresql.com/en/products/cybertec-postgresql-enterprise-edition/ )
28
30
29
31
### PostgreSQL features
30
32
31
- * Supports PostgreSQL 16 , starting from 10 +
33
+ * Supports PostgreSQL 17 , starting from 13 +
32
34
* Streaming replication cluster via Patroni
33
35
* Integrated backup solution, automatic backups and very easy restore (Backup & PITR)
34
36
* Rolling update procedure for adjustments to the pods and minor updates
35
37
* Major upgrade with minimum interruption time
36
38
* 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
38
41
* Streaming replication cluster via Patroni
39
42
* Point-In-Time-Recovery with
40
43
[ 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
57
60
| Release | Postgres versions | pgBackRest versions | Patroni versions | K8s versions | Golang |
58
61
| :-------- | :---------------: | :-------------------: | :--------------: | :----------------:| :-----: |
59
62
| 0.8.0 | 13 &rarr ; 17 | 2.53 | 4.0.2 | 1.21+ | 1.21.7 |
63
+ | 0.8.3 | 13 &rarr ; 17 | 2.54-2 | 4.0.5 | 1.21+ | 1.22.12 |
64
+
60
65
61
66
## Getting started
62
67
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 / )
64
69
65
70
[ Tutorials] ( https://github.com/cybertec-postgresql/CYBERTEC-operator-tutorials ) .
66
71
@@ -70,6 +75,4 @@ The Operator project is being driven forward by CYBERTEC and is currently in pro
70
75
There is a browser-friendly version of this documentation at
71
76
[ CPO-Documentation] ( https://cybertec-postgresql.github.io/CYBERTEC-pg-operator/ )
72
77
73
- ## Community
74
78
75
- Coming soon
0 commit comments