Project

General

Profile

How to export existing Redmine database from one machine to another?

Added by Jeyageethan A over 14 years ago

I have this situation where my current redmine is running on a machine. Its mysql. And now I need to export the entire redmine database with all multiple projects, users, issue lists etc to another machine. Is there any way I can do this??

Thanks.


Replies (1)

RE: How to export existing Redmine database from one machine to another? - Added by Eric Davis over 14 years ago

Just use the mysqldump command that comes with MySQL to export Redmine's database to a sql file. Then you can import it into a new database on another machine. You will also want to copy the files/ directory when you move, that's where uploaded files are stored.

Eric Davis

    (1-1/1)