From fb3ca6e4474e5c4668aab624fb4ca1ab2f79334a Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:47:08 +0300 Subject: [PATCH] formatting --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff4357d15..d5a334bfd 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,11 @@ ### Production-ready PostgreSQL High-Availability Cluster (based on "Patroni" and DCS "etcd" or "consul"). Automating with Ansible. -The **postgresql_cluster** is designed for deployment and management of high-availability PostgreSQL clusters in production environments. This solution is tailored for use on dedicated physical servers, virtual machines, and both on-premises and cloud-based infrastructures. +The **postgresql_cluster** project is designed to deploy and manage high-availability PostgreSQL clusters in production environments. \ +This solution is tailored for use on dedicated physical servers, virtual machines, and within both on-premises and cloud-based infrastructures. -This project not only facilitates the creation of new clusters but also offers support for integrating with pre-existing PostgreSQL instances. If you intend to upgrade your conventional PostgreSQL setup to a high-availability configuration, then just set `postgresql_exists=true` in the inventory file. Be aware that initiating cluster mode requires temporarily stopping your existing PostgreSQL service, which will lead to a brief period of database downtime. Please plan this transition accordingly. +This project not only facilitates the creation of new clusters but also offers support for integrating with pre-existing PostgreSQL instances. \ +If you intend to upgrade your conventional PostgreSQL setup to a high-availability configuration, then just set `postgresql_exists=true` in the inventory file. Be aware that initiating cluster mode requires temporarily stopping your existing PostgreSQL service, which will lead to a brief period of database downtime. Please plan this transition accordingly. :trophy: **Use the [sponsoring](https://github.com/vitabaks/postgresql_cluster#sponsor-this-project) program to get personalized support, or just to contribute to this project.**