Skip to content

Commit

Permalink
Upgrade postgres dev to prod version (v12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Sep 29, 2020
1 parent a627e5f commit 2d5a06b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ latest (unreleased)

**Build**

* BSMNT-138 Upgrade postgres dev to prod version (v12)

**Documentation**
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
MARABUNTA_ALLOW_SERIE: 'True' # should not be set in production

db:
image: camptocamp/postgres:9.5
image: camptocamp/postgres:12
command: -c shared_buffers=256MB -c maintenance_work_mem=256MB -c wal_buffers=8MB -c effective_cache_size=1024MB
ports:
- 5432
Expand Down

0 comments on commit 2d5a06b

Please sign in to comment.