Closed GoogleCodeExporter closed 9 years ago
Looks like the following is missing from update_node_mysql() in the install.sh
script:
mysql -u$MYSQL_ROOT_USER $MYSQL_PASS_SWITCH $MYSQL_NODE_DB -e 'INSERT IGNORE
INTO fields (field, field_type, pattern_type, input_validation) VALUES
("srcip_nat", "int", "IPv4", "IPv4")'
I manually ran the following command at the mysql command prompt, which I got
from the latest schema.sql:
INSERT INTO fields (field, field_type, pattern_type, input_validation) VALUES
("srcip_nat", "int", "IPv4", "IPv4");
Re-ran elsa updates and all is good. Same problem as the 'line_number' issue
from a few days ago.
Original comment by kebut...@gmail.com
on 9 May 2013 at 3:42
Fixed in 877
Original comment by mchol...@gmail.com
on 10 May 2013 at 8:03
Original issue reported on code.google.com by
kebut...@gmail.com
on 9 May 2013 at 1:19