-
Notifications
You must be signed in to change notification settings - Fork 129
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
feat(scripts): add script for creating DB snapshots #4495
base: development
Are you sure you want to change the base?
Conversation
nice script! With regarding the Copy routine, given that we might face many GB of data we can try this command |
I wanted to avoid managing subprocesses. I haven't tried it, but I assume the database files won't compress well. But I can give it a go. |
Changes
This PR adds a Go program in
./scripts/create_snapshot
for creating DB snapshots from a Gossamer node running in Docker.Issues
#4435