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,
This procedure did not succeed for us (QS Aprilm 2020 Patch 3 ). We had to execute this fix : https://support.qlik.com/articles/Basic/Qliksenserepository-password-error-in-the-event-logs-after-c...
Can you add these steps to the procedure ?
Thank you for your work,
Has anyone else come across any issues?
I managed to implement all the steps but am unable to access the QMC or Hub.
Hello @hmjason7 - You may want to gather additional information on the issue you are seeing (error messages, screenprints) and post on our Qlik Sense Deployment forums for better visibility.
You start the video saying there is no way to recover the password, and then, in step 12, you show us how we can see the old password 🙂
Much easier to recover, than to change it
@cata_pli exactly!! 😂
@cata_pli , this Step 12 will show you the qliksenserepository password only.
So if you don't remember super admin password (Postgres user) then it won't be enough. It works only if you have put the same password for qliksenserepository and Postgres.
Hi,
i am not able to see bin folder in below location. has any one come across this issue?
cd "C:\Program files\Qlik\Sense\Repository\PostgreSQL\9.6\bin"
Hi @gkkandukuri,
What is your Postgres version ?
Do you have a bundled Postgres Database or a Standalone ?
HI,
sorry i found the bin folder was looking in C drive instead of D drive
@Bjorn_Wedbratt @Sonja_Bauernfeind
Please combine and/or update this support article with info from https://community.qlik.com/t5/Official-Support-Articles/How-to-change-the-Qlik-Sense-Enterprise-on-W...
Without changing the microservices you cannot complete the password change