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

Create Literiver, a mass-sqlite backup tool #421

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Conversation

ericvolp12
Copy link
Collaborator

For more context and history check out ericvolp12/litestream#1

@ericvolp12
Copy link
Collaborator Author

ericvolp12 commented Nov 8, 2023

Some notes on restoring as I work it out:

  • You can grab the whole bucket down via rclone pretty quickly by setting up an S3 datastore and then running:
$ rclone copy {rclone_source}:{bucket_name} {destination_folder} --progress --checkers 32 --transfers 32

Still working on turning them from the raw files back into a ton of DBs but this is a good starting point cause now we know which DBs were backed up to that bucket (something we would otherwise have to track somehow in a metadata file or something), and should be able to perform local restores to our live DB folder.

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

Successfully merging this pull request may close these issues.

None yet

1 participant