Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Nov 13, 2024 9:31:12 AM
May 24, 2022 2:40:49 AM
In this article, we walk you through the requirements and process of how to upgrade and unbundle an existing Qlik Sense Repository Database (see supported scenarios) as well as how to install a brand new Repository based on PostgreSQL. We will use the Qlik PostgreSQL Installer (QPI).
For a manual method, see How to manually upgrade the bundled Qlik Sense PostgreSQL version to 12.5 version.
Using the Qlik Postgres Installer not only upgrades PostgreSQL; it also unbundles PostgreSQL from your Qlik Sense Enterprise on Windows install. This allows for direct control of your PostgreSQL instance and facilitates maintenance without a dependency on Qlik Sense. Further Database upgrades can then be performed independently and in accordance with your corporate security policy when needed, as long as you remain within the supported PostgreSQL versions. See How To Upgrade Standalone PostgreSQL.
Index
Video Walkthrough
Video chapters:
The following versions have been tested and verified to work with QPI (1.4.0):
Qlik Sense February 2022 to Qlik Sense November 2023.
If you are on a Qlik Sense version prior to these, upgrade to at least February 2022 before you begin.
Qlik Sense November 2022 and later do not support 9.6, and a warning will be displayed during the upgrade. From Qlik Sense August 2023 a upgrade with a 9.6 database is blocked.
The Qlik PostgreSQL Installer supports installing a new standalone PostgreSQL database with the configurations required for connecting to a Qlik Sense server. This allows setting up a new environment or migrating an existing database to a separate host.
Using the Qlik PostgreSQL Installer on a patched Qlik Sense version can lead to unexpected results. If you have a patch installed, either:
Do not use the standard Qlik Sense folders, such as C:\Program Files\Qlik\Sense\Repository\PostgreSQL\ and C:\Programdata\Qlik\Sense\Repository\PostgreSQL\.
Do not use the standard Qlik Sense folders, such as C:\Program Files\Qlik\Sense\Repository\PostgreSQL\ and C:\Programdata\Qlik\Sense\Repository\PostgreSQL\.
Download the installer here.
Qlik PostgreSQL installer Release Notes
The following versions have been tested and verified to work with QPI (1.4.0):
February 2022 to November 2023.
If you are on any version prior to these, upgrade to at least February 2022 before you begin.
Qlik Sense November 2022 and later do not support 9.6, and a warning will be displayed during the upgrade. From Qlik Sense August 2023 a 9.6 update is blocked.
Uninstall the old Qlik Sense Repository Database service.
This step is required. Failing to remove the old service will lead the upgrade or patching issues.
Failing to reinstall the binaries will lead to errors when executing any number of service configuration scripts.If you do not immediately upgrade:
If the upgrade was unsuccessful and you are missing data in the Qlik Management Console or elsewhere, contact Qlik Support.
Now that your PostgreSQL instance is no longer connected to the Qlik Sense Enterprise on Windows services, all future updates of PostgreSQL are performed independently of Qlik Sense. This allows you to act in accordance with your corporate security policy when needed, as long as you remain within the supported PostgreSQL versions.
Your PostgreSQL database is fully compatible with the official PostgreSQL installers from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads.
See How To Upgrade Standalone PostgreSQL, which documents the upgrade procedure for either a minor version upgrade (example: 14.5 to 14.8) or a major version upgrade (example: 12 to 14). Further information on PostgreSQL upgrades or updates can be obtained from Postgre directly.
The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support. The video in this article was recorded in a earlier version of QPI, some screens might differ a little bit.
Qlik PostgreSQL installer version 1.3.0 Release Notes
Techspert Talks - Upgrading PostgreSQL Repository Troubleshooting
Backup and Restore Qlik Sense Enterprise documentation
Migrating Like a Boss
Optimizing Performance for Qlik Sense Enterprise
Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL
How-to reset forgotten PostgreSQL password in Qlik Sense
How to configure Qlik Sense to use a dedicated PostgreSQL database
Troubleshooting Qlik Sense Upgrades
This tool did work to upgrade PostgreSQL. I did copy the old bin directory to the c: drive from d:. It appears it uses the c: location to do the backup.
System was running well with Nov 2022.
Did the upgrade to Feb 2023 and that did not work. Now I have a sever that does not have any of the services listed in service manager and I'm waiting for support to continue. They have my info and logs.
Server is on a VM and will probably need to restore the snapshot. Too bad, first real issue with an upgrade since 3.x.
@fabdulazeez this would normally only have happened when you use the very first version of QPI released, but not with 1.2.1. To get a better understanding please contact support and we will fix that with you.
Thanks Sebastian.
Yes we had used QPI as part of early access program. I have contacted support and they have provided steps to change the folder path for the database. We have upgraded successfully.
Our customer wants to install PostgreSQL on drive D after migration. In this case, should we specify the path to the D drive in step 8? Is this supported?
@cshimodo Hello, yes that already works, you can install the new PostgreSQL instance with data and bin folder on any drive.
Would be good if the newly installed postgreSQL 12 database that is installed by the QPI tool has a 'Qlik' friendly name - instead of the default 'postgresql-x64-12' - can it not just replace the 'Qlik Repository Database' service and installation path?
Thanks for the reply Sebastian. I have an additional question.
If PostgreSQL 12.5 has already been installed on the C drive, is it possible to move it to the D drive?
Hello @Sebastian_Linser
is there anything wrong when first crate a backup (backup respository --> DB dump), then uninstall QS and install the latest version. After Installation create an restore of the DB?
So you have a standard installation without deviation and without another service (PostgreSQL).
Thanks in advance for your reply.
@Serkan that is still a valid way to go. the only downside is that you have no control over the Postgres version, meaning you can't quickly upgrade to 12.11 if you needed some security issue fixed.
@cshimodo in theory that should be possible see https://radumas.info/blog/tutorial/2016/08/08/Migrating-PostgreSQL-Data-Directory-Windows.html and https://wiki.postgresql.org/wiki/Change_the_default_PGDATA_directory_on_Windows
even if both links show an older version, the system is still the same. But you have to run a few tests like a uninstall etc to see that it doesn't have side effects.
regards Sebastian
@Sebastian_Linser, I'm referring to my post about stream IDs having changed after upgrading. I never opened a support ticket about this because I had no proof.
I finally upgraded two more servers, Dev and Prod, to March 2023. This time I recorded the stream IDs beforehand and compared with those after the upgrades. This time it did not happen, all stream IDs remain the same as they were before the upgrade.