Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is it possible to backup QLogs database?
If so, any articles on how please?
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"
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"