Snapshots
PrunedPruned snapshots keep the recent state and prune old blocks. Recommended for most validator and full node setups where full historical data is not required.
ArchivalPruned
1
Stop your node
Stop the Celestia node service before restoring from a pruned snapshot.
2
Backup validator state
Back up priv_validator_state.json so you can restore your validator signing state after the snapshot is applied.
3
Reset node data directory
Remove the existing data directory to prepare for the pruned snapshot.
4
Download and restore the latest pruned snapshot
Stream the pruned snapshot, decompress it with lz4, and extract it directly into the Celestia app directory.
5
Restore validator state
Move the backed-up validator state file back into the data directory.
6
Start your node and follow logs
Restart the node service and monitor logs to verify that the node starts successfully and begins syncing.