Alexei,
The data.sql file revision 4162 has the following sql statement
--
-- Dumping data for table `hosts_groups`
--
INSERT INTO hosts_groups VALUES (6,10001,1);
INSERT INTO hosts_groups VALUES (2,10002,1);
INSERT INTO hosts_groups VALUES (3,10003,1);
INSERT INTO hosts_groups VALUES (4,10004,1);
INSERT INTO hosts_groups VALUES (5,10007,1);
INSERT INTO hosts_groups VALUES (6,10017,4);
note that ID 6 appears twice causing the loading of the data.sql file to fail.
Also the include directory is missing dbsync.h
Cheers,
Jon
The data.sql file revision 4162 has the following sql statement
--
-- Dumping data for table `hosts_groups`
--
INSERT INTO hosts_groups VALUES (6,10001,1);
INSERT INTO hosts_groups VALUES (2,10002,1);
INSERT INTO hosts_groups VALUES (3,10003,1);
INSERT INTO hosts_groups VALUES (4,10004,1);
INSERT INTO hosts_groups VALUES (5,10007,1);
INSERT INTO hosts_groups VALUES (6,10017,4);
note that ID 6 appears twice causing the loading of the data.sql file to fail.
Also the include directory is missing dbsync.h
Cheers,
Jon
Comment