dokku-pg-plugin
dokku-pg-plugin copied to clipboard
PostgreSQL plugin for Dokku
The forked branch https://github.com/josegonzalez/dokku-pg-plugin that was created to resolve issues arising from updating dokku and this plugin has out an out of date README. For anyone else coming across the...
Just updated the DO one-click dokku image to the latest docker/postgres version (annoyingly, in an a attempt to get redis playing nicely). In doing so, I've broken the links between...
The default values of postgresql.conf may have to be modified by user (e.g. max_connections or shared_buffers). From what I have read about the code of this plugin, it does not...
Also includes fixes to a variety of issues in pull requests and otherwise.
See Kloadut/dokku-pg-plugin#77
dokku postgresql:create db Your docker version is too old, please update it dokku postgresql:link web db docker: "inspect" requires a minimum of 1 argument. See 'docker inspect --help'. Usage: docker...
I expected this to work, but found it did not. Turns out it was an easy fix. Here's the pull request. Here's a reference issue: https://github.com/Kloadut/dokku-pg-plugin/issues/40
On a fresh installation of Ubuntu 14.04 x64, with a fresh installation of Dokku (all versions should be latest), when I run ``` dokku postgresql:console ``` with my database's name,...
For some reason dokku seems to have forgotten my Host and Port information. When I execute ``` dokku postgresql:info ``` I get: ``` docker: "inspect" requires a minimum of 1...
So I'm just trying to test deploying a bare bones Rails app with a postgresql container linked up. I keep getting time outs even though the db is up and...