ZhangNing10

Results 35 comments of ZhangNing10

@ChintanPania do you use 443 port or 80 port to access? and is traefik behind some load balancer? can i have a look at your traefik values?

@ChintanPania so you use 443 to access devlake, and the listener 443 of aws lb has a target group to websecure node port 35998? if so, could you use the...

hi @SxjAccount , could you paste the docker-compose.yml here?

@SxjAccount strange, why error says lake unknown... could you try below? `docker-compose down` `docker volume ls` `docker volume rm the-mysql-volume` and then docker-compose up -d again?

did you put the .env file in the same directory with the docker compose file? @SxjAccount

the db creation is done by mysql service itself, not created by devlake @SxjAccount

@SxjAccount you can enter the mysql pod and try to connect the db with merico:merico, and show database to have a look whether the db was created successfully

@SxjAccount i can't reproduce the issue by my side, db creation has no problem by my side, could you manually create the db lake and wait for devlake to start...