Skip to content

Commit

Permalink
GITBOOK-1287: Update mainnet10 folder name for cosmosvisor
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Carruthers authored and gitbook-bot committed Mar 12, 2024
1 parent e9c8b91 commit eb37055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions akash-mainnet10-upgrade/v0.32.0-upgrade-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ sudo systemctl enable cosmovisor.service

> Skip this section if you have enabled DAEMON\_ALLOW\_DOWNLOAD\_BINARIES cosmovisor parameter. It will automatically create the correct path and download the binary based on the plan info from the govt proposal.
Create the folder for the upgrade (v0.32.1) - cloned in this [step](v0.32.0-upgrade-docs.md#common-steps-for-all-upgrade-options) - and copy the akash binary into the folder.
Create the folder for the upgrade (v0.32.0) - cloned in this [step](v0.32.0-upgrade-docs.md#common-steps-for-all-upgrade-options) - and copy the akash binary into the folder.

This next step assumes that the akash binary was built from source and stored in the current (i.e., akash) directory:

```
mkdir -p $HOME/.akash/cosmovisor/upgrades/v0.32.1/bin
mkdir -p $HOME/.akash/cosmovisor/upgrades/v0.32.0/bin
cp ./.cache/bin $HOME/.akash/cosmovisor/upgrades/v0.32.1/bin
cp ./.cache/bin $HOME/.akash/cosmovisor/upgrades/v0.32.0/bin
```

At the proposed block height, `cosmovisor` will automatically stop the current binary (v0.30.X), set the upgrade binary as the new current binary (v0.32.1), and then restart the node.\\
Expand Down

0 comments on commit eb37055

Please sign in to comment.