Skip to content

Commit

Permalink
Update script.load.balancer.attach property value
Browse files Browse the repository at this point in the history
Add the `%t` parameter to the `script.load.balancer.attach` property value example.
  • Loading branch information
Jagdish-Kewat-EDB authored Jan 13, 2022
1 parent 37e71d8 commit db13adf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pgbs1>,<pgbs2>
script.load.balancer.attach=/usr/edb/efm-4.2/bin/efm_pgbouncer_functions attach %h %t <pgbs1>,<pgbs2>
```
`<pgbs1>` is the hostname or IP address for PgBouncer server 1 and `<pgbs2>` is the hostname or IP address for PgBouncer server 2.

Expand Down

0 comments on commit db13adf

Please sign in to comment.