HowTo update ChirpStack server

Hi Guys,

I need to upgrade a ChirpStack server I installed more than one year ago.
One of the rationals is that I need LoRaWAN 1.0.4 support (my “old” version has 1.0.3)

Is there an easy way to update to the latest version ?

Or should I install from scratch ?

Here are the versions I read:
$ chirpstack-network-server version
3.4.1
$ chirpstack-application-server version
3.5.1
$ chirpstack-gateway-bridge version
3.5.0

Thanks for your advices

It all depends on how you installed the original version. It all could be as simple as an “sudo apt update && sudo apt upgrade”.

Yes thanks, it worked with these two commands
Thanks

1 Like

This works for docker instalation? thanks!

With Docker, you can specify the tag to indicate which version you want to pull. E.g. docker pull chirpstack:x.y.z where x.y.z is the version you want to pull.