How to update LoRaServer 3.3.0

Hi,
How can I update to version to LoRaServer 3.3.0 to use thingsBoard integration

Hello @vbulbul
If you ask about RPi version , just issues standard “sudo apt update” commands in RPi console.
If you use RAK gateway image do not forget to add loraserver.io repo before update:
“sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1CE2AFD36DBCCA00”
“sudo echo “deb https://artifacts.loraserver.io/packages/3.x/deb stable main” | sudo tee /etc/apt/sources.list.d/loraserver.list”

Regards
Todor Velev

Official LoraServer images ( https://artifacts.loraserver.io/downloads/lora-gateway-os/raspberrypi/raspberrypi3/3.0.0test2/ ) are not stable and I using raspian based image( https://downloads.rakwireless.com/en/LoRa/RAK2245-Pi-HAT/Firmware/ ). But cant get update with “sudo apt update” and “sudo apt upgrade”.

Do you make the steps that i gave you?

1 Like

I tried "sudo apt update && sudo apt upgrade " and worked. Thanks a lot…