paradedb / charts

ParadeDB Helm Chart, based on the official CloudNativePG Helm Charts
https://paradedb.github.io/charts/
GNU Affero General Public License v3.0
3 stars 3 forks source link

Add the ability to bootstrap a Parade CNPG cluster from a backup #9

Closed philippemnoel closed 2 months ago

philippemnoel commented 3 months ago

What This might be contained in our "CNPG on EKS" Notion document. Right now, we bootstrap the cluster via initdb, from scratch. While this is an option we always want to offer, I suspect our larger customers will maintain periodic backups of their Postgres and loading the backup will be much better.

There is documentation to do it here: https://cloudnative-pg.io/documentation/current/bootstrap/

Before implementing this, we should first check whether it is handled in paradedb/byoc. If so, let's just port it either here or there. If not, we should do it and test it.

Why ^

How ^

philippemnoel commented 3 months ago

A lot of it is handled in paradedb/byoc, we should move it to here