Mender 2.5.0 Problems with Filters, Hostnames and More

Hi @ckelloug2,

thanks for using Mender and I’m sorry to hear 2.5.0 is causing issues for you.

Can you please try entering the deviceauth container, e.g. running:

$ docker exec -it <name of your deviceauth container> sh

Then, from the container, you can run:

$ deviceauth propagate-inventory
$ deviceauth propagate-inventory-statuses
$ deviceauth propagate-inventory-id-data

This will sync all inventory, statuses and identity_data attributes from deviceauth to inventory.

Please let us know if it solves your issue.

Regarding the unassigned group, it is only relevant for statically grouped devices, since a device might join a dynamic group any moment. So a list of unassigned devices that takes all groups (static and dynamic) into account might be outdated the second it is sent from the backend. Does this clarify the location a bit? With that in mind, would you consider a different location to be more intuitive?