Kloadut / dokku-pg-plugin

PostgreSQL plugin for Dokku
201 stars 75 forks source link

Multiple Apps, same database #75

Closed mhlz closed 9 years ago

mhlz commented 9 years ago

I have two applications that are supposed to use the same database. Both of these need write access to the full database. This does not seem to be working correctly. I linked both apps to the same database, but I get a Permission Denied for one of them (specifically when it tries to access the hibernate_sequence table).

Is there any way to fix this and make this setup work?

mhlz commented 9 years ago

I fixed the issue by manually going into the database container and just setting the right permissions from there using psql.