I would like to update my existing openHAB installation from 4.3.3 (32-bit, Raspberry Pi 4 Model B with 4 GB RAM) with a Raspberry Pi 5 to 5.0.x or 5.1.x (I would wait for the first service release here).
I would like to switch from the existing Raspberry Pi 4 to a Raspberry Pi 5 with a new SD card and more RAM. Since I need to switch from 32 to 64-bit in my operating system, I think the hardware change also makes sense.
Only swith the SD-Card here without a new Raspberry Pi?
Until now, I have always created my openHAB installations without openHABian. Otherwise, there is no reason to do so. Would the recommendation be to do it with openHABian?
Absolutely. Itās basically the same as a manual install, but it takes into account many pitfalls and the experiences of a large number of users and developers. And itās not a disadvantage, since you can always choose the manual approach as well.
I just want to elaborate a little on this because āmanualā in this context could have multiple meanings.
Usually a āmanualā install would be to install Java and then download and unzip the openHAB package. Configuring it to run as a service is an exercise left to the installer.
Then we have package based installers which include apt, yum, homebrew (new!), and maybe other where OH is installed as a package (e.g. sudo apt install openhab) and the configuration to have it run as a service is set up automatically.