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

[GitHub] [superset] chathawee commented on issue #21038: "superset db migrate" fails in init-db job

chathawee commented on issue #21038:
URL: https://github.com/apache/superset/issues/21038#issuecomment-1497162458

   Hi all, It might be help you. I have resolved it by checking the max seq id value of ab_permission_view_role table and update nextval(ab_permission_view_role_id_seq) table by using below command.
   - SELECT nextval('ab_permission_view_id_seq')
   - SELECT currval('ab_permission_view_role_id_seq')
   - SELECT max(id) FROM ab_permission_view_role
   After update it, the superset init is back to normal.


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