Skip to content

Commit

Permalink
Merge pull request #4835 from EnterpriseDB/content/docs/pem/9/misc-pi…
Browse files Browse the repository at this point in the history
…ng-fix

PEM - Added content as per PEM-4835
  • Loading branch information
nidhibhammar authored Sep 25, 2023
2 parents e4e6165 + ff1adb6 commit 63ce9d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions product_docs/docs/pem/9/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,15 @@ When connecting to a PostgreSQL server, you might get one of these error message
For more information, see the PostgreSQL documentation about [client authentication](http://www.postgresql.org/docs/current/interactive/client-authentication.html).

- **FATAL: password authentication failed**: The `password authentication failed for user` error message indicates there might be a problem with the password you entered. Retry the password to confirm you entered it correctly. If the error message returns, make sure that you have the correct password, that you are authorized to access the server, and that the access was correctly configured in the server's `postgresql.conf` configuration file.

## PEM web server status check

Run this command to check whether the PEM webserver is up and running:

```shell
curl https://<SERVER_ADDR>:8443/pem/misc/ping -k -i
__OUTPUT__
PING
```

Where, `SERVER_ADDR` is the IP address of your PEM server. The output `PING` confirms the PEM web server is up and running.

1 comment on commit 63ce9d3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.