Project

General

Profile

Help migreting from ubuntu Redmine 1.0.1.stable (MySQL) to SLES 11 redmine-1.1.2

Added by daniel doe about 13 years ago

Hi there,

We started testing redmine 1.0.1 on a ubuntu 10.04 server (prof of concept) and now want to install it on a Suse 11 enterprise server in our production enviroment.

My master plan

1: Install 1.1.2 on suse (failed see below)

redmine01:/data/www/redmine-1.1.2 # RAILS_ENV=production rake db:migrate
(in /data/www/redmine-1.1.2)
rake aborted!
undefined local variable or method `version_requirements' for #<Rails::GemDependency:0x7fa98ea86c38>

I install the following

I installed the following

- gem install rubygems -v=1.5.2

- gem install rubygem-rack

Name: rubygem-rack
Version: 1.2.1-18.2

gem install rubygem-rails-2_3_11

2: Create a mysql dump of the old database and import it to mysql on the new server? is that possible?

What is the best way to get the old content to the new server?

And what does it take to install redmine on SLES 11 Enterprise?

Any help would be appreciated.