is it possible to point specific postgresql version to postgresql (keyword) ? #6369
Unanswered
laptopmutia
asked this question in
Everyday usage
Replies: 1 comment
-
Since postgres can't just update by installing a new version we stopped moving the unversioned name. Next year, when 14 goes EOL we'll likely remove it completely. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Output of
brew config
Output of
brew doctor
Description of issue
whenever I do
brew services restart postgresql
its gonna throw error since I don't have postgresql@14 but @17how to make that postgresql is pointing to postgresql@17 instead of postgresql@14 ?
so I just need to write brew services restart postgresql
Beta Was this translation helpful? Give feedback.
All reactions