Skip to main content

Update

info

Update: v0.77.2

Stopping the Services​

systemctl stop penumbra cometbft

Update the Penumbra Command Line Interface (CLI)​

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.2/pcli-installer.sh | sh

Update the Penumbra Clientd​

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.2/pclientd-installer.sh | sh

Update the pd​

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/penumbra-zone/penumbra/releases/download/v0.77.2/pd-installer.sh | sh

Resetting Data​

We reset remaining testnet data from previous testnets.

pd testnet unsafe-reset-all

Snap Download​

warning

Check the correct snap address here according to the update status. Below is the snap to be used to migrate from version 76 to 77.

Edit the IP_ADDRESS and MY_NODE_NAME sections according to your needs.

pd testnet join --external-address IP_ADDRESS:26656 --moniker MY_NODE_NAME \
--archive-url "https://snapshots.penumbra.zone/testnet/pd-migrated-state-76-77.tar.gz"

Migrate​

pd migrate --home PD_HOME --comet-home COMETBFT_HOME

Restartin the Services​

systemctl restart penumbra cometbft