Project

General

Profile

backup and recovery redmine on another server

Added by ml huang over 9 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!


Replies (1)

RE: backup and recovery redmine on another server - Added by Anonymous over 9 years ago

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

    (1-1/1)