Migration from OH 2.5 to 4.1

Thanks Rich !
Thas what I missed when I read manuals. Maybe I was wrong and thought that there were two methods of config, and when I did via web, text file was updated. Now is clear, as I got lost with bindings and confg files.

Ahh, yes. Thats correct. Probably it was NO working last years, but OH4 warn me about it :grinning:

Thats strange that idea of bindings was changed. I have switched all contacts to switches, but then I lost proper icons visibility. Where I can find ā€œbuild-inā€ icons ? In /openhab/icons/classic I cannot find different version ie doors (open, close) which now I need to change to on/off. I mean all that can be find here: Icons | openHAB with certain variants.

Thats interesting, so do you mean that during those years OH is now such hardware performance demented ? I had RPI2 vB with 1G and it works great with OH2.5. Now I have deployed the newest RPI3 4GB for OH 4.1 (60 rules, 310 items). The rest config is same, influxdb, OpenVPN server.
Yesterday I got ca 20 similar notification, but Today they gone ā€¦ also I noticed that sometimes UI and basic interface are not responding or refreshing need some time. Never has such issues with OH1/2.

I solved all of those by changing to Number.
I also noticed some problem with command execution, different time syntax and notification syntax.
It took long time to find out all of those.
I still could not solve a problem with rule that restart openhab process. I have read Beginner's guide to an openHABian reboot/shutdown switch
and it works for system reboot, but I am not able to do it with OH process:
executeCommandLine("service", "openhab", "stop")
with SUDO or without it doesnt work.
EDIT: I forgot about Exec binding, after I added commands works.