Currently latest version of ChirpStack is v4.11
I have a software that could only able to work with ChirpStack v4.9
How can I get that verison? I would like to install in Hyper-V Virtual Machine for the installation.
You can either go back in github and download the ubuntu code from source. Or if you use the docker install you can just change the number in the image line of your docker-compose.yml
I follow from here Debian / Ubuntu - ChirpStack open-source LoRaWAN® Network Server documentation but it automatically install the latest version which is 4.11.
I am using Microsoft Windows Server 2019 Standard, docker desktop dont work.
Ya you must install the source code of 4.9: Release v4.9.0 · chirpstack/chirpstack · GitHub
Then follow the instruction to install from source: GitHub - chirpstack/chirpstack: ChirpStack open-source LoRaWAN Network Server
Unfortunately it looks like this also requires docker.
Then how to install ChirpStack v4.9 without docker since docker do not support on Windows 2019 server?
you can use linux in that virtual machine right? then build chirpstack v4.9 from source code.
already did with the link install with this link Debian / Ubuntu - ChirpStack open-source LoRaWAN® Network Server documentation but it will install the latest 4.11
you need to check Releases · chirpstack/chirpstack · GitHub and download chirpstack v4.9 code and build it.