-
Notifications
You must be signed in to change notification settings - Fork 40
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
seed-chainstate improvments #111
Comments
one more caveat to consider - CPU/disk IO. restoring from an archive is very IO intense. maybe a check to see how many cpu's and what the diskops are at currently before even attempting to restore while services are running |
agree this would only be safe if there's plenty of disk space plus some extra room. but it would be useful for minimizing downtime. an alternative would be a
or maybe there can be another command to do all of these with a downloaded archive... just some ideas.. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
from conversation:
would require some checks to happen when starting (are the services running?)
how to manage the postgres/chainstate data if we leave the services running?
disk space requirements would essentially be doubled plus a little extra for the compressed files.
it's worth looking into, maybe a flag or something?
The text was updated successfully, but these errors were encountered: