Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions product_docs/docs/pem/10/installing/ha/efm_s1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ On each standby, perform the following steps.
1. Execute the following SQL on the `pem` database as a superuser, providing the correct server and port for each.

```sql
SELECT pem.register_pem_server(server_id) FROM pem.server WHERE server='172.16.161.201' and port=5444;
SELECT pem.register_pem_server(id) FROM pem.server WHERE server='172.16.161.201' and port=5444;
```

!!! Info
Expand Down Expand Up @@ -476,4 +476,4 @@ Perform the following steps on all web application hosts.
```

1. If you chose to synchronize PEM web application user preferences between instances,
complete the setup now by [configuring each web application instance to use the backend for user settings](user_settings.md#configure-the-pem-web-applications).
complete the setup now by [configuring each web application instance to use the backend for user settings](user_settings.md#configure-the-pem-web-applications).
Loading