postgresql: point to new command for data upgrade.
parent
0f436cc6d8
commit
3abd34f027
|
@ -99,13 +99,8 @@ class Postgresql < Formula
|
||||||
end
|
end
|
||||||
|
|
||||||
def caveats; <<~EOS
|
def caveats; <<~EOS
|
||||||
To migrate existing data from a previous major version of PostgreSQL, see:
|
To migrate existing data from a previous major version of PostgreSQL run:
|
||||||
https://www.postgresql.org/docs/10/static/upgrading.html
|
brew postgresql-upgrade-database
|
||||||
|
|
||||||
You will need your previous PostgreSQL installation from brew to perform
|
|
||||||
`pg_upgrade` or `pg_dumpall` depending on your upgrade method.
|
|
||||||
|
|
||||||
Do not run `brew cleanup postgresql` until you have performed the migration.
|
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue