How to not drop the db when restarting the project
yybuuin opened this issue · 2 comments
yybuuin commented
giga-a commented
@yybuuin I pushed a new version 0.50 try this
{
"logs": "db_postgres",
"logs_location": "",
"syslog_address":"",
"syslog_facility":0,
"postgres":"//username:password@172.19.0.2:9999/honeypots",
"sqlite_file":"",
"db_options":[],
"sniffer_filter": "",
"sniffer_interface": "",
"honeypots": {
This will create a db if not exists, and it will not delete your data unless you add that drop
option