Qommentary
Qommentary
Qommentary
  • Welcome
  • Getting started
    • Prerequisites
      • Client Certificates
      • Software dependencies
    • Installing
      • SSL Certificates
      • Uninstalling
    • Configuration
    • Upgrades
      • Qlik Sense
        • WebSocket CSRF protection
    • Uninstalling
    • Troubleshooting
      • Common Issues
      • Logs
      • Qlik Sense connectivity
  • What's New
    • Release Notes
      • v25.1.0
      • v23.2.0
      • v23.1.0
        • v23.1.1
        • v23.1.2
        • v23.1.3
        • v23.1.4
      • v22.3.0
      • v22.1.0
      • v21.4.0
        • v21.4.1
      • v21.3.0
      • v21.2.0
        • v21.2.1
        • v21.2.2
      • v21.1.0
        • v21.1.1
        • v21.1.2
      • v20.4.0
        • v20.4.1
      • v20.3.0
      • v20.2.0
  • User guides
    • Qommentary Admin Console
    • Qommentary Insights
    • Qommentary Table
    • Qommentary Pivot Table
    • Qommentary Writeback
    • Qommentary Form
  • Platform Architecture
    • Deployments
    • Disaster Recovery
    • Mirroring Sites
    • Migrations
  • Utilities
    • User Sync Utility
    • DB Connection Utility
  • SUPPORT
    • Submit a ticket
Powered by GitBook
On this page
  • Database only
  • Admin Console and Engine only
  • Database, Admin Console and Engine

Was this helpful?

  1. Platform Architecture

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.

PreviousMirroring SitesNextUser Sync Utility

Last updated 1 year ago

Was this helpful?

Database only

  1. Backup Qommentary Database using pgadmin tool

  2. Restore Qommentary Database in the new Database server

  3. Go to the Qommentary Engine folder

  4. Open the appsettings.json

  5. Update the "ConnectionStrings" > “Qommentary” entry with the new connectionstring

  6. Restart Qommentary Engine application pool in IIS

Example of the appsetting.json entry

"ConnectionStrings": {
    "Qommentary": "zKA40nbrJzFIzu1kXecgP45n1d1f9beA6MBvieX99UUmFMQxc2lpem8x6hV+TNDjgOa3+lvLJAie3Qnl+KbBxghI58LF4DgEHbZdqEpLIVoCIbOA9eFwpGUMXOzNbmTfQTD+LpHUEktCoIW6d7mQI4b2YJKcYy448rVGJk7K0fbbg8n"
}

You will have to use the to encrypt your new connectionstring before updating this entry

Admin Console and Engine only

  1. 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.

  2. Re-install the Qlik Sense Client certificate in the new environment

  3. Re-bind the SSL certificate to the Qommentary Manager/Engine sites (if applicable)

  4. Check that the Qommentary Manager/Engine hostnames are whitelisted in the virtual proxy list in the Qlik Management Console (QMC)

  5. Update all Qommentary extensions configurations via Qlik dev-hub if the new environment is using different endpoint URLs.

Database, Admin Console and Engine

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

DB Connection Utility
Prerequisites
Installing