Edit: I tracked back to beginning and missed rsync error not copying two files from .storage including auth (which sounds important for logins)
Rsync failed to copy two files owned by root on the pi. Everything else owned by user why I missed it in first place. Fixed it by setting up rsync with root permission server side when backing up to include all files, also those owned by root.
Thank you for helping out!
Hey all
I could use a little help.
I upgraded my RP4 to SSD from SD-card.
Instead of rpi-clone I wanted a fresh install. So I cleaned installed ‘RP OS bookworm’ coming from RP OS bullseye on SD-card. I use docker compose with HA in a docker container.
After setting up the new OS and Docker I copied my original compose file and my HA folder.
The container builds just fine and I reach the login page but I simply can´t log in. I can confirm from the old SD-card installation I’m using the correct login, but still fails with wrong login.
I tried this several times with the same result. I would expect exact same behaviour as old installation.
Do I need to change something or did I miss some files from the old installation?