Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 5.1, dev-master
-
Fix Version/s: Customer request, 5.1 Maintenance, 5.4.3, 5.3.6
-
Component/s: Database related, Legacy > Administration Interface, Legacy stack
-
Labels:None
Description
When using MySQL Master-Slave replication, and corresponding eZ Publish DB settings for SlaveServer, copying a subtree will fail with a fatal error.
Steps to reproduce:
- Prepare a MySQL Master-Slave environment
- Configure SlaveServer settings*
- In the administration interface, copy a subtree using the contextual menu.
Result:
A transaction error will ocurr
legacy site.ini settings:
[DatabaseSettings] ... UseSlaveServer=enabled SlaveServerArray[]= <slave host> SlaveServerPort[]= <etc> SlaverServerUser[]= <etc> SlaverServerPassword[]= <etc> SlaverServerDatabase[]= <etc>