> For the complete documentation index, see [llms.txt](https://documentation.codeblocklabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.codeblocklabs.com/blockchain-nodes/symphony/patch.md).

# Patch

only for those who getting error different version when upgrading to v5testnet

Non Cosmovisor

```
cd $HOME 
rm -rf symphony 
git clone https://github.com/Orchestra-Labs/symphony.git
cd symphony
git checkout fix/change-upgrade-name-to-fix-testnet-migration
make install 
sudo systemctl restart symphonyd && sudo journalctl -u symphonyd -f -o cat
```

Cosmovisor

```
cd $HOME 
rm -rf symphony 
git clone https://github.com/Orchestra-Labs/symphony.git
cd symphony
git checkout fix/change-upgrade-name-to-fix-testnet-migration
make build
mv $HOME/symphony/build/symphonyd $HOME/.symphonyd/cosmovisor/upgrades/v5testnet/bin/
```
