willbarrett commented on issue #9258: Superset docker-compose gave error URL: https://github.com/apache/incubator-superset/issues/9258#issuecomment-596723191 OK @akki - I was unable to duplicate the issue you ran into, but I've done some thinking about what would cause it. If the database setup did not finish successfully, that would explain the issue you're seeing. As a next step, here are some things to try: If you're running Docker Desktop (e.g. if you're on a mac and not Linux), make sure that you have at least 6GB of RAM assigned to Docker. Try running `docker-compose down -rmi all -v` followed by `docker-compose up`. This will remove any linger containers and volumes and re-start the build from scratch. Please check the logs, especially from the `superset-init_1` container for any errors. I'm guessing that something about your setup is causing an error creating the proper database schema, and I'm hoping the issue will appear in those logs.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
