Questions after migrating OH 3.1.0 to OH 3.2.0 in Windows enwironment

  1. metrics.config:

running the update.ps1 the script detects that there is no “metrics.config” file. This newer existed in my installation. So please advise.

Could not move C: \users\Homeserver\0penHAB\userdata/config/org/openhab/io/metrics/MetricsRestController.config to C:\users\Homeserver\0penHAB\userdata/config/org/openhab/metrics.config
Get-Content : Cannot find path
“C:lusers\Homeserver\OpenHAB\userdata\config\org\openhab\metrics.config’ because it
does not exist.”

  1. Warning during start of OH 3.2.0:
    WARN: can’t update etc/config.properties with the generated command shutdown. We advise to manually add the karaf.shutdown. command property.

found this in config.properties:

#
# The location of the Karaf shutdown port file used to stop instance
#
karaf.shutdown.port.file=${karaf.data}/port

My question: What exactly do I need to do there?

Thanks for advise

Are you running the Metrics Service? Metrics service - System Integrations | openHAB I would suspect that the config file has something to do with that? If you are, maybe a re-install of that service?

My config.propterties is the same as yours:

#
# The location of the Karaf shutdown port file used to stop instance
#
karaf.shutdown.port.file=${karaf.data}/port

No I am not running Metrics Services. So I possibly can ignore this?