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: 
jrathgebercs
Creator
Creator

How to Automate Qlik Sense deployment from DEV to UAT and UAT to PROD.

Hi Team,

We don't have permission to deploy the Qlik Sense file from UAT to PROD. So we are looking the way to automate the deployment. Is there any way to deploy Qlik Sense file from UAT to PROD.?

Please suggest or share the ideas.

Thanks & Regards,

 

Labels (1)
2 Replies
mpc
Partner Ambassador
Partner Ambassador

Hi, 

A common way to perform this is to use Qlik-CLI (or the API directly) in powershell script with these big steps:
- Export app from DEV on a file share readable by the UAT server, without data
- Import app into the UAT server
- Reload the app

Pleas note data connection name must be the same between DEV, UAT and PROD

Best

From Next Decision and mpc with love
jrathgebercs
Creator
Creator
Author

Hi @mpc ,

Is it possible to share PowerShell script with some steps so that we can check in lower environment and do the POC.?

Thanks & Regards,

Irshad Ahmad