aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-08 17:21:55 +0100
committerThéophile Helleboid <theophile.helleboid@captaintrain.com>2018-11-08 20:54:11 +0100
commit91a1727f6cb7049669a700815a8908721da45ff5 (patch)
tree0e76b31364c57fce6f0dbfe7c60b3d5d89af5b53 /README.md
parentd0bc90e08c29e881c388c6803ed9c49dff1f1776 (diff)
downloadansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.tar.gz
ansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.tar.zst
ansible-postgresql-role-91a1727f6cb7049669a700815a8908721da45ff5.zip
Add PostgreSQL 11
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f07f2d4..292c910 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,8 @@ This table lists the tested version of OS/PostgreSQL couples.
26 26
27| Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 | 27| Distribution / PostgreSQL | 9.1 | 9.4 | 9.5 | 9.6 | 10 | 11 |
28| ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:| 28| ------------------------- |:---:|:---:|:---:|:---:|:---:|:---:|
29| Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| 29| Debian 8.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:|
30| Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :grey_question:| 30| Debian 9.x | :no_entry: :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:| :white_check_mark:|
31 31
32- :white_check_mark: - tested, works fine 32- :white_check_mark: - tested, works fine
33- :grey_question: - will work in the future (help out if you can) 33- :grey_question: - will work in the future (help out if you can)
@@ -43,7 +43,7 @@ postgres_listen_addresses: [ '127.0.0.1' ] # Optional
43postgres_log_dir: '/home/postgres-logs' # Optional 43postgres_log_dir: '/home/postgres-logs' # Optional
44postgres_data_dir: '/home/postgres' # Optional 44postgres_data_dir: '/home/postgres' # Optional
45postgres_clusters: # Mandatory 45postgres_clusters: # Mandatory
46 - version: 10 # Mandatory 46 - version: 11 # Mandatory
47 name: 'main' # Mandatory 47 name: 'main' # Mandatory
48 port: 5432 # Mandatory 48 port: 5432 # Mandatory
49 checksums: True # Optional 49 checksums: True # Optional