aklein-1s opened a new issue, #34622: URL: https://github.com/apache/superset/issues/34622
### Bug description I'm creating a server of apache superset with docker compose, but I have one container "superset-init" that doesn't work properly. The server is on Ubuntu 24.04.2 LTS and has been created for this installation, so it contains nothing else. My installation is a 5.0.0 standard, I don't change anything. When I start containers, I have this error on superset-init : <img width="701" height="193" alt="Image" src="https://github.com/user-attachments/assets/5d51823e-006b-4859-920f-a6059233ea4e" /> With a "docker compose logs -f" command I have this : <img width="686" height="295" alt="Image" src="https://github.com/user-attachments/assets/a283c41e-7fd0-406e-9f17-2b23ed58864a" /> I managed to get the server to work at the beginning of the week, I added the following line at the top of docker/docker-bootstrap.sh : `sleep 60` Now, even if I keep this line I also have the problem so I'm thinkings it's useless. This morning I have to restart the compose, because I have to add a SUPERSET_APP_ROOT environment variable, but the container superset-init no longer wants to start... Do you have any idea to help me ? Thank you. ### Screenshots/recordings _No response_ ### Superset version 5.0.0 ### Python version 3.9 ### Node version 16 ### Browser Firefox ### Additional context _No response_ ### Checklist - [x] I have searched Superset docs and Slack and didn't find a solution to my problem. - [x] I have searched the GitHub issue tracker and didn't find a similar bug report. - [x] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
