|
I installed Redmine 2.0.1 on Windows Server 2008 R2. I could log in. I then ran the following command with my backup script from version 0.8.2: mysql -u root -p bitnami_redmine < backup.sql After asking for my password it finished without any message. Now when I try logging into the website I get an 'internal error' message. Any ideas what to do? I tried running C:\Program Files\BitNami Redmine Stack\apps\redmine\htdocs>rake db:migrate RAILS_ENV=production too and I get the popoup 'ruby.exe - can't start because core_rl_magick_.dll is missing from your computer' but the command window keeps running and later gives the error == CreateMemberRoles: migrating ============================================== -- create_table(:member_roles) rake aborted! An error has occurred, all later migrations canceled: Mysql::Error: Table 'member_roles' already exists: CREATE TABLE Tasks: TOP => db:migrate (See full trace by running task with --trace) |
|
Hi, 0.8.2 version is a pretty old Redmine version. It requires more changes to upgrade to the new 2.0 version. Please check this guide to import the data http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade Thanks. This seems similar to the link I was using: http://bitnami.org/article/how-to-backup-and-update-the-bitnami-redmine-stack. It says basically the same thing - run your backup.sql statement and then the rake command. But I'm not 'upgrading' the code in the way they mean. I'm just trying to import my old data script into a fresh Redmine installation. Is there an easier way to do this?
(06 Jun '12, 02:43)
RichardRandom
Has anyone solved this issue? I am trying to upgrade from 1.* to 2 and haaving similar issues.
(29 Aug '12, 11:23)
xrehash
This error and other upgrade issues are documented at http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade#Error-about-member_roles
(30 Aug '12, 12:55)
Beltran Rueda ♦♦
|