You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: