-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2 Questions about storage and databases #114
Comments
Hi @thegrillmaster, ragarding your first question: Or for your PostrgreSQL setup:
and test with Peekaboo will then automatically create all tables. Regarding your second question: |
Thank you very much for your answer! That will get me further! |
Sorry for the late reply, regarding cleaning the generated data on disk by cuckoo, you can run su peekaboo -s /bin/bash
/opt/cuckoo/bin/cuckoo clean
exit
# restart cuckoo services to catch up the cleaned database:
service cuckoo-sandbox restart
service cuckoohttpd restart
service cuckooapi restart The docs of cuckoo states:
To run this procedure (cleaning all cuckoo related stuff) every 3 days, you could create a cronjob that calls the cuckoo clean command every 3 days and restarts the cuckoo services after that |
great! many thanks! |
Hello everyone, sorry again I have a question. Under high load, Cuckoo and Peekaboo generate large amounts of data, both on the disk and in the DB. Currently I'm using mysql, but it's slow as described by you. So I installed Postgresql and created a DB for Cuckoo. Unfortunately I couldn't do that for Peekaboo. How can I create a DB for Peekaboo?
Then the 2nd question. Is there a script that can delete all databases (i.e. Cuckoo Storage-Directorys and databases) for example older than 3 days back? Unfortunately scripts and DBs are not my strong points... :( Thanks again for your support and the ingenious project PeekabooAV!
The text was updated successfully, but these errors were encountered: