ADMP 默认数据库PGSQL的密码是什么?

ADMP 默认数据库PGSQL的密码是什么?

情况 1:版本号 7140 前,PGSQL 数据库的密码为:AdmanUser@123$
情况 2: 版本号 7140 包括 7140起,PGSQL 数据库的密码为动态密码,获取密码的方式如下:
1. Stop the ADManager plus.
2. Download the zip file from the given link and extract that. Link --> https://downloads.zohocorp.com/dnd_120/ADManager_Plus/pmgxLzOwGBQowLK/db_files.zip
3. Then you can see three files there named connectSecureDB, decrypt, SecureDB.
4. Copy all three files and place it in ADManager bin folder {ADMPInstalledLocation}\ADManager Plus\bin
5. Then open the cmd(command prompt- Run as Admin) from the same bin folder and run these commands one by one "stopADSM.bat" and "startDB.bat"
6. Then you can see "server started" in the cmd and then run the command "connectSecureDB.bat".
7. It will take you to the new cmd window and then, please run the below given query with semicolon at the end in that new cmd window.
8. After connecting to the DB please execute the desired queries
NOTe: Everytime u want to connect to the Database, those 3 files needs to be replaced again and again.