You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
17
17
* Live volume resize without pod restarts (AWS EBS, PVC)
18
18
* Database connection pooling with PGBouncer
19
19
* Support fast in place major version upgrade to PG13. Supports global upgrade of all clusters.
20
-
* Restore and cloning Postgres clusters (incl. major version upgrade)
21
-
* Additionally logical backups to S3 bucket can be configured
22
-
* Standby cluster from S3 WAL archive
20
+
* Restore and cloning Postgres clusters on AWS, GCS and Azure
21
+
* Additionally logical backups to S3 or GCS bucket can be configured
22
+
* Standby cluster from S3 or GCS WAL archive
23
23
* Configurable for non-cloud environments
24
24
* Basic credential and user management on K8s, eases application deployments
25
25
* Support for custom TLS certificates
26
26
* UI to create and edit Postgres cluster manifests
27
-
* Works well on Amazon AWS, Google Cloud, OpenShift and locally on Kind
28
27
* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
28
+
* Compatible with OpenShift
29
29
30
30
### PostgreSQL features
31
31
@@ -61,7 +61,7 @@ We introduce the major version into the backup path to smoothen the [major versi
61
61
The new operator configuration can set a compatibility flag *enable_spilo_wal_path_compat* to make Spilo look for wal segments in the current path but also old format paths.
62
62
This comes at potential performance costs and should be disabled after a few days.
63
63
64
-
The newest Spilo image is: `registry.opensource.zalan.do/acid/spilo-14:2.1-p4`
64
+
The newest Spilo image is: `registry.opensource.zalan.do/acid/spilo-14:2.1-p5`
65
65
66
66
The last Spilo 12 image is: `registry.opensource.zalan.do/acid/spilo-12:1.6-p5`
0 commit comments