Skip to content

Commit aa167de

Browse files
Merge pull request #5940 from EnterpriseDB/docs/pem/remove-multihost
Remove mentions of multihost support from agent to server
2 parents 3d99e4b + e41f28e commit aa167de

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

product_docs/docs/pem/9/pem_rel_notes/970_rel_notes.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ New features, enhancements, bug fixes, and other changes in PEM 9.7.0 include:
1212
| Enhancement | Added PGD extension details in the Core usage report. |
1313
| Enhancement | If max_connections is set to 1 in the `agent.cfg` file, PEM agent startup process makes it to 2 in the backend code to avoid PEM's probe data collection failure. [Support ticket: #101924] |
1414
| Enhancement | Probes are now re-run on restart of agent and monitored server. |
15-
| Enhancement | Added support for multi-host connection strings for the connections from agent to PEM Server. |
1615
| Enhancement | Introduced v12 REST API to fix the API schema for alerts (GET) and alert templates (GET/PUT/POST). |
1716
| Bug fix | Fixed an issue where the version information was missing in the `pemworker` utility usage. |
1817
| Bug fix | Fixed an issue with `reminder_notification_interval` setting. Now you can configure this parameter to a value less than 1 hour. |

product_docs/docs/pem/9/registering_agent.mdx

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,24 +108,6 @@ When invoking the pemworker utility, append command line options to the command
108108
## Advanced usage
109109
The following are some advanced options for PEM agent registration.
110110

111-
### Registering multiple hosts for high availability
112-
113-
If you are using PEM to manage multiple database servers for high availability, register your PEM agent with the primary, as well as any standby hosts. In a switchover scenario, registering all hosts allows the PEM agent to automatically recognize the new primary instance (that used to be a standby) without any manual intervention.
114-
115-
If you don't register all hosts, the PEM agent won't be able to perform write queries on the new primary host until it is manually registered.
116-
117-
Use the `--pem-server` and `--pem-port` options to specify all hosts when registering the PEM agent:
118-
119-
```
120-
/usr/edb/pem/agent/bin/pemworker --register-agent \ --pem-server host1,host2 \ --pem-port 5444,5432
121-
```
122-
123-
!!!note
124-
After configuring all hosts, the PEM agent tries to connect to a host in the specified order. However, it will only be able to connect to the host currently accepting connections, the primary host.
125-
!!!
126-
127-
See [Specifying Multiple Hosts](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-MULTIPLE-HOSTS) for more information.
128-
129111
### Setting the agent ID
130112
Each registered PEM agent must have a unique agent ID. The value `max(id)+1` is assigned to each agent ID unless a value is provided using the `-o` options as shown [below](#overriding-default-configurations---examples).
131113

0 commit comments

Comments
 (0)