-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker-compose non-dev superset-init fails to migrate database #16247
Comments
Same issue here... :( |
I did get it to initialize by running:
Let it finish initializing, then you can bring up the whole "cluster" I think it can be fixed by changing the other services from:
to:
|
Watch out, the So the other containers will actually start as soon as Also been hitting this issue, and similarly to #10711 be aware initializing can just fail from time to time for reasons I do not know. The timing of the containers might be the reason, and if that's the case some better coordination between Simply said, until the real reasons are found and fixed, if you are facing this issue:
|
Seeing as the last comments on this thread were from 2021, I'm going to hope all is well here and close out this thread. For what it's worth, I just tested |
Following the documentation:
Expected results
it should initialize and startup.
Actual results
superset_init fails due to a missing table.
How to reproduce the bug
docker-compose -f docker-compose-non-dev.yml up
Environment
superset version
I tried both:
Today's master: d6f9c48
tag: v2021.31.0 which looks like it was the last release
Though I guess in both cases it is only using the docker-compose file. Its the image that it's loading that is not working.
I also tried changing the docker-compose to point at master-dev rather than latest-dev:
x-superset-image: &superset-image apache/superset:master-dev
and
x-superset-image: &superset-image apache/superset:latest
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Thanks, the project looks very interesting!
The text was updated successfully, but these errors were encountered: