antedebaas / DMARC-SMTPTLS-Reports

DMARC & SMTP-TLS Reports processor and visualizer
https://hub.docker.com/repository/docker/antedebaas/dmarc-reports/general
GNU General Public License v2.0
68 stars 15 forks source link

Database Setup (Migration) not working #88

Closed wege2003 closed 1 month ago

wege2003 commented 1 month ago

Hi together,

i treid to setup the DMARC Reportviewer but i got in trouble during the setup process. I entered my credentials 1000% right into the setup website, but when i click on Update database, nothing happens. image

Can you please help?

Thanks, Greets Michael

wege2003 commented 1 month ago

Issue was that the wrong php-pgsql driver was installed.

Fixed by: sudo apt-get install php8.2-pgsql

AND

sudo apt purg php7.*-pgsql