@@ -54,17 +54,18 @@ An example how to include this role as a task:
54
54
55
55
# ### Compatibility matrix
56
56
57
- | Distribution / PostgreSQL | 10 | 11 | 12 | 13 |
58
- | ------------------------- |:--:|:--:|:--:|:--:|
59
- | CentOS 7.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
60
- | CentOS 8.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
61
- | Debian 9.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
62
- | Debian 10.x | :grey_question : | :grey_question: | :grey_question: | :grey_question: |
63
- | Ubuntu 16.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
64
- | Ubuntu 18.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
65
- | Ubuntu 20.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
66
- | Ubuntu 22.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |
67
- | Fedora 37 | :grey_question : | :grey_question: | :grey_question: | :grey_question: |
57
+ | Distribution / PostgreSQL | 10 | 11 | 12 | 13 | 14 | 15 |
58
+ | ------------------------- |:--:|:--:|:--:|:--:|:--:|:--:|
59
+ | CentOS 7.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
60
+ | CentOS 8.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
61
+ | Debian 9.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
62
+ | Debian 10.x | :grey_question : | :grey_question: | :grey_question: | :grey_question: |:grey_question: | :grey_question: |
63
+ | Debian 11.x | :grey_question : | :grey_question: | :grey_question: | :grey_question: |:grey_question: | :white_check_mark: |
64
+ | Ubuntu 16.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
65
+ | Ubuntu 18.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
66
+ | Ubuntu 20.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :grey_question: |
67
+ | Ubuntu 22.04.x | :white_check_mark : | :white_check_mark: | :white_check_mark: | :white_check_mark: |:grey_question: | :white_check_mark: |
68
+ | Fedora 37 | :grey_question : | :grey_question: | :grey_question: | :grey_question: |:grey_question: | :grey_question: |
68
69
69
70
- :white_check_mark : - tested, works fine
70
71
- :warning : - Not for production use
@@ -78,7 +79,7 @@ An example how to include this role as a task:
78
79
79
80
` ` ` yaml
80
81
# Basic settings
81
- postgresql_version: 13
82
+ postgresql_version: 15
82
83
postgresql_encoding: "UTF-8"
83
84
postgresql_locale: "en_US.UTF-8"
84
85
postgresql_ctype: "en_US.UTF-8"
@@ -177,13 +178,15 @@ Maintainers:
177
178
- [Sergei Antipov](https://github.com/UnderGreen)
178
179
- [Greg Clough](https://github.com/gclough)
179
180
- [Magnus Lübeck](https://github.com/maglub)
181
+ - [Leo C.](https://github.com/MrMegaNova)
180
182
181
183
Top Contributors :
182
184
- [David Farrington](https://github.com/farridav)
183
185
- [Jesse Lang](https://github.com/jesselang)
184
186
- [Michael Conrad](https://github.com/MichaelConrad)
185
187
- [Sébastien Alix](https://github.com/sebalix)
186
188
- [Copperfield](https://github.com/Copperfield)
189
+ - [T. Soulabail](https://github.com/tsoulabail)
187
190
188
191
- [Ralph von der Heyden](https://github.com/ralph)
189
192
0 commit comments