Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jay-snee opened this issue Oct 16, 2015 · 5 comments
Open

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

jay-snee opened this issue Oct 16, 2015 · 5 comments

Comments

@jay-snee
Copy link

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
Copy link

astopo commented Nov 12, 2015

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

@alanjds
Copy link

alanjds commented Dec 7, 2015

me too

@astopo
Copy link

astopo commented Dec 7, 2015

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

@alanjds
Copy link

alanjds commented Dec 7, 2015

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

Thanks for pointing, anyway

@alanjds
Copy link

alanjds commented Dec 7, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants