Skip to content

[General] Specific snapshot for external node recovery #1052

Answered by kaymomin
donavernokg asked this question in General
Discussion options

You must be logged in to vote

Hey @donavernokg, this documentation on pruning and snapshots covers this topic.

  • If you only need recent state and not the entire rollup history, you can restore your node from a snapshot taken before the block you’re interested in. After restoring, your node will sync forward from that snapshot, which is much faster and uses less space than syncing from genesis.

  • However, if you need access to the entire rollup history, the only option is to use a full Postgres database dump and disable pruning.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@kaymomin
Comment options

@kaymomin
Comment options

@donavernokg
Comment options

@donavernokg
Comment options

@donavernokg
Comment options

Answer selected by donavernokg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
General
Labels
general General question
2 participants