I am struggling with the docker setup .
When i try to login after install with admin:admin at the WebGUI i get "relation "user" does not exist".
Also i get
ERROR chirpstack::downlink::scheduler: Scheduling multicast-group queue batch failed error=Get schedulable multicast-group queue items" when the containers are up and running.
It seems that just a few tables are created in the postgres db (user, gateway ... missing) I think there is sth wrong with the schema migration during the init.
Connection to postgres DB works, tables like "event_integration" are created.
Any idea for a fix would be much appreciated.
I am struggling with the docker setup .
When i try to login after install with admin:admin at the WebGUI i get "relation "user" does not exist".
Also i get
ERROR chirpstack::downlink::scheduler: Scheduling multicast-group queue batch failed error=Get schedulable multicast-group queue items"when the containers are up and running.It seems that just a few tables are created in the postgres db (user, gateway ... missing) I think there is sth wrong with the schema migration during the init.
Connection to postgres DB works, tables like "event_integration" are created.
Any idea for a fix would be much appreciated.