gutmensch / docker-dmarc-report

211 stars 23 forks source link

Deploying the docker container deploys with an error that the database table does not exist. #19

Closed okoeroo closed 1 year ago

okoeroo commented 2 years ago

Directly after deployment:

Query failed: Table 'dmarc_report.report' doesn't exist (Error #1146)

And... I can't find the SQL that generate the tables for force it.

gene1wood commented 1 year ago

I think the tool provisions the tables when it first receives a DMARC report. Have you waited until a report came in and does it still show the error?

gutmensch commented 1 year ago

should be fixed with latest release 1.3, which runs the db creation from parser during initial startup.