After upgrading Reporter the UVMS information is reset:
Release : 6.10
Windows
The issue related to the timestamp of the file <Reporter>\data\uvmsList.xml
Because the timestamp is in the past the Installer overwrites the file with the original.
The issue seems to be related to Windows ACLs.
Execute the following command in the command line before upgrading:
"powershell.exe -ExecutionPolicy Bypass -Command "(Get-Item '${Env:<Reporter>\data\uvmsList.xml').LastWriteTime = (Get-Date)"
(replace <Reporter> by the path to the Reporter root folder)
This command will update the last modified date of the file so the installer identifies it as recent and skips it.