we have to mediawiki (like wikipedia) installation one is public and one is internal

we do the normal work with the internal adding/changing/deleting text articales and pictures

we want to sunc and update the external one on weekly bases, what is the best approach?

note: we are using 2 windows servers (but willing to change to linux (1 or 2 server setup) if that will make it easier)

cheers

link|improve this question

What particular wiki software are you using? It depends on specific software. – grigy Jul 7 '10 at 9:13
And are you using a database, or store the wiki data file based? – JochenJung Jul 7 '10 at 9:17
1  
MediaWiki is database-based. Most popular and best supported is mySQL, but others work too. – Larry Wang Jul 7 '10 at 9:20
feedback

1 Answer

up vote 1 down vote accepted

As Kaestur Hakari writes, the content is in a database, so just make a database dump in an appropriate format from the first database and load that into the second one.

link|improve this answer
hi, yes I just made a btach file that automate the work :-) cheers – Data-Base Jul 8 '10 at 13:03
feedback

Your Answer

 
or
required, but never shown

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