Kloadut / dokku-pg-plugin

PostgreSQL plugin for Dokku
201 stars 75 forks source link

DB automatic unlink #79

Closed matthisk closed 9 years ago

matthisk commented 9 years ago

I am using dokku-pg-plugin in combination with a nodejs dokku application. Linking of the database to my dokku nodejs application works fine. But after sometime the nodejs application can no longer reach the postgresql database, relinking the db to the application fixes the issue, but it will resurface again after a while. The application's log or the database's log do not reveal anything about the issue. I am still fairly new to Dokku and Docker so I am not quite sure where to look for the problem behind this issue, is there a way to export all postgresql log messages? I am running Docker 1.6.2 with Dokku v0.3.18 and the latest version of this plugin.

matthisk commented 9 years ago

Nevermind, this issue was caused by a bug in my nodejs code and had nothing to do with this specific plugin.