We have Chirpstack up and running in our on-prem k8s env without any issues. Thanks to @brocaar and community for building such a great product.
I am able to run Chirpstack in AKS as we move all of our application components, including Chirpstack, to the cloud.
There are a lot of activated devices in the on-premises Chirpstack, so what is the best strategy to migrate the database to the cloud so that we don’t have to worry about reactivating devices, etc.?
PostgreSQL dump and restore has always worked well for me. Even though activations now live in Postgres, I would still recommend restoring a Redis snapshot when you move, too.