Added by ml huang over 10 years ago
redmine on server1
version:2.3
server1 OS :centos 5.8
I backup the DB (use mysqldump command)and the redmine directory
now,I want to recovery redmine on server2 (os: centos 6.5),how can i do ?
I really appreciate your help!
To backup the redmine content to another identical redmine installation you need to export and re-import your database (for mysql this can easily done using phpmayadmin but select DROP TABLE OPTION when exporting!). Additionally you need content of your ./files-directory. If redmine versions or plugins differ, run the rake-db-migrate stuff.
That should it be.
Cheers
Alex