After upgrading I get an unexpected client side error and a database related error in console
I was in version 0.13.6 and today I upgraded to the latest 0.14 version, however as a professional IT that I am (/s) I did not read the migration documentation and I did not add a /data folder to Homarr. No /data folder existed to my knowledge before, only the /config. I have attempted to restart, and recreate the container but to no avail. Any ideas of what I can do to recover?
PS: The errors mentioned
21 Replies
Hi @Alepouna🌙 , please post your docker run / compose and a ls of all your mounted directories.
Here you go :)
Have you tried the following?
1. Backup your configs directory.
2. Delete the container using
docker compose down
3. Delete the data directory
4. Recreate using docker compose up
Also, are you actually using /path/to/homarr/config
?There is no data dir that exists, and I am using
/configs
So this is not your actual compose? I'm confused
I don't understand if you are asking me if I am using the word
config
with or without an S. If you are asking about the /path/to
No thats just the path to my installation just reduced as its slightly longAh okay. And you say the data directory doesn't exist?
correct
And executing these steps doesn't fix it?
correct
Can you try to remove the mapping for it entirely? Docker should create a volume for it and choose a path for you
yeah can try one moment
That did the trick
Can you do a
docker compose down
and docker compose up
again to ensure that data is properly persisted?Nope, no persistence
@Tag @ajnart can you assist?
Can you try to remove the mountpoint on /data and start it without it ? @Alepouna🌙
That's what they just tried as far as I'm concerned?
yep did that
Permissions to the folder configured properly?
Create the folder for data and make sure it has the same permissions as your configs folder.
tried that, has the same rw as /configs and /icons
Have you tried manually going to the /onboard page?