We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a835d commit efdca42Copy full SHA for efdca42
script/pgsqlms
@@ -1047,13 +1047,14 @@ The system owner of your instance's process
1047
1048
=item B<recovery_template>
1049
1050
-B<ONLY> for PostgreSQL 11 and bellow. This parameter is IGNORED for
1051
-PostgreSQL 12 and higher. The cluster will refuse to start if a template
1052
-file is found.
+B<ONLY> for PostgreSQL 11 and bellow.
1053
1054
The local template that will be copied as the C<PGDATA/recovery.conf> file.
1055
This template file must exists on all node.
1056
+With PostgreSQL 12 and higher, the cluster will refuse to start if this
+parameter is set or a template file is found.
1057
+
1058
(optional, string, default "$PGDATA/recovery.conf.pcmk")
1059
1060
=item B<maxlag>
0 commit comments