We were using an instance of Mender server and the devices were getting updated successfully. Now we need to use another Mender server with a different IP and certificate. We have decommissioned the devices from the old server, updated Mender Server URL in mender.conf and placed new server.crt in /etc/mender/.
Now when the device boots up it goes directly to update-check state and do not check authorization status. There is a following message in the log:
INFO[0054] authorization data present and valid, skipping authorization attempt module=mender
Is there a way to reset state on Mender client side so that it starts behaving a new device and sends an authorization request to the new server first? Any other way to achieve this?