Closed dekz closed 10 years ago
I think it is a little out of scope for the plugin to make decisions like this. However I have added a "dokku postgresql:admin_console" and "dokku postgresql:console $APP" commands so that you can easily drop to postgresql shells and do what you need.
I was thinking that it might be nice to have an additional user with read only permissions.
GRANT SELECT ON ALL TABLES IN SCHEMA public TO abcd
My use case was for sharing database between two dokku deploys with one read only access for testing.