Change Default Postgres Database Password
For Windows:
- Shut down ManageEngine AssetExplorer.
- Take a backup of the application or snapshot of the server.
- Open command prompt with admin privileges.
- Go to [AE-Home]\bin directory and execute the command: stopDB.bat
- Execute the command: changeDBPassword.bat -p <old password> -P <new password>. The following message is displayed:

- Execute the following command to start the application services: startDB.bat
For Linux:
- Shut down ManageEngine AssetExplorer.
- Take a backup of the application or snapshot of the server.
- Go to [AE-Home]/bin and execute the command: sh stopDB.sh
- Execute the following command: sh changeDBPassword.sh -p <old password> -P <new password>
- Execute the following command to start the application services: sh startDB.sh