This guide assumes that the current systemd file is named as celestia
For Non Cosmovisor Users
Downloading and installing Binary
sudosystemctlstopcelestiacd $HOMEgitclonehttps://github.com/celestiaorg/celestia-app.gitcdcelestia-appgitpullgitcheckoutv3.1.1makeinstall# Enable bbr if not already donemakeenable-bbrsudosystemctlstartcelestia
For Cosmovisor Users
# Downloading and installing Binarycd $HOMEgitclonehttps://github.com/celestiaorg/celestia-app.gitcdcelestia-appgitpullgitcheckoutv3.1.1makeinstall# Enable bbr if not already donemakeenable-bbr# Making New Binary Directory and Copying the Daemonmkdir-p $HOME/.celestia-app/cosmovisor/upgrades/v3.1.1/binsudocp $HOME/go/bin/celestia-appd $HOME/.celestia-app/cosmovisor/upgrades/v3.1.1/bin/#Stop Celestia-app daemonsudosystemctlstopcelestia#creating symlink to new binariesls-l $HOME/.celestia-app/cosmovisor/currentrm $HOME/.celestia-app/cosmovisor/currentln-s $HOME/.celestia-app/cosmovisor/upgrades/v3.1.1 $HOME/.celestia-app/cosmovisor/current#starting Celestiasudosystemctlstartcelestia&&sudojournalctl-ucelestia-f-ocat