lelelethu commented on issue #8538: URL: https://github.com/apache/superset/issues/8538#issuecomment-1865376121
> I've unfortunately encountered this and here's what I've done to fix this: > > 1. Change SECRET_KEY on superset_config.py > 2. Access psql client and connect to the superset DB (\connect db_name;) > 3. update dbs set password = null; (thanks @jhult), exit out > 4. superset db upgrade > 5. superset init > 6. superset run > 7. Update password on Superset: Data > Databases (I'm using 1.2.0 btw) step 7, what uri for that? postgresql://examples:<what_value>@db:5432/examples -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org