Migrations
This section outlines the necessary steps for migrating Qommentary components between environments. It is important to note that there are three primary scenarios to consider.
Last updated
Was this helpful?
This section outlines the necessary steps for migrating Qommentary components between environments. It is important to note that there are three primary scenarios to consider.
Last updated
Was this helpful?
Backup Qommentary Database using pgadmin tool
Restore Qommentary Database in the new Database server
Go to the Qommentary Engine folder
Open the appsettings.json
Update the "ConnectionStrings" > “Qommentary” entry with the new connectionstring
Restart Qommentary Engine application pool in IIS
Example of the appsetting.json entry
You will have to use the to encrypt your new connectionstring before updating this entry
Install Qommentary on the new environment using the Qommentary Setup Wizard. In the database step, connect to existing database and provide the details related to the existing Qommentary Database.
Re-install the Qlik Sense Client certificate in the new environment
Re-bind the SSL certificate to the Qommentary Manager/Engine sites (if applicable)
Check that the Qommentary Manager/Engine hostnames are whitelisted in the virtual proxy list in the Qlik Management Console (QMC)
Update all Qommentary extensions configurations via Qlik dev-hub if the new environment is using different endpoint URLs.
This scenario is a combination of the previous sections, so please begin with the "Database only" steps and then proceed with the "Admin console and Engine only" steps.
For more information please check and sections