Skip to content

Instantly share code, notes, and snippets.

Created May 13, 2013 13:07
Show Gist options
  • Save anonymous/5568190 to your computer and use it in GitHub Desktop.
Save anonymous/5568190 to your computer and use it in GitHub Desktop.
Update PostgreSQL 8.4 to 9.1
su postgres
pg_dropcluster --stop 9.1 main
pg_upgradecluster 8.4 main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment