HiR0y commented on issue #17690:
URL:
https://github.com/apache/dolphinscheduler/issues/17690#issuecomment-3688497646
you can execute below sql on dolphinscheduler meta database,can fix this
issue
CREATE SEQUENCE IF NOT EXISTS t_ds_task_instance_context_id_seq;
ALTER TABLE t_ds_task_instance_context
ALTER COLUMN id SET DEFAULT
nextval('t_ds_task_instance_context_id_seq'::regclass);
--
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]