You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/09/23 09:15:43 UTC

[GitHub] [superset] crucialfelix edited a comment on issue #16247: docker-compose non-dev superset-init fails to migrate database

crucialfelix edited a comment on issue #16247:
URL: https://github.com/apache/superset/issues/16247#issuecomment-925637079


   I did get it to initialize by running:
   
   ```
   docker-compose up superset-init
   ```
   
   Let it finish initializing, then you can bring up the whole "cluster"
   
   I think it can be fixed by changing the other services from:
   
       depends_on: *superset-depends-on
   
   to:
   
       depends_on: superset-init
   
   
   


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org