Created
January 7, 2016 20:48
-
-
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)
This file contains hidden or 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
| 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