Migrate ONE project to another Redmine server
Added by Alexis GUNST over 7 years ago
Hello to everybody,
I've a big problem.
- I have an existant Redmine Installation which is working (Debian/Mysql)
- I have a project hosted on an external Redmine server
- I want to move this hosted project to my Redmine server.
How to proceed ?
I have a root access to the hosted redmine if needed.
I want to export only ONE project, not all.
Is it possible ?
Thanks a lot for your answer !
Replies (3)
RE: Migrate ONE project to another Redmine server
-
Added by Adrien Crivelli over 7 years ago
Hello,
I just wrote a PHP script to do exactly that. You may find there: https://github.com/PowerKiKi/redmine-tools
Be sure to test it out before using on production database. You'll find basic instructions in migrator.php
RE: Migrate ONE project to another Redmine server
-
Added by David Côté-Tremblay about 1 year ago
I think that this tool might interest you : https://github.com/dctremblay/Project-Rescue
With that tool, you can migrate individual project from Redmine 2.x / 3.2 from an instance to another with all their dependencies (issues, users, parent projects, children projects, news, documents, attachments, custom fields etc..)
It is a script made in Python3 so make sure that it is already installed.
RE: Migrate ONE project to another Redmine server
-
Added by Allan Vig about 1 year ago
Looks just like the tool I want, however I need to migrate from MySQL -> MSSQL and are not skilled enough to modify the orm.py file to make that connection work. Hopefully it will be added in the near future.
(1-3/3)