mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 05:48:25 -04:00
Added missing feedback about PostgreSQL versions
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -193,7 +193,7 @@ and can update itself properly.
|
|||||||
We now need to install a database - this project uses PostgreSQL, and Homebrew
|
We now need to install a database - this project uses PostgreSQL, and Homebrew
|
||||||
requires a version number to be included with it when installing it:
|
requires a version number to be included with it when installing it:
|
||||||
|
|
||||||
_NOTE: This project currently works with PostgreSQL version 15.x_
|
_NOTE: This project currently works with PostgreSQL version 15.x; version 12.x is currently used in our hosted environments._
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
brew install postgresql@15
|
brew install postgresql@15
|
||||||
|
|||||||
Reference in New Issue
Block a user