Updating PostgreSQL with Homebrew on macOS Big Sur
I recently updated my install of PostgreSQL to v14 with Homebrew, and thought this small tutorial might help others. And it will obviously help me when it comes time to update again! Introduction If you’re running macOS and are doing any kind of development work, and aren’t using Homebrew - you really should take a look. It’s a package manager which allows for quick and easy installation and updating of many common packages. »