Regarding migration, if you’d rather test migration before executing it for all devices, it might be better that you use directly our migration tool (for LinuxmacOS and Windows).

The usage would be the following:

migrate --from-app-id <current app id> --from-access-key <current app access key> --to-discovery-server <domain_id>:1900 --to-account-server https://account.<domain_id> --to-app-id <new app id> --to-access-key <new app access key>

For example, if you’d like to import from an app called test-app on The Things Network to an app called production on your Enterprise network, this is a command you would execute:

migrate --from-app-id test-app --from-access-key ttn-v2-account.AccessKeyFromTheConsole --to-discovery-server <domain>:1900 --to-account-server https://account.<domain> --to-app-id production --to-access-key <id>-account.AccessKeyFromTheConsole



A few considerations before using this tool:

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues