From db13adfd4f1535a6e0c691fc6e592737eb5f5607 Mon Sep 17 00:00:00 2001 From: Jagdish-Kewat-EDB <70263647+Jagdish-Kewat-EDB@users.noreply.github.com> Date: Thu, 13 Jan 2022 12:53:47 +0530 Subject: [PATCH] Update script.load.balancer.attach property value Add the `%t` parameter to the `script.load.balancer.attach` property value example. --- product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx b/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx index 1189fea98cf..23fcae9cf0d 100644 --- a/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx +++ b/product_docs/docs/efm/4/efm_deploy_arch/05_efm_pgbouncer.mdx @@ -92,7 +92,7 @@ efm can execute the script, which has the following contents: 2. On each database node, set `script.load.balancer.attach` to the custom script in the `efm` properties file: ``` text - script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h , + script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h %t , ``` `` is the hostname or IP address for PgBouncer server 1 and `` is the hostname or IP address for PgBouncer server 2.