🎉 Digital Ocean S3/Object Storage Mysql Backup ( kubernets cronjob, local script, local docker container )
Backup mysql into s3/space from DigitalOcean
Update namespace: mysql
with your namespace
kubectl apply -f cronjob.yml
docker run --name mysql-backup-s3 --env-file ./env ghcr.io/ricristian/digitalocean-s3-k8s-mysql-cronjob:v1.0
- Replace static data retention ( 7 days ) to a dynamic variable
- Improve documentation
- Add environment variables to cronjob.yml (k8s)
- Add more running examples for different os & distributions ( mac os, linux)
- Test into a live k8s cluster & mysql stateful set