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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mwallman
Creator III
Creator III

Is it possible to backup QLogs database?

Hi all,

Is it possible to backup QLogs database?

If so, any articles on how please?

1 Solution

Accepted Solutions
Giuseppe_Novello
Former Employee
Former Employee

https://help.qlik.com/en-US/sense/June2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Dep...

Under " Backing up a Qlik Sense site" check under Step # 4 " you have centralized logging configured, make a backup of the centralized logging database by running the following command:

pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\QLogs_backup.tar" QLogs" 

Giuseppe Novello
Principal Technical Support Engineer @ Qlik

View solution in original post

1 Reply
Giuseppe_Novello
Former Employee
Former Employee

https://help.qlik.com/en-US/sense/June2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Dep...

Under " Backing up a Qlik Sense site" check under Step # 4 " you have centralized logging configured, make a backup of the centralized logging database by running the following command:

pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\QLogs_backup.tar" QLogs" 

Giuseppe Novello
Principal Technical Support Engineer @ Qlik