From c0f75395b41343bf285ab82b89ff2a60c54b31f7 Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 16 Apr 2025 20:00:25 +0200 Subject: [PATCH] update Readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6afd57ca..bed41381 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ This architecture forms the basis for a modern, highly available and scalable Po - Streaming replication via **Patroni** - Fully integrated backup & PITR with `pgBackRest` or `pg_basebackup` - Extensions like: -- [PostGIS](https://postgis.net/) -- [pgAudit](https://github.com/pgaudit/pgaudit) -- [TimescaleDB](https://github.com/timescale/timescaledb) -- [pg_cron](https://github.com/citusdata/pg_cron) -- [credcheck](https://github.com/MigOpsRepos/credcheck) -- [set_user](https://github.com/pgaudit/set_user) + - [PostGIS](https://postgis.net/) + - [pgAudit](https://github.com/pgaudit/pgaudit) + - [TimescaleDB](https://github.com/timescale/timescaledb) + - [pg_cron](https://github.com/citusdata/pg_cron) + - [credcheck](https://github.com/MigOpsRepos/credcheck) + - [set_user](https://github.com/pgaudit/set_user) - Minimal downtime during upgrades thanks to rolling updates and failover mechanisms - Self-healing, redundancy and pod anti-affinity for maximum availability