Skip to main content
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

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

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