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

Feature Request: Backup #62

Open
gjrtimmer opened this issue Mar 15, 2018 · 1 comment
Open

Feature Request: Backup #62

gjrtimmer opened this issue Mar 15, 2018 · 1 comment
Assignees

Comments

@gjrtimmer
Copy link
Contributor

unqlite is considered to be the nosql counterpart of sqlite.
There are however some features available within sqlite which I also would like to see in unqlite.

Feature Request: Backup

Implementation of a backup method. This backup method will take a filepath as argument.
It will take the write lock on the unqlite file so all readers have to wait. Then it will copy the entire unqlite to the provided filepath, as a backup/snapshot.

This will allow to create a backup of a unqlite database without shutting down all connections to release the file.

@LeRatierBretonnien
Copy link

Good idea, and really useful against potential disk/file crash.

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

No branches or pull requests

3 participants