Added by Jeyageethan A over 15 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.
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