Migration from Gotthardp to ChirpStack

Hi everybody
Is there way to migrate data (Gateways, Devices) from gotthardp lorawan-server to ChirpStack v4
?

Hi!

If you can easily ask the devices to make a new join after the migration, it is relatively easy to import it into Chirpstack v4 through the gRPC API.

If you want to migrate it without asking the devices to make a new join, it will probably be much more difficult, because you will probably have to dive into dBs to find session keys and to move them.

2 Likes

Please note that if you are able to get the session-keys, then you could still create the device as OTAA device within ChirpStack and use the activate API method to activate the OTAA device with the given session-keys and frame-counters :slight_smile:

2 Likes

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