Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Tool_Tip
Creator III
Creator III

postgres

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 :

Tool_Tip_0-1733656350656.png

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.

Labels (1)
2 Replies
Jack_Guo
Support
Support

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."

https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Utility-Functions-and-Features/ta...

Please use pg_dump instead of Qlik Util tool for backup repository databases

Tool_Tip
Creator III
Creator III
Author

Dear Jack,

 

Thank you for the confirmation.