|
1 |
| -# postgresql_cluster |
2 |
| -PostgreSQL High-Availability Cluster (based on "Patroni" and "DCS(etcd)"). Automating deployment with Ansible. |
| 1 | +# PostgreSQL High-Availability Cluster |
| 2 | +### PostgreSQL High-Availability Cluster (based on "Patroni" and "DCS(etcd)"). Automating deployment with Ansible. |
| 3 | + |
| 4 | +This Ansible playbook is designed to deploy a PostgreSQL High-Availability Cluster on dedicated physical servers, for a production environment. |
| 5 | + |
| 6 | +For test environments and small projects with a low load, can be deployed on the virtual servers. |
| 7 | + |
| 8 | +A choice of two options given deployment scheme ("Type A" and "Type B"): |
| 9 | + |
| 10 | + |
| 11 | +### [Type A] PostgreSQL High-Availability with Load Balancing |
| 12 | + |
| 13 | + |
| 14 | +description will be added very soon ... |
| 15 | + |
| 16 | +### [Type B] PostgreSQL High-Availability only |
| 17 | + |
| 18 | + |
| 19 | +description will be added very soon ... |
| 20 | + |
| 21 | + |
| 22 | +#### Compatibility |
| 23 | +RedHat and Debian based distros. |
| 24 | + |
| 25 | +###### minimum os versions: |
| 26 | +- RedHat: 7 |
| 27 | +- CentOS: 7 |
| 28 | +- Ubuntu: 16.04 |
| 29 | +- Debian: 8 |
| 30 | + |
| 31 | +:white_check_mark: tested, works fine: Debian 9, Ubuntu 18.04, CentOS 7. |
| 32 | + |
| 33 | +###### PostgreSQL versions: |
| 34 | +- 9.4 |
| 35 | +- 9.5 |
| 36 | +- 9.6 |
| 37 | +- 10 |
| 38 | +- 11 |
| 39 | + |
| 40 | +all supported PostgreSQL versions |
| 41 | + |
| 42 | +:white_check_mark: tested, works fine: PostgreSQL 9.6, 10, 11. |
| 43 | + |
| 44 | + |
| 45 | +#### Requirements |
| 46 | +*coming soon...* |
| 47 | + |
| 48 | + |
| 49 | +### Quick start |
| 50 | +*coming soon...* |
| 51 | + |
| 52 | + |
| 53 | +#### Variables |
| 54 | +*coming soon...* |
| 55 | + |
| 56 | +#### License |
| 57 | +Licensed under the MIT License. See the [LICENSE](https://github.com/vitabaks/postgresql_cluster/blob/master/LICENSE) file for details. |
| 58 | + |
| 59 | + |
| 60 | +#### Author |
| 61 | +Vitaliy Kukharik (PostgreSQL DBA) [email protected] |
| 62 | + |
| 63 | + |
| 64 | +#### Feedback, bug-reports, requests, ... |
| 65 | +Are [welcome](https://github.com/vitabaks/postgresql_cluster/issues)! |
0 commit comments