I have MediaWiki running on one server, and need to migrate it to another. What steps need to be taken to cleanly move it to another host? Minimal downtime is acceptable.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Have you tried checking MediaWiki's process for moving a Wiki?

The short version is:

Back up the database
Back up the MediaWiki files
Re-create the database, user and permissions
Import the database backup
Import the MediaWiki files
Check the configuration file
Test
link|improve this answer
Nope. Perfect, thanks! – jrdioko Nov 21 '11 at 17:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.