Migrate old redmine data to new version
Added by András Otártics almost 3 years ago
Hi there,
I got a pretty old Redmine on an old Centos which I'd want to migrate to a fresh install.
Is it possible to export the data from 3.3 and import it to 4.2?
Thanks!
Semirke
Current version data:
Redmine version 3.3.3.stable
Ruby version 2.2.2-p95 (2015-04-13) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
Replies (4)
RE: Migrate old redmine data to new version - Added by Bernhard Rohloff almost 3 years ago
Hi András,
as long as your installed plugins are supported in your new Redmine everything should work fine.
The upgrade process is described in the wiki article: RedmineUpgrade
I would highly recommend you to create a backup of your database and files first, just to be safe. ;-)
Kind regards,
Bernhard
RE: Migrate old redmine data to new version - Added by András Otártics almost 3 years ago
Hi,
thank you for your response :)
However, update is not an option as they system already went EOL.
I need to migrate it to newer system.
That's why Im asking if there is a way to use the 3.3's data in a fresh install?
Thanks,
András
RE: Migrate old redmine data to new version - Added by Bernhard Rohloff almost 3 years ago
The upgrade process on a new machine is not very different from the one described in the wiki article.
As long as you have a copy of the database and your attachments you can move the data to the new installation, replace the existing database of the new installation with the old one and perform a database migration.
That shold be it.
RE: Migrate old redmine data to new version - Added by András Otártics almost 3 years ago
Hmm, so in this case only running the db migrations should be OK!
I see!
Thanks :)