Skip to content

Commit

Permalink
docs: use pd migrate "force" for testnet 76
Browse files Browse the repository at this point in the history
Refs #4402. Due to changes in the halt-bit logic (#4413), the `--force`
flag is necessary on the migration specifically for `v0.76.0`.
  • Loading branch information
conorsch committed May 24, 2024
1 parent 18b72a0 commit 3ec0285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/src/node/pd/chain-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ so that your node state is recoverable.
1. Stop both `pd` and `cometbft`. Depending on how you run Penumbra, this could mean `sudo systemctl stop penumbra cometbft`.
2. Download the latest version of `pd` and install it. Run `pd --version` and confirm you see `{{ #include ../../penumbra_version.md }}` before proceeding.
3. Optionally, use `pd export` to create a snapshot of the `pd` state.
4. Apply the migration with `pd migrate --home PD_HOME --comet-home COMETBFT_HOME`. If using the default home locations (from `pd testnet join`), you can omit the paths and just run `pd migrate`.
4. Apply the migration with `pd migrate --force --home PD_HOME --comet-home COMETBFT_HOME`. If using the default home locations (from `pd testnet join`), you can omit the paths and just run `pd migrate`.

Finally, restart the node, e.g. `sudo systemctl restart penumbra cometbft`. Check the logs, and you should see the chain progressing
past the halt height `n`.

0 comments on commit 3ec0285

Please sign in to comment.