Skip to content

Postgre DB Tables are not setup on execution. #89

@GangolfOvaert

Description

@GangolfOvaert

Hi,

i have some issues setting up the honeypot with a postgre database.
I use the configuration from #78, just to make sure i am using a working configuration but it doesnt create any tables on execution.

Ubuntu 24.04
Python 13.3

sudo -E python3 -m honeypots --setup http --config config.json

{
    "logs": "db_postgres",
    "logs_location": "",
    "syslog_address":"",
    "syslog_facility":0,
    "postgres":{
        "username":"postgres",
        "password":"mypassword",
        "hostname":"localhost",
        "port":"5432",
        "db":"honeypots"
    },
    "sqlite_file":"",
    "db_options":["drop"],
    "sniffer_filter": "",
    "sniffer_interface": "",
    "honeypots": {
        "http": {
            "port": 80,
            "username": "test",
            "password": "test"
        }
    }
}

any hints?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions