Is brew postgresql-upgrade-database still relevant? #4685
Unanswered
swrobel
asked this question in
Everyday usage
Replies: 2 comments 7 replies
-
I know @MikeMcQuaid worked on it a couple of times, but as far as I know it's not needed anymore and you can just use https://www.postgresql.org/docs/current/pgupgrade.html |
Beta Was this translation helpful? Give feedback.
0 replies
-
This script is only needed if you're migrating between major versions that both use @Homebrew/core should we deprecate this script and also the |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Is
brew postgresql-upgrade-database
still relevant? I attempted to use it to upgrade from postgresql@14 to postgresql@15, and first it made mebrew tap homebrew/core
, which I didn't think was necessary anymore since taps were moved to API endpoints, but after doing so, it still errors:It should be noted that both are versioned postgres installs. I don't have a
postgresql
unversioned formula installed, and haven't for a long time.Is this no longer the recommended way to do major version postgres upgrades? If not, what is?
Beta Was this translation helpful? Give feedback.
All reactions