Kloadut / dokku-pg-plugin

PostgreSQL plugin for Dokku
201 stars 75 forks source link

Unable to install #63

Open ghost opened 9 years ago

ghost commented 9 years ago

When I run dokku plugins-install, it runs through, and then spits out this at the end:

INFO[0011] The command [/bin/sh -c LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y -q postgresql-9.3 postgresql-contrib-9.3] returned a non-zero code: 100 

If it try any commands it says: PostgreSQL image not found... Did you run 'dokku plugins-install' ?

StarWar commented 9 years ago

I have the exact same issue

INFO[0032] The command [/bin/sh -c LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y -q postgresql-9.3 postgresql-contrib-9.3] returned a non-zero code: 100
mada41 commented 9 years ago

yes, i have same problem too