Skip to content

Commit 7b301b9

Browse files
committed
postgresql: version 13 (by default)
1 parent 4f6b50e commit 7b301b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RedHat and Debian based distros (x86_64)
7777
###### PostgreSQL versions:
7878
all supported PostgreSQL versions
7979

80-
:white_check_mark: tested, works fine: `PostgreSQL 9.6, 10, 11, 12`
80+
:white_check_mark: tested, works fine: `PostgreSQL 9.6, 10, 11, 12, 13`
8181

8282
_Table of results of daily automated testing of cluster deployment:_
8383
| Distribution | Test result |

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ patroni_etcd_hosts: []
6060

6161

6262
# PostgreSQL variables
63-
postgresql_version: "12"
63+
postgresql_version: "13"
6464
# postgresql_data_dir: see vars/Debian.yml or vars/RedHat.yml
6565
postgresql_port: "5432"
6666
postgresql_encoding: "UTF8" # for bootstrap only (initdb)

0 commit comments

Comments
 (0)