Tanzu SQL with Postgres for Kubernetes
Revised: 2020-10-30
Tanzu SQL with Postgres 1.0.0 is the first release of VMware Tanzu SQL with Postgres on Kubernetes.
Software Component Versions
VMware Postgres Version | Component | Component Version |
---|---|---|
1.0.0 | PostgreSQL | 11.9 |
pgBackRest | 2.28 | |
pg_auto_failover | 1.4.0 |
Supported Platforms
This version of Tanzu SQL with Postgres is supported on the following platforms:
- VMware Tanzu Kubernetes Grid Integrated Edition (TKGi)
- Google Kubernetes Engine (GKE) Kubernetes
Additional Kubernetes environments, such as Minikube, can be used for testing or demonstration purposes.
Features
Tanzu SQL with Postgres 1.0.0 has the following features:
- Support for backing up the Postgres instances to an S3 compatible storage location. See Backing Up and Restoring Tanzu Postgres.
- Support for creating a High Availability cluster configuration, with one primary and a mirror. See Configuring High Availability in Tanzu Postgres .
- Flexibility to update the Postgres images after deployment, and reconfigure CPU, memory, and persistent volume storage sizes. See Updating a Postgres Instance Configuration for more information.
Known Issues and Limitations
- Upgrades from the Beta program releases to the Tanzu SQL with Postgres 1.0.0 release are not supported. Download and install the latest version.
- The High Availability configuration contains only one mirror.
- The default storage size for the Postgres instance is too limited for long term running Postgres environments. Change the
storageSize
to 10G, and use an expandable storage class. See Configuring a Postgres Instance.