Last active
August 29, 2015 14:18
-
-
Save drbraden/84dd9b16652527ab952c to your computer and use it in GitHub Desktop.
Use a newer version of Postgres with dokku-alt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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