Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

sguil-db-purge should check for existence of tables #428

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments
Closed

sguil-db-purge should check for existence of tables #428

GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

to avoid this error:
Unknown table 'sancp'

Original issue reported on code.google.com by doug.bu...@gmail.com on 21 Nov 2013 at 2:33

@GoogleCodeExporter
Copy link
Author

Issue 541 has been merged into this issue.

Original comment by doug.bu...@gmail.com on 28 May 2014 at 10:08

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Added the following:
                /usr/bin/mysql -u$DB_USER -D $DATABASE -e "SHOW TABLES LIKE '$TABLEPREFIX%';" | if grep $TABLEPREFIX >/dev/null 2>&1; then

Original comment by doug.bu...@gmail.com on 9 Jun 2014 at 1:21

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Submitted for testing:
https://groups.google.com/d/topic/security-onion-testing/Wy55RCCpsvc/discussion

Original comment by doug.bu...@gmail.com on 10 Jun 2014 at 11:24

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Published:
http://blog.securityonion.net/2014/06/new-securityonion-sguil-db-purge.html

Original comment by doug.bu...@gmail.com on 12 Jun 2014 at 9:59

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant