We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ab01a commit b5213e7Copy full SHA for b5213e7
wiki/postgres.sh
@@ -47,3 +47,6 @@ kill -9 [pid]
47
# TCP/IP connections on port 5432?
48
49
rm /usr/local/var/postgres/postmaster.pid
50
+
51
+# In case you've upgraded Postgres, first migrate the database:
52
+brew postgresql-upgrade-database
0 commit comments