Skip to content
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

Ability to backup named volume to S3 #394

Open
orthdron opened this issue Aug 30, 2024 · 2 comments
Open

Ability to backup named volume to S3 #394

orthdron opened this issue Aug 30, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@orthdron
Copy link
Contributor

What problem will this feature address?

Named / Persistent volumes are quintessential part of applications. Currently only database provided by the applications are backup-able. It would be nice if we could backup other persistent volumes as well.

Describe the solution you'd like

Add backup option to named/persistent volumes

Describe alternatives you've considered

Run another container that can mount same volume and then backup

Additional context

No response

@orthdron orthdron added the enhancement New feature or request label Aug 30, 2024
@Siumauricio
Copy link
Contributor

What would be the flow of this feature, could you expand more on how it should work, I have been thinking about this for weeks to be more dynamic in terms of backups but I would like to hear more people's opinion.

@orthdron
Copy link
Contributor Author

Here is my suggestion.

Consider adding a "Backup" section within the Settings menu, "S3 destination" can be nested inside it.

Include a list of named volumes that users can select or deselect for backup.

Since named volumes are, or should be, unique, the directory structure can be preserved.
if named volumes are not unique, then consider project->application->named_volume

Additionally, provide an option to automatically back up future named volumes or disable this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants