You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "masayyed (via GitHub)" <gi...@apache.org> on 2023/04/11 21:17:17 UTC

[GitHub] [superset] masayyed commented on issue #23622: Failed run with 'superset db upgrade'

masayyed commented on issue #23622:
URL: https://github.com/apache/superset/issues/23622#issuecomment-1504104498

   I had same issue. After multiple tries, I got solution.
   
   it was Sqlite version issue. Actually centos7 comes with very old version of Sqlite. 
   I have replaced Sqlite with postgres 15  
   `SQLALCHEMY_DATABASE_URI = 'postgresql://postgres:postgres@localhost/postgres' `
   and it worked fine.


-- 
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