Troubleshooting
If you're a registered user and need help with pgEdge Enterprise Postgres issues, please visit the website at support.pgedge.com.
The pgEdge Discord server is accessible at: pgedge.com/contact
Public key for pgedge-release-latest.noarch.rpm is not installed; Error: GPG check FAILED
Note
This issue was reported on OEL 10.
When installing Enterprise Postgres packages, you will run into installation issues if your certificate is rejected:
Downloading Packages:
Public key for pgedge-release-latest.noarch.rpm is not installed
Error: GPG check FAILED
To omit the gpgcheck during installation, include the --nogpgcheck flag when installing Postgres:
dnf install --nogpgcheck -y https://dnf.pgedge.com/reporpm/pgedge-release-latest.noarch.rpm