On 28/06/12 01:12, chris wrote: > ?? not sure i understand Platonides. I'm editing a template on the > slave wiki to accommodate for the different IP address of RSS feed which > makes > another record on one of the tables which creates a duplicate primary > key and so breaks the master-slave replication. Not sure what you mean > by 'having > a separate php instance . . . . . '
If you're replicating one database to another server, you are not supposed to also independently write edits there. Getting a primary key error (and breaking replication) is a minor evil. You could make a big mess there by crossing the table references. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
