<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>article Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/ta-p/1712361</link>
    <description>&lt;BLOCKQUOTE class="quote"&gt;This document is a general guide and is provided as is. Modifications to the process may be necessary depending on your individual database setup.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you have installed a standalone PostgreSQL database, or if you have used the Qlik PostgreSQL Installer (QPI) to upgrade and decouple your previously bundled database, then you can upgrade PostgreSQL at any time. This means you control maintenance and can immediately react to potential PostgreSQL security concerns by upgrading to a later service release or a later major version.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Requirements:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Only upgrade to a &lt;STRONG&gt;supported&amp;nbsp;version of PostgreSQL&lt;/STRONG&gt;. See the&amp;nbsp;Qlik Sense Enterprise on Windows &lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/Common/system-requirements.htm" target="_blank" rel="noopener"&gt;System Requirements&lt;/A&gt; for details.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;This guide covers deployments where PostgreSQL has been installed separately or previously unbundled using the Qlik PostgreSQL installer.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This document covers the following scenario:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Server OS&lt;/STRONG&gt;.&amp;nbsp;The use of Linux, in managed cloud deployments or on-prem, is&amp;nbsp;not covered.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Generic PostgreSQL&lt;/STRONG&gt; deployment.&amp;nbsp;Stream replication, SSL, or any other advanced configuration are not covered.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Preparation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Run a complete backup of Qlik Sense Enterprise on Windows site as described in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm"&gt;Backup and restore Qlik Sense Enterprise on Windows&lt;/A&gt;.&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Repository Database (from PostgreSQL database server)&lt;/LI&gt;
&lt;LI&gt;Qlik Sense share folder&lt;/LI&gt;
&lt;LI&gt;Qlik Sense CA-signed&amp;nbsp;certificates&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Upgrading to a later service release&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;These steps apply if you are upgrading within a major PostgreSQL release (example: 14.5 to 14.8).&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL installer from them PostgreSQL site&lt;/LI&gt;
&lt;LI&gt;Stop the Qlik Sense Enterprise on Windows services. Leave your standalone PostgreSQL database running.&lt;/LI&gt;
&lt;LI&gt;Run the PostgreSQL installer and follow the instructions.&lt;/LI&gt;
&lt;LI&gt;Start the Qlik Sense Enterprise on Windows services.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;No further steps are required.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Upgrading to a new major PostgreSQL release&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;If you are moving to a higher major&amp;nbsp;version, an in-place upgrade will not be possible. Instead, we will&amp;nbsp;install the the new version in parallel, then&amp;nbsp;then migrate the old database and eventually uninstall the old version. Our example is written using PostgreSQL 12&amp;nbsp;to 14.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the&amp;nbsp;PostgreSQL installer from them PostgreSQL site&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Run the installer&lt;BR /&gt;&lt;BR /&gt;During install:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Install the database on the standard&amp;nbsp;5432 port.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This allows us to have 12 running on the Qlik Sense default &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; port and the 14 instance on &lt;FONT face="courier new,courier"&gt;5432&lt;/FONT&gt;. &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the same password as the one currently in use with the version 12 PostgreSQL instance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open a Windows File explorer and create a backup folder, such as &lt;FONT face="courier new,courier"&gt;C:\backup&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Backup your version 12 database&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This step is crucial. You may have already backed up your site, but in this step we will create the specific backup we will use to migrate your database, using a modified command. &lt;BR /&gt;&lt;BR /&gt;To do so:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop all Qlik Sense Enterprise on Windows services on all nodes. Leave &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/FONT&gt; service (your current repository) running&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/FONT&gt; (your newly installed PostgreSQL instance)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open a Windows Command Line (CMD) as administrator&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;SET PGPASSWORD=postgrespassword (replace this with the actual password)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;c&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;d “C:\Program Files\PostgreSQL\1&lt;STRONG&gt;2&lt;/STRONG&gt;\bin”&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;pg_dumpall.exe -h localhost -U postgres -p 4432 -f c:\backup\backup_db.sql&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Follow the onscreen instructions and wait until the backup is finished&lt;BR /&gt;&lt;BR /&gt;Note: If you are prompted to input the password (even if it was previously entered correctly), you will need to modify&amp;nbsp;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Location:&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\PostgreSQL\1&lt;STRONG&gt;2&lt;/STRONG&gt;\data\pg_hba.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Change &lt;FONT face="courier new,courier"&gt;md5&lt;/FONT&gt;&amp;nbsp;to &lt;FONT face="courier new,courier"&gt;trust&lt;/FONT&gt;&amp;nbsp;and restart the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-12&lt;/FONT&gt; service. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;for details.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Once the backup has completed, revert back to &lt;FONT face="courier new,courier"&gt;md5&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Migrate from &lt;STRONG&gt;12&lt;/STRONG&gt; to &lt;STRONG&gt;14&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;We are now moving our Qlik Sense repository from the earlier release of PostgreSQL into the new one. &lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Start the &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Stop &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Open a Windows Command Line (CMD) as administrator&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;c&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;d “C:\Program Files\PostgreSQL\1&lt;STRONG&gt;4&lt;/STRONG&gt;\bin”&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;psql -h localhost -U postgres -p 5432 -f c:\backup\backup_db.sql&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Follow the onscreen instructions. &lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Note: If you receive the error &lt;FONT face="courier new,courier"&gt;password authentication failed for user "postgres"&lt;/FONT&gt;, (even if it is correct), you will need to modify&amp;nbsp;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Location: &lt;FONT face="courier new,courier"&gt;C:\Program Files\PostgreSQL\1&lt;STRONG&gt;4&lt;/STRONG&gt;\data\pg_hba.conf&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Change &lt;FONT face="courier new,courier"&gt;scram-sha-256&lt;/FONT&gt; to &lt;FONT face="courier new, courier"&gt;md5&lt;/FONT&gt;&amp;nbsp;and restart the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-14&lt;/FONT&gt;&amp;nbsp;service&amp;nbsp; and redo step e). See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;for details.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;With the import finished, copy the following two files &lt;EM&gt;from&amp;nbsp;&lt;/EM&gt;your old &lt;STRONG&gt;12&lt;/STRONG&gt; data folder into your new &lt;STRONG&gt;14&lt;/STRONG&gt; data folder:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql.conf&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Open &lt;FONT face="courier new,courier"&gt;postgresql.conf&lt;/FONT&gt; and verify that the port is set to &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; (the standard Qlik Sense port)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;(If not done already) stop the &lt;FONT face="courier new,courier"&gt;postgres-x64-12&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Restart the &lt;FONT face="courier new,courier"&gt;postgres-x64-14&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start all Qlik Sense services&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Once you have confirmed all functionality and tested,&amp;nbsp;&lt;STRONG&gt;uninstall&amp;nbsp;&lt;/STRONG&gt;PostgreSQL 12. This can be done directly from the Windows Control Panel and Programs and Features&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Upgrading-Qlik-Sense-Repository-Database-using-the-Qlik/ta-p/1934238" target="_blank" rel="noopener"&gt;Upgrading and unbundling the Qlik Sense Repository Database using the Qlik PostgreSQL Installer&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-manually-upgrade-the-bundled-Qlik-Sense-PostgreSQL/ta-p/1820358" target="_blank" rel="noopener"&gt;How to manually upgrade the bundled Qlik Sense PostgreSQL version to 12.5 version&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR data-cke-eol="1" /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2026 11:39:27 GMT</pubDate>
    <dc:creator>Sebastian_Linser</dc:creator>
    <dc:date>2026-04-13T11:39:27Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/ta-p/1712361</link>
      <description>&lt;BLOCKQUOTE class="quote"&gt;This document is a general guide and is provided as is. Modifications to the process may be necessary depending on your individual database setup.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you have installed a standalone PostgreSQL database, or if you have used the Qlik PostgreSQL Installer (QPI) to upgrade and decouple your previously bundled database, then you can upgrade PostgreSQL at any time. This means you control maintenance and can immediately react to potential PostgreSQL security concerns by upgrading to a later service release or a later major version.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="none" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Requirements:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Only upgrade to a &lt;STRONG&gt;supported&amp;nbsp;version of PostgreSQL&lt;/STRONG&gt;. See the&amp;nbsp;Qlik Sense Enterprise on Windows &lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/Common/system-requirements.htm" target="_blank" rel="noopener"&gt;System Requirements&lt;/A&gt; for details.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;This guide covers deployments where PostgreSQL has been installed separately or previously unbundled using the Qlik PostgreSQL installer.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This document covers the following scenario:&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Windows Server OS&lt;/STRONG&gt;.&amp;nbsp;The use of Linux, in managed cloud deployments or on-prem, is&amp;nbsp;not covered.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Generic PostgreSQL&lt;/STRONG&gt; deployment.&amp;nbsp;Stream replication, SSL, or any other advanced configuration are not covered.&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Preparation&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;Run a complete backup of Qlik Sense Enterprise on Windows site as described in&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm" target="_blank" rel="noopener" data-cke-saved-href="https://help.qlik.com/en-US/sense-admin/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm"&gt;Backup and restore Qlik Sense Enterprise on Windows&lt;/A&gt;.&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Qlik Sense Repository Database (from PostgreSQL database server)&lt;/LI&gt;
&lt;LI&gt;Qlik Sense share folder&lt;/LI&gt;
&lt;LI&gt;Qlik Sense CA-signed&amp;nbsp;certificates&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Upgrading to a later service release&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;These steps apply if you are upgrading within a major PostgreSQL release (example: 14.5 to 14.8).&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the PostgreSQL installer from them PostgreSQL site&lt;/LI&gt;
&lt;LI&gt;Stop the Qlik Sense Enterprise on Windows services. Leave your standalone PostgreSQL database running.&lt;/LI&gt;
&lt;LI&gt;Run the PostgreSQL installer and follow the instructions.&lt;/LI&gt;
&lt;LI&gt;Start the Qlik Sense Enterprise on Windows services.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;No further steps are required.&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Upgrading to a new major PostgreSQL release&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;If you are moving to a higher major&amp;nbsp;version, an in-place upgrade will not be possible. Instead, we will&amp;nbsp;install the the new version in parallel, then&amp;nbsp;then migrate the old database and eventually uninstall the old version. Our example is written using PostgreSQL 12&amp;nbsp;to 14.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Download the&amp;nbsp;PostgreSQL installer from them PostgreSQL site&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Run the installer&lt;BR /&gt;&lt;BR /&gt;During install:&lt;BR /&gt;&lt;BR /&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Install the database on the standard&amp;nbsp;5432 port.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This allows us to have 12 running on the Qlik Sense default &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; port and the 14 instance on &lt;FONT face="courier new,courier"&gt;5432&lt;/FONT&gt;. &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Set the same password as the one currently in use with the version 12 PostgreSQL instance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open a Windows File explorer and create a backup folder, such as &lt;FONT face="courier new,courier"&gt;C:\backup&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Backup your version 12 database&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This step is crucial. You may have already backed up your site, but in this step we will create the specific backup we will use to migrate your database, using a modified command. &lt;BR /&gt;&lt;BR /&gt;To do so:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop all Qlik Sense Enterprise on Windows services on all nodes. Leave &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;/FONT&gt; service (your current repository) running&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Stop&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/FONT&gt; (your newly installed PostgreSQL instance)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Open a Windows Command Line (CMD) as administrator&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;SET PGPASSWORD=postgrespassword (replace this with the actual password)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;c&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;d “C:\Program Files\PostgreSQL\1&lt;STRONG&gt;2&lt;/STRONG&gt;\bin”&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;pg_dumpall.exe -h localhost -U postgres -p 4432 -f c:\backup\backup_db.sql&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Follow the onscreen instructions and wait until the backup is finished&lt;BR /&gt;&lt;BR /&gt;Note: If you are prompted to input the password (even if it was previously entered correctly), you will need to modify&amp;nbsp;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Location:&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\PostgreSQL\1&lt;STRONG&gt;2&lt;/STRONG&gt;\data\pg_hba.conf&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Change &lt;FONT face="courier new,courier"&gt;md5&lt;/FONT&gt;&amp;nbsp;to &lt;FONT face="courier new,courier"&gt;trust&lt;/FONT&gt;&amp;nbsp;and restart the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-12&lt;/FONT&gt; service. See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;for details.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Once the backup has completed, revert back to &lt;FONT face="courier new,courier"&gt;md5&lt;/FONT&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Migrate from &lt;STRONG&gt;12&lt;/STRONG&gt; to &lt;STRONG&gt;14&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;We are now moving our Qlik Sense repository from the earlier release of PostgreSQL into the new one. &lt;BR /&gt;&lt;BR /&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;Start the &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Stop &lt;FONT face="courier new,courier"&gt;postgresql-x64-&lt;STRONG&gt;12&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Open a Windows Command Line (CMD) as administrator&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Run: &lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;c&lt;/FONT&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;d “C:\Program Files\PostgreSQL\1&lt;STRONG&gt;4&lt;/STRONG&gt;\bin”&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Run&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;psql -h localhost -U postgres -p 5432 -f c:\backup\backup_db.sql&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;Follow the onscreen instructions. &lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;Note: If you receive the error &lt;FONT face="courier new,courier"&gt;password authentication failed for user "postgres"&lt;/FONT&gt;, (even if it is correct), you will need to modify&amp;nbsp;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Location: &lt;FONT face="courier new,courier"&gt;C:\Program Files\PostgreSQL\1&lt;STRONG&gt;4&lt;/STRONG&gt;\data\pg_hba.conf&lt;/FONT&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Change &lt;FONT face="courier new,courier"&gt;scram-sha-256&lt;/FONT&gt; to &lt;FONT face="courier new, courier"&gt;md5&lt;/FONT&gt;&amp;nbsp;and restart the&amp;nbsp;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql-x64-14&lt;/FONT&gt;&amp;nbsp;service&amp;nbsp; and redo step e). See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;for details.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;With the import finished, copy the following two files &lt;EM&gt;from&amp;nbsp;&lt;/EM&gt;your old &lt;STRONG&gt;12&lt;/STRONG&gt; data folder into your new &lt;STRONG&gt;14&lt;/STRONG&gt; data folder:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;pg_hba.conf&lt;/FONT&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;postgresql.conf&lt;/FONT&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Open &lt;FONT face="courier new,courier"&gt;postgresql.conf&lt;/FONT&gt; and verify that the port is set to &lt;FONT face="courier new,courier"&gt;4432&lt;/FONT&gt; (the standard Qlik Sense port)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;(If not done already) stop the &lt;FONT face="courier new,courier"&gt;postgres-x64-12&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Restart the &lt;FONT face="courier new,courier"&gt;postgres-x64-14&lt;/FONT&gt; service&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Start all Qlik Sense services&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Once you have confirmed all functionality and tested,&amp;nbsp;&lt;STRONG&gt;uninstall&amp;nbsp;&lt;/STRONG&gt;PostgreSQL 12. This can be done directly from the Windows Control Panel and Programs and Features&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Upgrading-Qlik-Sense-Repository-Database-using-the-Qlik/ta-p/1934238" target="_blank" rel="noopener"&gt;Upgrading and unbundling the Qlik Sense Repository Database using the Qlik PostgreSQL Installer&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-manually-upgrade-the-bundled-Qlik-Sense-PostgreSQL/ta-p/1820358" target="_blank" rel="noopener"&gt;How to manually upgrade the bundled Qlik Sense PostgreSQL version to 12.5 version&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Changing-the-Database-Superuser-Password-without-Qlik-Sense/ta-p/1715064" target="_blank" rel="noopener"&gt;Changing the Database Superuser Password without Qlik Sense Installed&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR data-cke-eol="1" /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 11:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/ta-p/1712361</guid>
      <dc:creator>Sebastian_Linser</dc:creator>
      <dc:date>2026-04-13T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821247#M3634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/19162"&gt;@Sebastian_Linser&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This is helpful. I am checking on Pg_Upgrade, Instead of taking dumps and restoring it.&amp;nbsp; Is there any known impact for Qlik Sense if we use this method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Siva&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2021 12:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821247#M3634</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2021-07-11T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821320#M3636</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3514"&gt;@Sivapriya_d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the method described above is the only verified method by Qlik Support.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 06:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821320#M3636</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-07-12T06:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821591#M3646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I tried migrating our postgre SQL DB Server from 9.6 to 11.12 using Pg_dump&amp;nbsp; and Pg_Restore method suggested above. Post migration when i checked the Individual DB size (QSR,License,etc) its bit smaller from the size in OLD version.&lt;/P&gt;&lt;P&gt;Have you faced this kind of scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 03:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821591#M3646</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2021-07-13T03:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821689#M3649</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3514"&gt;@Sivapriya_d&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;
&lt;P&gt;This is caused by the backup not including temporary/cache information.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Sonja&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 10:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1821689#M3649</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-07-13T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1822237#M3686</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;. This is the first time we are doing Postgre SQL upgrade in our platform. I was anxious due to the small DB size and thinking of its impact on Qlik Sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is possible to share&amp;nbsp; your experience with the upgrade ? the things which we can expect like the above DB size.&lt;/P&gt;&lt;P&gt;This would help people who do new upgrades like us.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lastly Can you please share the roll back steps to be performed in both Postgre SQL and Qlik Sense end jus in case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all your inputs and guidance till now&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thansk,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 04:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1822237#M3686</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2021-07-15T04:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1823030#M3738</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/3514"&gt;@Sivapriya_d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Next to the difference in sizes, we cannot share any additional information.&lt;/P&gt;
&lt;P&gt;As for the rollback: Do you mean a rollback from the Postgre SQL upgrade or a Qlik Sense upgrade?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In short, what you would need is a backup of your previous QSR on the 9.6 database (which you have taken already for the upgrade step) and restore it to your Qlik Sense System as described in:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/February2021/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Deploy_QSEoW/Backup-and-restore.htm" target="_blank" rel="noopener"&gt;Backup and Restore Qlik Sense &lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please note that the instructions in this article are for if you have a&amp;nbsp;&lt;EM&gt;stand-alone&amp;nbsp;&lt;/EM&gt;Postgre SQL. Not the bundled one. If you are looking for instructions for the bundled one, see&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/Qlik-Sense-May-2021-Upgrade-bundled-PostgreSQL-to-12-5-version/ta-p/1820358" target="_blank" rel="noopener"&gt;Qlik Sense May 2021 - Upgrade bundled PostgreSQL to 12.5 version &lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 11:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1823030#M3738</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-07-19T11:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1823210#M3751</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;. I am upgrading Standalone postgre SQL .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 02:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1823210#M3751</guid>
      <dc:creator>Sivapriya_d</dc:creator>
      <dc:date>2021-07-20T02:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1829122#M4048</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;We have a QS cluster with a standalone Postgresql and will like to get it back to the bundle version so that we dont have to worry about Postgresql updates.&lt;/P&gt;&lt;P&gt;Will a clean new install and a restore DB procedure work or we need to worry about anything else?&lt;/P&gt;&lt;P&gt;What about rim nodes? Need to do anything there?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Pablo&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1829122#M4048</guid>
      <dc:creator>pablodelcerro</dc:creator>
      <dc:date>2021-08-17T15:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1829306#M4056</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13239"&gt;@pablodelcerro&lt;/a&gt;&amp;nbsp;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge/Qlik-Sense-May-2021-Upgrade-bundled-PostgreSQL-to-12-5-version/tac-p/1829304#M4055" target="_self"&gt;our reply here&lt;/A&gt;&amp;nbsp;for an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 07:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1829306#M4056</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-08-18T07:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1923482#M6313</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;
&lt;P&gt;We've a doubt about Postgres/Qlik upgrade order on a standalone PG install.&lt;/P&gt;
&lt;P&gt;Is it possible and recommended to upgrade Qlik Sense (from Sep'19 to Feb'22) keeping Postgres 9.6 and later, in another intervention, to upgrade Postgres from 9.6 to 12.x?&lt;/P&gt;
&lt;P&gt;We know upgrading our 5 QS nodes takes lots of time and we have a small work window, so we cannot take both upgrades in same wor windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In resume, are there any known (or spected) issue if we upgrade Postgres 9.6 to 12.x on an active (but obviously stopped) Qlik Sense installation?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Alonso Torres.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 15:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1923482#M6313</guid>
      <dc:creator>Gestion-PSD</dc:creator>
      <dc:date>2022-04-27T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1923978#M6320</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77286"&gt;@Gestion-PSD&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Is it possible and recommended to upgrade Qlik Sense (from Sep'19 to Feb'22) keeping Postgres 9.6 and later, in another intervention, to upgrade Postgres from 9.6 to 12.x?&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;This is possible. Qlik Sense February 22 supports 9.6 (see&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/February2022/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/Common/system-requirements.htm" target="_blank" rel="noopener"&gt;System Requirments&lt;/A&gt;), which means you can upgrade from Sep 19 to Feb 22 and keep your Postgre instance at 9.6 for the time being.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;In resume, are there any known (or spected) issue if we upgrade Postgres 9.6 to 12.x on an active (but obviously stopped) Qlik Sense installation?&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;None that we are aware of if the instructions are followed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 12:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1923978#M6320</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-04-28T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1931100#M6422</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77286"&gt;@Gestion-PSD&lt;/a&gt;&amp;nbsp; you can always keep 9.6 even with May2022. The new installation will only get 12.5 a upgrade keep the same DB version. This article here explains the move to a standalone instance. The Qlik Setup never touch a standalone instance for inital setup, it would only upgrade the existing databases which were created post setup.&lt;/P&gt;
&lt;P&gt;Qlik is working on a conversion of the embedded PostgreSQL instance from 9.6 to 12.5 without a full reinstall, seeing your questions that would fit better your needs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/1931100#M6422</guid>
      <dc:creator>Sebastian_Linser</dc:creator>
      <dc:date>2022-05-16T13:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2139166#M10712</link>
      <description>&lt;P&gt;FYI if your going from Standalone&lt;STRONG&gt; 9.6&lt;/STRONG&gt; to Standalone &lt;STRONG&gt;14.10&lt;/STRONG&gt; copying the '&lt;FONT face="courier new,courier"&gt;postgresql.conf&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;' from 9.6 over to 14.10&amp;nbsp;(Step 6.) will cause 14.10 Service not to start with the following error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;'GMT [7316] FATAL: configuration file "C:/Program Files/PostgreSQL/14/data/postgresql.conf" contains errors'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We ended up having to simply use the 14.10 postgresql.conf file and make appropriate changes for Port and Max Connections, everything else was default in 9.6.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Apart from that the Instructions worked perfectly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 22:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2139166#M10712</guid>
      <dc:creator>adamb14</dc:creator>
      <dc:date>2023-11-19T22:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2462720#M14110</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
&lt;P&gt;First, thanks for the guide! Was very helpful in upgrading unbundled Postgres instances.&lt;/P&gt;
&lt;P&gt;I did run into one issue however, when installing Postgres 14.x I kept running into an error at the end of the install when it tried to run the post install steps. The service would not be created and I got an error that said "failed to load sql modules in database cluster".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turns out the issue was the superuser password had a special character in it that would cause the install to fail. Also I read setting the&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To resolve this I used a different superuser password during the install, then afterwards I logged into pgAdmin4 and changed the superuser password to the inital one. That way I woudnt have to go through changing all the microservices to a new password, which can be a lot of work on a multinode enviornment.&lt;/P&gt;
&lt;P&gt;Hope this helps anyone running into simular issues!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wendell Truax&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2024 23:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2462720#M14110</guid>
      <dc:creator>MrWendal</dc:creator>
      <dc:date>2024-06-14T23:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473476#M14342</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We previously upgraded to version 12 using QPI and are now planning to upgrade to version 14 as outlined in the article.&amp;nbsp;We currently have the February 2024 version of Qlik Sense. The &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Upgrading-and-unbundling-the-Qlik-Sense-Repository-Database/ta-p/1934238" target="_self"&gt;article&lt;/A&gt; mentions steps for uninstalling the 12 binaries and &lt;SPAN&gt;re-install the binaries for 14&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;without&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;installing a database&lt;/SPAN&gt;. Should we follow these steps, or will the process be handled within the standalone upgrade procedure mentioned above?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 08:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473476#M14342</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2024-07-29T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473489#M14344</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10066"&gt;@fabdulazeez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me get clarity for you on this.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 09:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473489#M14344</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-07-29T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473516#M14347</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10066"&gt;@fabdulazeez&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Only the steps in this article are relevant for your use case.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 10:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473516#M14347</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2024-07-29T10:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473518#M14348</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;I only have "C:\Program Files\Qlik\Sense\Repository\PostgreSQL\12.5" on our server with the February 2024 version, and there is no 14.8 folder. I just wanted to confirm. Thanks for the clarification.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 11:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2473518#M14348</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2024-07-29T11:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Enterprise on Windows: How To Upgrade Standalone PostgreSQL</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2476728#M14427</link>
      <description>&lt;P&gt;After following the above steps, we encountered the error below while attempting to uninstall PostgreSQL 12 from Programs and Features.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fabdulazeez_0-1724049221373.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170720iEFD184AE516034F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fabdulazeez_0-1724049221373.png" alt="fabdulazeez_0-1724049221373.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When we clicked "Yes," it was removed from the list, but the service still remains. Please advise on how to proceed with the uninstallation.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2024 06:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-How-To-Upgrade-Standalone/tac-p/2476728#M14427</guid>
      <dc:creator>fabdulazeez</dc:creator>
      <dc:date>2024-08-19T06:35:17Z</dc:date>
    </item>
  </channel>
</rss>

