Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Database backups #63

Open
pedro-gutierrez opened this issue Oct 16, 2020 · 0 comments
Open

Database backups #63

pedro-gutierrez opened this issue Oct 16, 2020 · 0 comments
Labels
devops enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@pedro-gutierrez
Copy link
Contributor

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.

@pedro-gutierrez pedro-gutierrez added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed devops labels Oct 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
devops enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant