How to upgrade an old stake pool to the latest version?

Hi all,

I am wondering if is possible to upgrade a stake pool that was setup a while ago (I think it was running version 1.24.2) to the latest version? It was setup following CoinCashew instructions.

I tried to find documentation, but is always upgrading from the previous version to the next one.

I will appreciate any advise on what would be the best way to proceed…

Thanks in advance!

Gabriel

Should work to upgrade it directly to 1.33.0 but first u will need to upgrade cabal, ghc.

Cheers,

Does your scrips update the ghc?

only the cabal but better update both manually


ghcup upgrade
ghcup install ghc 8.10.4
ghcup set ghc 8.10.4
ghcup install cabal 3.4.0.0
ghcup set cabal 3.4.0.0
cabal update
ghc --version
cabal --version

1 Like