Rollback
Learn how to rollback the chain version in the case of an unsuccessful chain upgrade. In order to restore a previous chain version, the following data must be recovered by validators:- the database that contains the state of the previous chain (in
~/.hyperpaxd/databy default) - the
priv_validator_state.jsonfile of the validator (also in~/.hyperpaxd/databy default)
priv_validator_state.json file, then those validators will not have double-sign protection on their first block.
Restoring State Procedure
- First, stop your node.
-
Then, copy the contents of your backup data directory back to the
Paxeer Network_HOME/datadirectory (which, by default, should be~/.hyperpaxd/data).
- Next, install the previous version of Paxeer Network.
- Finally, start the node.