docker-powerdns
docker-powerdns copied to clipboard
Is postgres really supported?
MySQL (default), Postgres, SQLite and Bind backend included
Apart from the README, I don't see any sign that Postgres is implemented.
https://github.com/psi-4ward/docker-powerdns/blob/master/Dockerfile#L23
should work but there is no auto database init like for mysql
Not very usable without that, but there is an unmaintained fork that supports postgres autoinit. I can integrate that on the current master if you are willing to accept a PR.
Thanks.
I don't see the pqsql stuff only the schema files.
I had taken a peek on this branch, there are PG_* vars
Ah i see, could be a way to go. If the mods don't excessively make the image bigger we could add that. But I don't have too much time atm.