下载并安装适当版本的 Enterprise PostgreSQL,然后按照以下步骤操作。.
注意: 以下步骤仅适用于OpManager 12.5以下版本(PgSQL 9.2.4至9.4*)
| #TYPE | DATABASE | USER | ADDRESS | METHOD |
| #IPv4 local connections: | ||||
| host | all | all | <ip that is allowed to connect> | md5 |
listen_address = <192.168.0.192>

url jdbc:postgresql://<remotePgSQLInstalledIPAddress>:<PortNumber>/<DBName>
#login username for data base if any
username postgres
#login password for the database if any
#password <EncryptedPassword>
从 <OpManagerHome>\bin 运行 encrypt.bat 文件以生成加密密码。(对于 Linux 计算机,请运行 encrypt.sh 文件)
Execute <OpManagerHome>\bin\encryt.bat Password
<configuration name="StartDBServer" value="false"/>