Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
We were using below script in cmd to take full site back up for our environment :
C:\"Program Files"\Qlik\Sense\Repository\Util\QlikSenseUtil\QlikSenseUtil.exe -backup -databaseHostname="localhost" -databasePassword="*********" -path="C:\QlikSense backup" -certificatePassword="******"
but now we are getting below error message while running above script :
It seems the due to default location for postres has been changed after upgrade it from 12 to 14
how can we fix this issue.
Hi @Tool_Tip
as mentioned in the below article "Qlik Sense Util is no longer supported as a backup and restore tool. For the officially supported backup and Restore Process, see Backup and Restore."
Please use pg_dump instead of Qlik Util tool for backup repository databases
Dear Jack,
Thank you for the confirmation.