lancereally edited a comment on issue #6885:
URL:
https://github.com/apache/dolphinscheduler/issues/6885#issuecomment-973688180
Now I catch the rogue who caused this error with Fei’s help.
When we enter the container by "docker exec -it", we can see the
soft_version is 1.4.0 , so "1.4.0-dolphinscheduler_ddl.sql" are executed when
upgrading the postgresql at
"/opt/apache-dolphinscheduler-1.3.9-alpha-bin/sql/upgrade/1.4.0_schema/postgresql".
But the running dolphin's version is 1.3.9. It need the table called
"t_ds_project" to have column "code" when anyone want to create a new project,
and the fucking upgrade sql doesn't do anything for "t_ds_project".
All in all, maybe u need to provide a 1.3.9-sql or recheck the upgrade
logic.
--
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]