-
You have some issues with very long description. Versions after 5.1 reduced issue description length to make it work on all supported databases.
To workaround the problem, reduce the description or put some of them in comment, and try again.
-
O my... I have over 1,300 issues on my server now. How am I going to find the one which is causing a problem?
-
You may select from the database for those issues with very long description. For instance with MySQL:
select o_project_id, o_number from o_Issue where CHAR_LENGTH(o_description)>13000;Then modify each of these issues from OneDev web ui to move part of description to comment.
-
Previous Value Current Value Open
Closed
-
Please upgrade to 7.0.4 instead which will truncate too long description during upgrade. It also prints issues in question so that you can fix them manually and redo the upgrade.
-
Thanks a lot!
| Type |
Question
|
| Priority |
Critical
|
| Assignee |
Issue Votes (0)
I am trying to upgrade my 1dev docker instance from version 5.0.0 to most recent. Upgrade from 5.0.0 directly to 7.0.3 failed, so I tried to do it in small steps. Upgrade to 5.1.0 was successful, however I cannot get any further. Any attempt to upgrade to 5.2.0 or higher fails with the error attached below.
I am trying to cleanup DB and manualy restore it:
And this is successful. However, when running a docker with the new version, the same for which restore was successful, I get this: