Kloadut / dokku-pg-plugin

PostgreSQL plugin for Dokku
201 stars 75 forks source link

"Your docker version is too old, please update it" #85

Open jay-snee opened 9 years ago

jay-snee commented 9 years ago

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 my postgres containers and my app containers. The issues are many and varied, however the one I'm currently concentrating on is below - any thoughts?

root@Core:/var/lib/dokku/plugins/postgresql# dokku postgresql:create delete-me-3
Your docker version is too old, please update it
root@Core:/var/lib/dokku/plugins/postgresql# docker version
Client:
 Version:      1.8.3
 API version:  1.20
 Go version:   go1.4.2
 Git commit:   f4bf5c7
 Built:        Mon Oct 12 05:37:18 UTC 2015
 OS/Arch:      linux/amd64

Server:
 Version:      1.8.3
 API version:  1.20
 Go version:   go1.4.2
 Git commit:   f4bf5c7
 Built:        Mon Oct 12 05:37:18 UTC 2015
 OS/Arch:      linux/amd64
root@Core:/var/lib/dokku/plugins/postgresql# dokku version
v0.3.15
astopo commented 9 years ago

+1, i upgraded to docker 1.9 and still get this message when trying to create a postgres db

alanjds commented 8 years ago

me too

astopo commented 8 years ago

^ For anyone struggling, I ended up uninstalling the plugin and using the official dokku pg plugin

alanjds commented 8 years ago

problem is that I am trying a postgis one, and official does not support it. :/

Thanks for pointing, anyway

alanjds commented 8 years ago

well... I am having this issue with whatever non-official PG plugin.