Files
cozystack/packages/apps/postgres
Andrei Kvapil 7cd7de73ee Introduce replicas options
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2024-04-26 15:19:25 +02:00
..
2024-04-26 15:19:25 +02:00
2024-02-08 12:04:32 +01:00
2024-04-26 15:19:25 +02:00
2024-02-08 12:04:32 +01:00
2024-04-26 15:19:25 +02:00

Managed PostgreSQL Service

PostgreSQL is currently the leading choice among relational databases, known for its robust features and performance. Our Managed PostgreSQL Service takes advantage of platform-side implementation to provide a self-healing replicated cluster. This cluster is efficiently managed using the highly acclaimed CloudNativePG operator, which has gained popularity within the community.

Deployment Details

This managed service is controlled by the CloudNativePG operator, ensuring efficient management and seamless operation.

HowTos

How to switch master/slave replica

See:

How to restore backup:

find snapshot:

restic -r s3:s3.example.org/postgres-backups/database_name snapshots

restore:

restic -r s3:s3.example.org/postgres-backups/database_name restore latest --target /tmp/

more details: