Skip to content

Instantly share code, notes, and snippets.

@robregonm
Created January 7, 2016 20:48
Show Gist options
  • Select an option

  • Save robregonm/229e96472acce1a4f05f to your computer and use it in GitHub Desktop.

Select an option

Save robregonm/229e96472acce1a4f05f to your computer and use it in GitHub Desktop.
Upgrading PostgreSQL from 9.4 to 9.5 (just a very small offline time)
sudo pg_dropcluster 9.5 main --stop
sudo pg_upgradecluster 9.4 main
sudo pg_dropcluster 9.4 main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment