dokku-postgresql-plugin
dokku-postgresql-plugin copied to clipboard
Plugin to setup postgresql accounts for containers deployed with Dokku
I believe this is because the output of `docker ps` no longer has the contains the `latest` tag, causing this line to fail to find the image id: https://github.com/jeffutter/dokku-postgresql-plugin/blob/master/commands#L35. I...
when initially setting up a database for an app the current private ip for the postgres container is written to the ENV file, then if the container is stopped and...
I am trying this: ``` root@multisite:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES root@multisite:~# dokku postgresql:status Postgresql container not running root@multisite:~# dokku postgresql:start b84a35a52b513b3a23ec2772608854f79a166484a0d9db52168ca0e7f9f205eb root@multisite:~# dokku postgresql:create...
First of all thank you for this plugin! it made my life much simpler :) I rebooted the server i'm working on, and the postgresql ip changed. I stupidly ran...
2015-06-22 18:16:42 UTC FATAL: could not open file "/var/lib/postgresql/9.1/main/PG_VERSION": Permission denied when trying to install plugin
I just discovered that this container binds itself to 0.0.0.0:5432 instead of 127.0.0.1:5432. I'm not sure this is intended behavior; I guess only other containers should be able to connect...
When I create a db: ``` dokku postgresql:create my_db ``` I get this error: ``` could not change directory to "/root": Permission denied psql: FATAL: password authentication failed for user...
Is it possible to specify the version of postgres installed by dokku? I want to use some of the awesome features of posgres 9.3 (like json support) but I haven't...
Hi, I'm relatively new to docker/dokku and would like to run it on my relatively potent server and move one after another all the small webapps I run on my...