Skip to main content

Update

info

Update: v0.79.0

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.79.0/pcli-installer.sh | sh

Update the Penumbra Clientd​

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

Update the pd​

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

Resetting Data​

We reset remaining testnet data from previous testnets.

pd testnet unsafe-reset-all

Snap Download​

Migrate​

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

Restartin the Services​

systemctl restart penumbra cometbft