What problem will this feature address?
There's no built-in support to backup Redis database instances to S3. Currently, unlike a normal, non-database container, there's no way to do volume backups either.
Describe the solution you'd like
A tab to configure volume backups, or, alternatively, an option to automatically run DUMP and back up the output to an S3 destination.
Describe alternatives you've considered
A script triggered by a cronjob that runs DUMP and manually uploads to s3.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
What problem will this feature address?
There's no built-in support to backup Redis database instances to S3. Currently, unlike a normal, non-database container, there's no way to do volume backups either.
Describe the solution you'd like
A tab to configure volume backups, or, alternatively, an option to automatically run DUMP and back up the output to an S3 destination.
Describe alternatives you've considered
A script triggered by a cronjob that runs DUMP and manually uploads to s3.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help