Authentication method and password settings of PostgreSQL (in Windows)
Follow this procedure to change the authentication method and password settings of PostgreSQL.
1. Stop Manager
For details about how to stop Manager, see Stopping Manager (in Windows).
2. Confirming PostgreSQL authentication methods
The PostgreSQL authentication method is set to "md5" (the setting to use an encrypted password) just after Manager is installed. Change the setting according to the environment to be used.
Settings file C:\HULFT Family\hulftiot-manager\manager\postgresql\data\pg_hba.conf
Setting value (recommended) md5 (use an encrypted password)
3. Set the password for the database user named "postgres"
Set a password according to the authentication method set in step 2.
For details about how to change the password with PostgreSQL, see the PostgreSQL website.
4. Revise the environment settings file of Manager
Specify the password that was set in step 3 for spring.datasource.password in the environment settings file of Manager (application.properties).
For details about an environment settings file storage folder, see Table 2.1 Server configuration after an installation (in Windows).
5. Start Manager
For details about how to start Manager, see Starting Manager (in Windows).