Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If after the procedure is completed errors are logged of a wrong password, see Qliksenserepository password error in the event logs after changing the database service user passwo... for further information.
# TYPE DATABASE USER ADDRESS METHOD
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
Updated:
# TYPE DATABASE USER ADDRESS METHOD
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
cd "C:\Program files\Qlik\Sense\Repository\PostgreSQL\12.5\bin"
*12.5 refers to the PostgreSQL version. Adjust accordingly depending on what version is installed. psql -h 127.0.0.1 -p 4432 -U postgres
The response will provide the postgres=# prompt, which we will use to change the passwords.alter user postgres with encrypted password 'EnterYourNewPasswordHere';
Response:
alter user qliksenserepository with encrypted password 'EnterYourNewPasswordHere';
Response:This concludes the required steps.
To verify if the password was correctly changed, you can either run psql again, connect with the PGAdmin, or review the Qlik Sense Repository log for success messages on boot.
If after the procedure is completed errors are logged of a wrong password, see Qliksenserepository password error in the event logs after changing the database service user passwo... for further information.
Hello @p_verkooijen
I've updated/rewritten the article and linked it to the second article at the appropriate step. Thank you for alerting us!
The video is under review and will be updated or slightly modified.
All the best,
Sonja