Skip to content

Commit

Permalink
PostgreSQL 16 (by default) (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks authored Dec 7, 2023
1 parent 945feb8 commit 1c645be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
dcs_type: "{{ ['etcd', 'consul'] | random }}" # Set 'dcs_type' to either 'etcd' or 'consul' randomly
consul_node_role: server # if dcs_type: "consul"
consul_bootstrap_expect: true # if dcs_type: "consul"
postgresql_version: "15" # to test custom WAL dir
postgresql_version: "16" # to test custom WAL dir
pgbouncer_processes: 2 # Test multiple pgbouncer processes (so_reuseport)
cacheable: true
delegate_to: localhost
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ consul_services:


# PostgreSQL variables
postgresql_version: "15"
postgresql_version: "16"
# postgresql_data_dir: see vars/Debian.yml or vars/RedHat.yml
postgresql_port: "5432"
postgresql_encoding: "UTF8" # for bootstrap only (initdb)
Expand Down

0 comments on commit 1c645be

Please sign in to comment.