This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
Database backups #63
Labels
devops
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
At the moment, the staging toolbox deployment we have at https://toolbox-staging-distributeaid.cloud.okteto.net contains a Postgres database that is not backed up.
Describe the solution you'd like
An procedure that performs automated backups of the Postgres database into a cloud storage (S3, Google). We could implement this with a bit of extra code in
k8s.yaml
by adding a periodic Kubernetes Job (https://kubernetes.io/docs/concepts/workloads/controllers/job/).Likewise, we would need APIs to list, select and restore an existing database snapshot.
The text was updated successfully, but these errors were encountered: