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