-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backups with benji #274
Comments
Downsides from discussion on k8s-at-home discord:
|
Backup jobs are up. The
I have not yet configured benji to know how to talk to ceph, so that makes sense. I am surprised though that its not just using CSI? Need to look closer at how i've configured benji and how it works. |
Keyring is encrypted with sops: sops --encrypt --in-place infrastructure/dev/benji-ceph-keyring.yaml Issue #274
Jobs are up and running. Postgres configuration issues are resolved. Documentation for containerized benji: To list the cron jobs:
To run a manual backup job:
Now to list the existing backups:
Testing out a deep scrub:
|
Attempting to restore:
The configuration does define
|
Was able to get it to work by messing with
I also tried force updating an active PVC and it seemed to work and restore back to the original state. |
Manually running backups in production didn't work due to issues with the Blocking on completing #237 in prod |
Replaced with use of benji via #274
Looking at the logs, it failed because the database was not initialized:
That is resolved by manually running
|
After experimenting with velero in #273 i'd like to now try benji based, and will follow the pattern in https://github.com/toboshii/home-cluster/tree/main/cluster/apps/backup-system/
My requirements:
The text was updated successfully, but these errors were encountered: