Skip to content

Commit

Permalink
Update local db posgresql to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelekm committed Mar 28, 2024
1 parent 0cb87a3 commit e1fc8c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/ansible/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ papertrail_log_files:
- "/var/log/event-feed.log"
- "/var/log/upstart/otp.log"

postgresql_version: "9.6"
postgresql_package_version: "9.6.*"
postgresql_version: "12"
postgresql_package_version: "12.*.*"
postgresql_support_libpq_version: "*"

postgresql_listen_addresses: "*"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# postgresql defaults copied from azavea.postgresql
postgresql_version: "9.6"
postgresql_package_version: "9.6.*"
postgresql_version: "12"
postgresql_package_version: "12.*.*"
postgresql_listen_addresses: localhost
postgresql_port: 5432
postgresql_data_directory: /var/lib/postgresql/{{ postgresql_version }}/main
Expand Down

0 comments on commit e1fc8c5

Please sign in to comment.