Dashboard start fail bug

i getting this error when starting ?

how can i resolve this issue ?

root@ubuntu-4gb-hel1-2:/var/lib/crowdsec/data# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e1677e546e24 metabase/metabase:v0.41.5 “/app/run_metabase.sh” 3 hours ago Up 3 hours 127.0.0.1:3000->3000/tcp crowdsec-metabase
root@ubuntu-4gb-hel1-2:/var/lib/crowdsec/data# cscli dashboard start
WARN[13-05-2023 16:45:56] You are using sqlite without WAL, this can have an impact of performance. If you do not store the database in a network share, set db_config.use_wal to true. Set explicitly to false to disable this warning.
WARN[13-05-2023 16:45:56] You are using sqlite without WAL, this can have an impact of performance. If you do not store the database in a network share, set db_config.use_wal to true. Set explicitly to false to disable this warning.
FATA[13-05-2023 16:45:56] open /etc/crowdsec/metabase/metabase.yaml: no such file or directory

what is that metabase.yaml file ?

i found this info but not generated username/password.

i can access login page but i dont now username.

what can i do ?


The dashboard setup command will output generated credentials for metabase.

Those are stored in /etc/crowdsec/metabase/metabase.yaml

cscli dashboard setup -f -l 0.0.0.0 -p 3001
this process never stopping i wating a few hours but not finish.
but container up is backgroundly.


INFO[13-05-2023 19:15:41] creating container ‘crowdsec-metabase’
INFO[13-05-2023 19:15:41] waiting for metabase to be up (can take up to a minute)

pls help anyone…