vshn / appcat-service-postgresql

AppCat Service Provider for PostgreSQL
https://vshn.github.io/appcat-service-postgresql/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Enable instance backups #69

Closed ccremer closed 2 years ago

ccremer commented 2 years ago

Summary

Currently this feature is not usable, since S3 bucket provisioning is missing from this PR.

For trying out the backup follow these steps:

make local-install install-samples s3-credentials
# to checkout that backups are done on the minio s3 bucket, update the frequency of backups as follows (every 1 minute):
kubectl -n sv-postgresql-s-moved-exodus-6781 patch schedule postgresql --type='merge' -p '{"spec":{"backup":{"schedule": "*/1 * * * *"}}}'

Checklist

For Code changes