akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
182 stars 85 forks source link

Fix pgsql driver: enable usage of postgresql DB #73

Closed teutat3s closed 2 years ago

teutat3s commented 2 years ago

Already done in #68

mickeymond commented 1 year ago

@teutat3s Is there an expected environment variable that needs to be set to allow switching between different database drivers? i.e MySQL or PgSQL?

teutat3s commented 1 year ago

@teutat3s Is there an expected environment variable that needs to be set to allow switching between different database drivers? i.e MySQL or PgSQL?

Yes, akaunting uses laravel, so DB_CONNECTION=pgsql should instruct it to use the postgres database driver.