-
Seems that you are upgrading a non official build. OneDev only performs migrations between formal releases.
-
Yes, sometimes we encounter bugs. We fix and compile them ourselves, then report the issues to onedev.io, wait for you to fix and release, and finally update to the official version.
Any suggestions to resolve this
-
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:
-
Thank you for your suggestions
-
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