Skip to content

Commit

Permalink
updated snapshots (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
karloinv authored May 29, 2024
1 parent e5e1d56 commit bd711ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/initia/sync/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cp $HOME/.initia/data/priv_validator_state.json $HOME/.initia/priv_validator_sta

# reset your node and move a snapshot
rm -rf $HOME/.initia/data
mv extra/home/node_initia/.initia/data $HOME/.initia/
mv home/node_initia_snapshots/.initia/data $HOME/.initia/

# replace the priv_validator_state.json you have backed up
mv $HOME/.initia/priv_validator_state.json.backup $HOME/.initia/data/priv_validator_state.json
Expand Down

0 comments on commit bd711ac

Please sign in to comment.