2.35.0 #409
allanger
announced in
Announcements
2.35.0
#409
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Important updates
In this version the backup logic was updated. Now it should be possible to store backups not only in the google cloud storage.
I would not consider backups stable now, and the logic might change in the future.
Two new backup containers are introduced:
rclone is used in both of them for uploading a backup to an external storage. To make rclone backed configurable, a new field was added to the database backup item:
envFromSecret. The value of this field would be used in a cronjob as a source of environment variables, with which one could configure rclone.Both rclone containers are using the same command to upload a backup:
This what a secret would look like when uploading a backup to a RustFS bucket
Secrets must be deployed to the same namespaces as
Databases. Even though I understand that this design decision is far from being the best, I've decided to extend the old feature instead of writing a new backup controller, because currently I can't come up with a better design and I'm also limited on time.The bucket for the backups should be specified on the instance level.
As I said, the feature is not stable, so I would be happy to get some feedback about improving the UX, extending it, and as well about how to implement the backup properly in the long term.
Thanks
What's Changed
Full Changelog: 2.34.0...2.35.0
This discussion was created from the release 2.35.0.
Beta Was this translation helpful? Give feedback.
All reactions