Uninstall Chirpstack v3

Does anybody know how to uninstall Chirpstack v3 from Ubuntu 22.04 with all the packs (mqtt, Postgres, gateway build, etc)
for making a clean installation of Chirpstack v4?

You can remove using
sudo apt-get remove <package_name>
after delete configuration files also
sudo rm -rf /etc/chirpstack
sudo rm -rf /var/lib/chirpstack

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.