You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using docker images (dev) on raspberry pi doesn't create database and therefore login via ui is not possible. Not sure if already fixed in raw code, I tried to compile myself but that also doesn't work. Getting lot of errors and wrong versions, fixed myself as good as I could but didn't get it trough. :/
If someone could help how to create initial database to be able to login or any other way to get an initial starting setup - I would be very happy. (hints for compiling arm version are also welcome)
Steps to reproduce the behavior:
Download docker image for arm (raspberry pi 4B)
Run container
got to admin ui login page
See error in log file (no table "user" in db / see ls -hal and only empty database)
Thanks!
The text was updated successfully, but these errors were encountered:
I have this issue too (on a RPi4, using the :dev image). Any ideas?
I see that a database.db file is created at the moment I first try to login with admin/admin. The file is owned by root.
But the log shows the message about no user table.
Using docker images (dev) on raspberry pi doesn't create database and therefore login via ui is not possible. Not sure if already fixed in raw code, I tried to compile myself but that also doesn't work. Getting lot of errors and wrong versions, fixed myself as good as I could but didn't get it trough. :/
If someone could help how to create initial database to be able to login or any other way to get an initial starting setup - I would be very happy. (hints for compiling arm version are also welcome)
Steps to reproduce the behavior:
Thanks!
The text was updated successfully, but these errors were encountered: