Skip to main content
Bastien_Laugiero

Hi everyone,

For various and valid reasons, you might need to migrate your entire Qlik Sense environment, or part of it, somewhere else.

In this post, I’ll cover the most common scenario: a complete migration of a single or multi-node Qlik Sense system, with the bundled PostgreSQL database (Qlik Sense Repository Database service) in a new environment.

So, how do we do that?

 

 

Introduction and preparation

Let’s start with a little bit of context: Say that we are running a 3 nodes Qlik Sense environment (Central node / Proxy-Engine node / Scheduler node).

On the central node, I also have the Qlik shared folder and the bundled Qlik Sense Repository Database installed.

This environment has been running well for years but I now need to move it to a brand new hardware ensuring better performance. It’s not possible to reinstall everything from scratch because the system has been heavily used and customized already. Redoing all of that to replicate the environment is too difficult and time-consuming.  

I start off with going through a checklist to verify if the new system I’m migrating to is up to it:

And then I move right over to…

 

Backup your old environment

The first step to migrate your environment in this scenario is to back it up.

To do that, I would recommend following the steps documented on help.qlik.com (make sure to select your Qlik Sense version top left of the screen).

https://help.qlik.com/en-US/sense/April2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_De...

Once the backup is done you should have:

  • A backup of the database in .tar format
  • A backup of the content of the file share which includes your applications, application content, archived logs, extensions,…
  • Backups of any data source files that need to be migrated and are not stored in the shared folder like QVDs

Then we can go ahead and…

 

Deploy and restore the new central environment

The next steps are to deploy and restore your central node. In this scenario, we will also assume that the new central node will have a different name than the original one (just to make things a bit more complicated 😊).

Let’s start by installing Qlik Sense on the central node. That’s as straightforward as any other fresh install.

You can follow our documentation. Before clicking on Install simply uncheck the box “Start the Qlik Sense services when the setup is complete.

The version of Qlik Sense you are going to install MUST be the same as the one the backup is taken on.

Now that Qlik Sense is deployed you can restore the backup you have taken earlier into your new Qlik Sense central node following Restoring a Qlik Sense site.

Since the central node server name has also changed, you need to run a Bootstrap command to update Qlik Sense with the new server name. Instruction provided in Restoring a Qlik Sense site to a machine with a different hostname.

The central node is now almost ready to start.

If you have changed the Qlik Share location, then the UNC path has also changed and needs to be updated.

To do that:

  1. Go to C:\Program Files\Qlik\Sense\Repository\Util\QlikSenseUtil
  2. Run QlikSenseUtil.exe as Administrator
  3. Click on Connect to the database and enter the credential to connect to the new PostgreSQL database
  4. Click on Service Cluster and press OK. This should display the previously configured UNC Path
  5. You simply need to update each path, save and start/restart all the Qlik sense services.

    01.png

At this point make sure you can access the Qlik Sense QMC and Hub on the central node. Eventually, check that you can load applications (using the central node engine of course). You can also check in the QMC > Service Cluster that the changes you previously made have been correctly applied.

Troubleshooting tips: If after starting the Qlik Sense services, you cannot access the QMC and/or Hub please check the following knowledge article How to troubleshoot issue to access QMC and HUB

 

What about my rim nodes?

You’ve made it here?! Then congratulation you have passed the most difficult part.

If you had already running and configured rim nodes in your environment that you now need to migrate as well, you might not want to remove them from Qlik Sense to add the new ones since you will lose pretty much all the configuration you have done so far on these rim nodes.

By applying the following few steps I will show you how to connect to your “new” rim node(s) and keep the configuration of the “old” one(s).

Let’s start by installing Qlik Sense on each rim node like it was a new one.

The process is pretty much the same as installing a central node except that instead of choosing “Create Cluster”, you need to select “Join Cluster

Detailed instruction can be found on help.qlik.com: Installing Qlik Sense in a multi-node site

Once Qlik Sense is installed on your future rim node(s) and the services are started, we will need to connect to the “new” Qlik Sense Repository Database and change the hostname of the “old” rim node(s) to the “new” one so that the central node can communicate with it.

To do that install PGAdmin4 and connect to the Qlik Sense Repository Database. Detailed instruction in Installing and Configuring PGAdmin 4 to access the PostgreSQL database used by Qlik Sense or NPrinting knowledge article.

Once connected navigate to Databases > QSR > Schemas > public > Tables

You need to edit the LocalConfigs and ServerNodeConfigurations table and change the Hostname of your rim node(s) from the old one to the new corresponding one (Don’t forget to Save the change)

LocalConfigs table

02.png

 

ServerNodeConfigurations table

03.png

 

Once this is done, you will need to restart all the services on the central node.

When you have access back, login to the QMC and go to Nodes. Your rim node(s) should display the following status, “The certificate has not been installed

04.png

 

From this point, you can simply select the node, click on Redistribute and follow the instruction to deploy the certificates on your rim node. After a moment the status should change and you should see the services being up and running.

Do the same thing on the remaining rim node(s).

Troubleshooting tips: If the rim node status is not showing “The certificate has not been installed” it means that either the central node cannot reach the rim node or the rim node is not ready to receive new certificates.

Check that the port 4444 is opened between the central and rim node and make sure the rim node is listening on port 4444 (netstat -aon in command prompt).

Still no luck? You can completely uninstall Qlik Sense on the rim node and reinstall it.

 

Finalizing your migration

At this point, your environment is completely migrated and most of the stuff should work.

Data Connection

There is one thing to consider in this scenario. Since the Qlik Sense certificates between the old environment and the new one are not the same, it is likely that data connections with passwords will fail.  This is because passwords are saved in the repository database with encryption.  That encryption is based on a hash from the certs.  When the Qlik Sense self-signed cert is rebuilt, this hash is no longer valid, and so the saved data connection passwords will fail.  You will need to re-enter the passwords in each data connection and save.  This can be done in the QMC -> Data Connections.

See knowledge article: Repository System Log Shows Error "Not possible to decrypt encrypted string in database"

Licensing

Do not forget to turn off your old Qlik Sense Environment. As per your license agreement, you can only use one license per active Qlik Sense environment. Reach out to your account manager for more details.

 

Best practices

Finally, don’t forget to apply best practices in your new environment:

 

 

 

40 Comments
rkondaveti
Contributor III
Contributor III

Hello, I can't find the LocalConfigs in table list , we are on June 2019 version. 

25,487 Views
santhoshkumar
Contributor III
Contributor III

@Bastien_Laugiero  great article.. one request, second part of this article is missing. when we can expect that good article? it would be nice you can cover a section where users can move postgresql from on premise to azure/aws 🙂  

0 Likes
22,704 Views
ksnijders
Partner - Contributor
Partner - Contributor

Hi, 

idd great article. Question,  I want to migrate from a multinode to a single central node. I assume I can start with the same approach as in your article until the Rim migration. Instead of keeping the rim node I want to merge it to the central .   Are there any tips to  do this or is this just  a manual import of files and reconfiguration in QMC/repository? Thanks! 

20,040 Views
KefangWorker
Partner - Contributor III
Partner - Contributor III

Thanks for the sharing. I have a similar situation but the following difference. 

The version of Qlik Sense I am going to install is higher version than the one where the backup is taken on.  

Related to the warning:

The version of Qlik Sense you are going to install MUST be the same as the one the backup is taken on.   

What would happen? Could I change sth to fix it? THanks a lot!

Regards

Kefang

17,733 Views
Sonja_Bauernfeind
Digital Support
Digital Support

Hello @KefangWorker 

Due to changes done across versions, this could lead to your environment becoming unusable. If you perform an upgrade of the Qlik Sense Version, the database information is updated during the upgrade process. If you simply restore, that will not be done and can lead to issues that we cannot predict.

Restoring on a different version would not be a scenario we could help with if you ran into problems and you'd be requested to follow the intended path.

 

-Sonja

17,561 Views
SonPhan
Partner - Creator
Partner - Creator

Thank for the great post.

We are currently using Qlik Sense version November 2021 Patch 1 and the postgress version is 9.6.

However, when we install Qlik Sense November 2021 Patch 1 on our new server, Postgress version 12.5 is installed.

Will there be any difficulties with the migration?

 

best regards Son

 

 

14,969 Views
Sonja_Bauernfeind
Digital Support
Digital Support

Hello @SonPhan 

You do not have to anticipate any difficulties with this! 

All the best,
Sonja 

12,815 Views
DavidFosterVF
Creator
Creator

Great blog, where can I find part 2?

12,660 Views
Sonja_Bauernfeind
Digital Support
Digital Support

Hello @SonPhan 

Part 2 (or at least the content that was meant to be part 2) can be found here: How to configure Qlik Sense to use a dedicated PostgreSQL database.

I've edited this blog post to ensure the confusion of a "part 2" has been removed.

All the best,
Sonja 

12,540 Views
giociva
Partner - Creator
Partner - Creator

What about changing the AD domain during the migration?

Most of the procedure seems still valid, I guess, but some rework would be needed in Qlik Service Account and USERDIR (User Directory Sync), but apart from that, do you see any other issue? There could be problems with resource assignement (users self-created content for example).

Thanks in advance.

12,243 Views