Project

General

Profile

Migration from Redmine 2.4 on centos 6 to redmine 3.3 on centos 7

Added by Dominique Schaefer about 7 years ago

Hi Everyone,

I have this version of Redmine on my Centos 6 Server, how can I update to Redmine 3.3 on Centos 7 ?
Mysql Version is now 5.1, I want to migrate to Mysql 5.7 or MariaDB, is it possible ? How can I do that ?

Thanks a lot,

Dominique Schaefer

Environment:
Redmine version 2.4.2.stable
Ruby version 1.8.7-p352 (2011-06-30) [x86_64-linux]
Rails version 3.2.16
Environment production
Database adapter Mysql2
SCM:
Subversion 1.6.11
Git 1.7.1
Filesystem
Redmine plugins:
redmine_auto_percent 0.0.1
redmine_better_gantt_chart 0.9.0
redmine_close_button 0.0.8
redmine_doc_pu 0.0.3
redmine_knowledgebase 2.3.0
redmine_lightbox 0.0.1
redmine_local_avatars 0.2.0
redmine_startpage 0.1.0


Replies (1)

RE: Migration from Redmine 2.4 on centos 6 to redmine 3.3 on centos 7 - Added by Juan Diego Iannelli over 6 years ago

Hi Dominique,

I've updated my server to redmine 3.4.2 on Centos7.

First install Redmine 3.4.2 on a fresh machine.
https://github.com/jiannelli/vagrant-redmine

Then import the old data and run db migrate.
RAILS_ENV=production /usr/local/bin/bundle exec rake db:migrate

That's it.

You should try reinstalling / migrating the plugins.
(some of them might not be compatible with 3.4.2 you should check that)

    (1-1/1)