Skip to content

Latest commit

History

History
34 lines (19 loc) 路 823 Bytes

terrad_tendermint_unsafe-reset-all.mdx

File metadata and controls

34 lines (19 loc) 路 823 Bytes

import Admonition from '@theme/Admonition';

terrad tendermint unsafe-reset-all

(unsafe) Remove all the data and WAL, and reset your node's validator to genesis state.

This command resets the blockchain database, removes address book files, and resets data/priv_validator_state.json to the genesis state.

This command should never be used in a production environment. This command is recommended for testing purposes only.

Usage

Only use the following command in a testing environment:

terrad tendermint reset-state [flags]

Options

  -h, --help             help for unsafe-reset-all
      --keep-addr-book   keep the address book intact

See also

  • terrad - The Terra Blockchain's CLI and node daemon. .