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 member_roles id int(11) DEFAULT NULL auto_increment PRIMARY KEY, member_id int(11) NOT N LL, role_id int(11) NOT NULL) ENGINE=InnoDB

Tasks: TOP => db:migrate (See full trace by running task with --trace)

asked 31 May '12, 07:04

RichardRandom's gravatar image

RichardRandom
1111
accept rate: 0%


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

link

answered 31 May '12, 12:38

Beltran%20Rueda's gravatar image

Beltran Rueda ♦♦
11.1k81552
accept rate: 25%

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
(30 Aug '12, 12:55) Beltran Rueda ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×402
×70
×46
×1
×1

Asked: 31 May '12, 07:04

Seen: 1,129 times

Last updated: 30 Aug '12, 12:55

powered by BitNami OSQA