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

Think about backup strategies #52

Open
marvin-j97 opened this issue May 20, 2024 Discussed in #50 · 0 comments
Open

Think about backup strategies #52

marvin-j97 opened this issue May 20, 2024 Discussed in #50 · 0 comments
Labels
enhancement New feature or request epic help wanted Extra attention is needed

Comments

@marvin-j97
Copy link
Collaborator

Discussed in #50

Originally posted by jeromegn May 19, 2024
If one wanted to do a backup of the database, what's the best practice here? Is there a way to do an "online" (not shutting down the process using the database) backup?

Since there are many directories and files, I assume the safest way is to persist from the process, exit and then create a tarball of the whole directory.

With SQLite, for example, it's possible to run a VACUUM INTO that will create a space-efficient snapshot of the database. SQLite can support multiple processes though, so it's a different ball game.

@marvin-j97 marvin-j97 added enhancement New feature or request epic help wanted Extra attention is needed labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant