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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to