Snapshot
Stop the service
sudo systemctl stop exrpd.serviceReset the data and save validator state
cp $HOME/.exrpd/data/priv_validator_state.json $HOME/.exrpd/priv_validator_state.json.backup
rm -rf $HOME/.exrpd/data/*Download latest snapshot
latest snapshotcurl -L https://xrpl-mainnet-services.luckystar.asia/xrpl/xrplevm_1440000-1_latest.tar.gz | tar -xzf - -C $HOME/.exrpd/datamv $HOME/.exrpd/priv_validator_state.json.backup $HOME/.exrpd/data/priv_validator_state.jsonRestart the service and check the log
sudo systemctl start exrpd.service && sudo journalctl -fu exrpd.service -o catLast updated