PostgreSQL@12: Remove migration notes from caveats
As suggested in #65122, this only makes sense for the `postgresql` formula itself.master
parent
43b726b9a8
commit
6f4d339e6a
|
@ -89,9 +89,6 @@ class PostgresqlAT12 < Formula
|
|||
|
||||
def caveats
|
||||
<<~EOS
|
||||
To migrate existing data from a previous major version of PostgreSQL run:
|
||||
brew postgresql-upgrade-database
|
||||
|
||||
This formula has created a default database cluster with:
|
||||
initdb --locale=C -E UTF-8 #{var}/#{name}
|
||||
For more details, read:
|
||||
|
|
Loading…
Reference in New Issue