Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vikraant
Creator
Creator

How to take automated Backup of all apps in Qlik Sense?

Hello Everyone,

Is there a method in which we can schedule automated backups of all apps, configurations etc using QMC.

Thank You !

1 Solution

Accepted Solutions
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Yes,

Qlik provides a tool called Repository Snapshot Manager (RSM) to do it for you.

Please note that it's not working very well with Shared Persistence (QS 3.2), but works perfectly with Sync Persistence so far.

Here is the info:

https://help.qlik.com/en-US/sense/3.2/Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-...

You just need to create a BAT file and schedule it's execution via Windows Scheduler on the server.

Please note that RSM stops Qlik Services while running, so your system might be down for few minutes...

P.S. When applicable, please mark this answer Correct or Helpful.

View solution in original post

4 Replies
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Yes,

Qlik provides a tool called Repository Snapshot Manager (RSM) to do it for you.

Please note that it's not working very well with Shared Persistence (QS 3.2), but works perfectly with Sync Persistence so far.

Here is the info:

https://help.qlik.com/en-US/sense/3.2/Subsystems/PlanningQlikSenseDeployments/Content/Server/Server-...

You just need to create a BAT file and schedule it's execution via Windows Scheduler on the server.

Please note that RSM stops Qlik Services while running, so your system might be down for few minutes...

P.S. When applicable, please mark this answer Correct or Helpful.

rittermd
Master
Master

Why would you use this tool to backup the repository in addition to nightly backups or snapshots of the server?  What are the benefits or costs of using it?

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Mark,

It's Qlik-specific and works fine when you need to recreate QS environment on the server with different capacity, for example. And it's much faster than the whole server Backup/Restore process (3-4 mins in my case with couple hundreds apps)...

Vlad

vikraant
Creator
Creator
Author

Thank You Vlad !