From ee678f61d792c4b9bdd07ba30193e40343cac8d2 Mon Sep 17 00:00:00 2001 From: wilfriedroset Date: Mon, 7 Oct 2019 10:34:43 +0200 Subject: [PATCH] Fix typos in documentation (#1202) --- docs/replica_bootstrap.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/replica_bootstrap.rst b/docs/replica_bootstrap.rst index cb891a7e..97c1ccb2 100644 --- a/docs/replica_bootstrap.rst +++ b/docs/replica_bootstrap.rst @@ -127,7 +127,7 @@ A special ``no_master`` parameter, if defined, allows Patroni to call the replic running master or replicas. In that case, an empty string will be passed in a connection string. This is useful for restoring the formerly running cluster from the binary backup. -A special ``keep_data`` parameter, if defined, will instuct Patroni to not clean PGDATA folder before calling restore. +A special ``keep_data`` parameter, if defined, will instruct Patroni to not clean PGDATA folder before calling restore. A special ``no_params`` parameter, if defined, restricts passing parameters to custom command. @@ -204,4 +204,4 @@ in a patroni configuration: Note, that these options will be applied only once during cluster bootstrap, and the only way to change them afterwards is through DCS. -If you use replication slots on the standby cluster, you must also create the corresponding replication slot on the primary cluster. It will not be done automatically by the standby cluster implementation. You can use Patroni's permenant replication slots feature on the primary cluster to maintain a replication slot with the same name as ``primary_slot_name``, or its default value if ``primary_slot_name`` is not provided. +If you use replication slots on the standby cluster, you must also create the corresponding replication slot on the primary cluster. It will not be done automatically by the standby cluster implementation. You can use Patroni's permanent replication slots feature on the primary cluster to maintain a replication slot with the same name as ``primary_slot_name``, or its default value if ``primary_slot_name`` is not provided.