From eda587a3c00a7d0108da6401cbec705c474c3f1c Mon Sep 17 00:00:00 2001 From: Walter Moar Date: Fri, 13 Dec 2024 21:54:45 +0000 Subject: [PATCH] docs: updated the crunchydb readme --- openshift/crunchydb/README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/openshift/crunchydb/README.md b/openshift/crunchydb/README.md index dc2575574..9de7fd5c2 100644 --- a/openshift/crunchydb/README.md +++ b/openshift/crunchydb/README.md @@ -1,13 +1,18 @@ -# Fider +# CrunchyDB -Fider uses CrunchyDB as its highly available database. CrunchyDB uses Patroni, -which uses PostgreSQL as the database. +CHEFS uses CrunchyDB for all of its highly available database. CrunchyDB uses +Patroni for replication and failovers, and Patroni uses PostgreSQL as the +underlying database. ## Installation This CrunchyDB installation use the [Helm chart](https://github.com/bcgov/crunchy-postgres) provided by the fine -folks over at platform services. The `charts` directory has been copied here -from commit `91d32cb` so that changes to the upstream repo don't unexpectedly -change our deployments. This stability and consistency comes at the cost of -added maintenance effort to stay in sync. +folks over at platform services. Huge thanks go to this team for doing the hard +work of figuring out the CrunchyDB setup and making it easy for the community. + +The `charts` directory has been copied here so that changes to the upstream repo +don't unexpectedly change our deployments. This stability and consistency comes +at the cost of added maintenance effort to stay in sync. + +This code is current to commit `91d32cb` in December 2024.