Skip to content

Instantly share code, notes, and snippets.

@drbraden
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drbraden/84dd9b16652527ab952c to your computer and use it in GitHub Desktop.
Save drbraden/84dd9b16652527ab952c to your computer and use it in GitHub Desktop.
Use a newer version of Postgres with dokku-alt
source: https://github.com/dokku-alt/dokku-alt/issues/234
This assumes a fresh install, so no data migration to complicate things.
From a comment by ayufan on 4/6/2015:
Ok. You have to add to /home/dokku/.dokkurc:
export POSTGRESQL_IMAGE=ayufan/dokku-alt-postgresql:9.3
(The 9.3 is latest provided)
and later execute:
rm -rf /home/dokku/.pgsql
dokku postgresql:restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment