Homebrew recipe for whatever postgresql version Acclaim (by Credly) production is on.
- tap the repo
brew tap YourAcclaim/homebrew-postgresql-credly [email protected]:YourAcclaim/homebrew-postgresql-credly.git
- install the recipe
brew install [email protected]
- if that isn't recognized, try
brew install youracclaim/postgresql-credly/[email protected]
- stop your running installation of postgres
- if using homebrew, it's probably something like
brew services stop postgresql@11
- if using homebrew, it's probably something like
- register and start the tapped version
brew services start [email protected]
- if that isn't recognized, try
brew services start youracclaim/postgresql-credly/[email protected]