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

Frequent BackUp of metadata table to S3 or other data store #82

Closed
jgerardsimcock opened this issue Jan 7, 2017 · 2 comments
Closed
Labels

Comments

@jgerardsimcock
Copy link
Contributor

jgerardsimcock commented Jan 7, 2017

There is currently no backup of metadata table to backup data store. If this thing gets deleted or goes down then all your work is lost. Possible solutions would give admin users the rights to backup tables at defined intervals as well as ad-hoc data backup

*recurring
api.manager.backup_metadata_table(table_name='my_metadata_table', backup_location='s3', interval='hourly')

*ad-hoc
api.manager.backup_metadata_table(table_name='my_metadata_table', backup_location='s3')

@delgadom
Copy link
Member

delgadom commented Jan 8, 2017

I'd also be totally happy if this were just something you did from the AWS management console. An admin-facing method would be awesome though!

@delgadom
Copy link
Member

This is an area of active development outside the DataFS project (nice going @jgerardsimcock!). While we may include support and/or documentation for this at some point in the future, I'm going to say this is out of scope for the time being.

@delgadom delgadom removed this from the Beta milestone Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants