gabrielenosso opened a new issue, #7380: URL: https://github.com/apache/incubator-devlake/issues/7380
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened Setup devlake, completed onboarding, added some repo. Then shut it down (emulating an upgrade), pruned docker container and volume, restarted devlake: Error in Config UI (502) ### What do you expect to happen DevLake would work after restart ### How to reproduce It looks like there's a bug with "onboard", after updating DevLake. Steps to reproduce: Setup DevLake and start Docker container (sudo docker-compose restart) Stop Docker container (sudo docker-compose down) Remove old containers to clean up (sudo docker system prune -a --volumes) Start again Docker container (sudo docker-compose up -d) Docker Config UI will then not be accessible anymore, always showing error, for a request to the API (request to http://ip:4000/api/store/onboard gives 502) Dropping the "lake" DB and restarting the docker container makes everything work. ### Anything else _No response_ ### Version 1.0.5 beta ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org