Database replication
Replication was added in Tiki5, thanks to SUMO.
To use:
add to db/local.php
$shadow_host = 'localhost'; $shadow_user = 'root'; $shadow_pass = 'foobar'; $shadow_dbs = 'tiki4_slave';
$shadow_host = 'localhost'; $shadow_user = 'root'; $shadow_pass = 'foobar'; $shadow_dbs = 'tiki4_slave';
Contributors to this page: Marc Laporte
.
Page last modified on Wednesday 06 January, 2010 17:42:06 UTC by Marc Laporte
.
The content on this page is licensed under the terms of the Creative Commons Attribution-ShareAlike License.