I took a little problem and I hope you can help me. I was upgrading from 0.8.1 to 0.9.2 and at the moment of database migrate, I receive this error:
(in /opt/redmine-0.9.2)
Invoke db:migrate (first_time)
Invoke environment (first_time)
Execute environment
Execute db:migrate SetCustomFieldsEditable: migrating ====================================== rake aborted! An error has occurred, all later migrations canceled:
Mysql::Error: Unknown column 'editable’ in 'field list’: UPDATE `custom_fields` SET editable = 0 WHERE ( (`custom_fields`.`type` = 'UserCustomField’ ) )
I follow step by step the RedmineUpgrade paper, but I’m not be able follow with the upgranding.
评论
由 Davis Eric 在 将近 15 年 之前添加
Looks like 0.9.2 still needs a tag.
Eric Davis
由 Brazil QualiConsult 在 将近 15 年 之前添加
I would like that upgrade from 8.x was describe for us, because in http://www.redmine.org/wiki/redmine/RedmineUpgrade, doesn’t work with 8.x.
由 Koch Johannes 在 将近 15 年 之前添加
Which bugs have been fixed?
由 Mulligan Tyler 在 将近 15 年 之前添加
List of changes:
http://www.redmine.org/projects/redmine/issues?fixed_version_id=16&set_filter=1&status_id=c
由 Ltda. Bionexo 在 将近 15 年 之前添加
I took a little problem and I hope you can help me.
(in /opt/redmine-0.9.2)I was upgrading from 0.8.1 to 0.9.2 and at the moment of database migrate, I receive this error:
SetCustomFieldsEditable: migrating ======================================
rake aborted!
An error has occurred, all later migrations canceled:
Mysql::Error: Unknown column 'editable’ in 'field list’: UPDATE `custom_fields` SET editable = 0 WHERE ( (`custom_fields`.`type` = 'UserCustomField’ ) )
I follow step by step the RedmineUpgrade paper, but I’m not be able follow with the upgranding.
Can anyone help me in this task?
My regards
由 Ltda. Bionexo 在 将近 15 年 之前添加
There is a post at http://www.redmine.org/boards/2/topics/11137?r=11207#message-11207 with the problem.
由 SUSHKOV Stas 在 将近 15 年 之前添加
Still no updates on #3780.
:(