Items does not "restoreOnStartup"

Hi,

I use OH3 and have defined 3 switches to en/disable my rules/schedules. After an reboot of the service the settings are lost unfortunately. I tried to resolve this with the persistence restoreonstartup, but that doesn’t do the trick.

influxdb.persist
Items {
Regeln* : strategy = everyUpdate, restoreOnStartup
}

Items: (I converted from file based to web config so…)
Switch Heizung “Heizungs ctl” (Regeln) [“Switch”]
Switch HeizungTemp “Heizung Temp ctl” (Regeln) [“Switch”]
Switch Shutter “Rollo ctl” (Regeln) [“Switch”]
Group:Switch:OR(ON, OFF) Regeln “Hausautomatisierung” (Home) [“Switch”]

I checked the values with grafana and those are stored, but not restored.

anyone an idea how to fix that ?

Is there a way to create a log during startup to check what he is doing with the persistence restoreonstartup setting?