DB Migration from on-prem to cloud

Hi Team

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.?

Thanks

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.

2 Likes

Thank you @bconway for confirming this. this is a big relief that we don’t need to activate those devices again after migration.

1 Like

Hi @bconway
I restarted the redis rdb in azure redis along with postgres DB but getting below error while accessing the device details

WRONGPASS invalid username-password pair (code: 2)

Am I still missing anything?

Please ignore … it worked now.
Just for other if they face similar issue… It was related to wrong password in the k8s screct.

1 Like

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