Skip to content

Commit

Permalink
Upgrade to PostgreSQL 14.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Nov 30, 2024
1 parent 01bc612 commit e804219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Follow the instructions below on how to install Bundler and setup the database.

* Note that `-e "xpack.security.enabled=false"` disables authentication.

* Install PostgreSQL (>= 13.x): `brew install postgres`
* Install PostgreSQL (>= 14.x): `brew install postgres`
* Setup information: `brew info postgresql`
* Install memcached: `brew install memcached`
* Show all memcached options: `memcached -h`
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: index.docker.io/library/postgres@sha256:e0892b968fb80d181a96f18bfef0a8a1693c2430fb2bc7392e65a53057eaa303 # 13.14
image: index.docker.io/library/postgres@sha256:f104f501cd403abdc56cd17fab81fad0b15754e8dce818e20300a17a3628700f # 14.15
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit e804219

Please sign in to comment.