making deb package, how to handle db-accounts? (pgsql & mysql)
Hi,
The package I am trying to create/write needs either a postgresql or mysql database. It would be nice If my postinstall script could create the needed database by itself without asking too many questions. For mysql I have found a relative straigthforward method: use the credentials stored in /etc/mysql/debian.cnf and issue the specific SQL yourself.
Is there a similar way to do so with postgresql?
|