HELP - [Kura Configuration] How to update a device with No Network profile to a Network Admin one #5316
-
Hi @MMaiero , I'd like to be able to 'update' a device which has already Kura running with the NN package (without network) to a version with Network Admin. My idea to perform this is:
I've tried to perform the first step, but the output of it has not been the expected. I tried to upload a snapshot (as follows) just containing the network configurations to a device running a package with no network:
I expected the new configuration to merge with the current one, but when I download the newly generated snapshot, there is no trace of the new configuration, it seems as if it does not know about it or not supported?¿ So my first draft idea to perform this procedure is stuck :( My question is then, is this the expected behaviour? You can't add network configuration to a device that is running no network? In that case, then my second draft idea would be to compile the Kura source code with a personalized snapshot_0.xml containing the network configuration requirements (but this process is more tedious for different devices and I was hoping to do it in a simpler way as commented, by a script). What do you think? How else could I do it? Can you think of any other ideas? Many thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, The behaviour you have seen is correct since the configuration service accept and persists just the configuration of the singleton components running. The only thing I would imagine, but not tested, is that you download the snapshot from a running NN instance, uninstall it, install the networking one and upload the previous snapshot. |
Beta Was this translation helpful? Give feedback.
Hi,
upgrading from NN to networking version is not a supported path.
The behaviour you have seen is correct since the configuration service accept and persists just the configuration of the singleton components running.
The only thing I would imagine, but not tested, is that you download the snapshot from a running NN instance, uninstall it, install the networking one and upload the previous snapshot.