Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am creating a scheduled task for automated backup in Qliksense environment. It uses pgpass file for postgres password to take repository backup. But, we can't keep password in plain text due to security issues. So I crrated a key file and encrypted password file using powershell. But, I am not sure how to decrypt it and use in pg_dump command. Please help.