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
But I usually use the dokku shell through SSH, and I don't see a way to set the postgres version when running like this. I'd like to be able to do the following:
ssh dokku@hostname postgres:create <name> -v 9.4
or maybe this way, to also support different images:
Is there a way to do this already that I'm not seeing? Or would you be open to a PR to add this option?
The text was updated successfully, but these errors were encountered:
treythomas123
changed the title
Option to set postgres version with postgres:create <appname> <version>
Set postgres image/version with postgres:create option
Apr 18, 2016
I know you can choose a non-default postgres version like this:
But I usually use the dokku shell through SSH, and I don't see a way to set the postgres version when running like this. I'd like to be able to do the following:
or maybe this way, to also support different images:
Is there a way to do this already that I'm not seeing? Or would you be open to a PR to add this option?
The text was updated successfully, but these errors were encountered: