I've modified the web_database inclunding the parent_domain_id to web_domain_id it work very fine but not in resync tools the files that i've modified are - dbatabase.tform.php - en_database.lng - it_database-lng - database.list.php - database_edit.htm - web_database table the error is Replication failed. Error: (web_database) in MySQL server: (localhost) Unknown column 'parent_domain_id' in 'field list' # SQL: REPLACE INTO web_database (`database_id`,`sys_userid`,`sys_groupid`,`sys_perm_user`,`sys_perm_group`,`sys_perm_other`,`server_id`,`type`,`parent_domain_id`,`database_name`,`database_user`,`database_password`,`database_charset`,`remote_access`,`remote_ips`,`active`) VALUES ('10','2','2','riud','ru','','4','mysql','42','c1nofr_it','c1nofr_it','*A9D467528C52CF9DD63A2168DBE51A8241160241','','y','158.58.173.147, 158.58.173.204','y') ihow i can resolve this problem?
seems as if not all servers in your clusetr use the same database layout, so changes can not be replicated or you have not modified the resync script to match your changes.