-
Seems that you are upgrading a non official build. OneDev only performs migrations between formal releases.
-
Please never use non-official build for production purpose. You may backup your database to a zip file (via OneDev), open relevant xml and fix manually according to this migration method:
-
Previous Value Current Value Open
Closed
-
Might be easier to update database schema directly. Do not forget to also add default data for new columns.
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
Hi @robin I just upgrade to 11.6.0, and some error I found when auto backup, error message:
PSQLException: ERROR: column pullreques0_.o_auto_merge_commit_message does not exist
and I check the table pullrequest and could not found auto_merge_commit_message, and other autoMerge related column could not found also, It's strange.
How to resolved this, please help , Thank you