toshovski edited a comment on issue #9263: Adds default username and password created at installation to documen… URL: https://github.com/apache/incubator-superset/pull/9263#issuecomment-599149112 Today I cloned the master, executed docker-compose up, but I'm not able to login with admin/admin credentials as described in the documentation. Also the docker-init script returns an error: > Caching: CACHE_TYPE is set to null, " Recognized Database Authentications. ERROR:flask_appbuilder.security.sqla.manager:Error adding new user to database. (psycopg2.ProgrammingError) relation "ab_user_role" does not exist LINE 1: INSERT INTO ab_user_role (id, user_id, role_id) VALUES (next... ^ > [SQL: INSERT INTO ab_user_role (id, user_id, role_id) VALUES (nextval('ab_user_role_id_seq'), %(user_id)s, %(role_id)s) RETURNING ab_user_role.id] [parameters: {'user_id': 12, 'role_id': 1}] (Background on this error at: http://sqlalche.me/e/f405) No user created an error occured
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
