[Mediawiki-l] WIKI Replication

Samuel Lampa samuel.lampa.l at rilnet.com
Fri Sep 21 17:25:30 UTC 2007


MySQL's binlog functionality is one way of replicating the database 
continually, to another server.  The idea is that you have one master 
database server, and any number of slave database servers, that 
continually reads the binlog that the master writes (which contains all 
the changes that occurs in the master database) via TCP/IP connection to 
the master server.  It requires root access ("admin access" on windows) 
to the server where the wiki is running, but if you have that it should 
fairly easy to set up.

Regards,
Samuel

Ed Melendez skrev:
> Is there a way to replicate an installation of WIKI Media, including the
> database?  We would like to build an additional system for disaster
> recovery purposes so the backup system should be able to replicate data
> back to the primary system.
>
> If anyone has any working installation I would love to hear how you are
> doing it.
>
> Thanks,
> -Ed
>
>
>
> Disclaimer: Any references to Pipeline performance contained herein are based on historic performance levels which Pipeline expects to maintain or exceed but nevertheless does not guarantee. Congested networks, price volatility, or other extraordinary events may impede future trading activities and degrade performance statistics.
> _______________________________________________
> MediaWiki-l mailing list
> MediaWiki-l at lists.wikimedia.org
> http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
>
>   




More information about the MediaWiki-l mailing list