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 2019/12/04 22:39:57 UTC

[GitHub] [incubator-superset] envicon commented on issue #8756: Cannot upgrade database

envicon commented on issue #8756: Cannot upgrade database
URL: https://github.com/apache/incubator-superset/issues/8756#issuecomment-561872571
 
 
   I have experienced same error when upgrading to Superset 0.35.1
   
   I removed all tables in the database and then ran `superset db upgrade` (or copied to another database)
   I moved back the all tables to my database.
   
   I realized that I could not more start the server with the command:
   `superset runserver -d`
   
   Instead I used 
   
   ```
   gunicorn \
         -w 10 \
         -k gevent \
         --timeout 120 \
         -b  0.0.0.0:6666 \
         --limit-request-line 0 \
         --limit-request-field_size 0 \
         --statsd-host localhost:8125 \
         superset:app
   ```
   
   I got an error when running, but then I updated to Gunicorn 20.0.4 and then I could start the apache server without error
   
   BUT I still can't access Apache Superset on the domain.com:8088
   
   What am I missing?
   
   Hope somebody can come with a quick answer as it is important that I have it running again.
   
   Thank you
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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