paradedb / charts

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

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

Closed philippemnoel closed 1 week ago

philippemnoel commented 1 month 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 1 month ago

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