Hi,
I used your frontend for my mailserver a long time.
But for switching from mysql to postgres as installed database there were some modifications needed.
As Knex is a generic SQL builder the frontend works like a charm with the following change(s).
The parameter change is done due a change in knex, which you already did on your improvements branch.
Without the app looked for a database "mailman".
As i am not able to build & run your improvement branch i can just test it for the master.
Feel free to include the change.
I refused to push pg as dependency, as you (and also the tutorial for the configuration) mainly supports mysql/mariadb
To use postgresql install pg as dependency, set MAILMAN_DB_ENGINE to pg and restart the service.
Hi, I used your frontend for my mailserver a long time. But for switching from mysql to postgres as installed database there were some modifications needed. As Knex is a generic SQL builder the frontend works like a charm with the following change(s).
The parameter change is done due a change in knex, which you already did on your improvements branch. Without the app looked for a database "mailman".
As i am not able to build & run your improvement branch i can just test it for the master. Feel free to include the change.
I refused to push pg as dependency, as you (and also the tutorial for the configuration) mainly supports mysql/mariadb
To use postgresql install pg as dependency, set MAILMAN_DB_ENGINE to pg and restart the service.