<?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 Creating a PostgreSQL database dump file after uninstalling Qlik Sense in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Creating-a-PostgreSQL-database-dump-file-after-uninstalling-Qlik/ta-p/1717087</link>
    <description>&lt;P&gt;We recommend creating your database dump file before uninstalling Qlik Sense. Even if Sense was already uninstalled (as long as the database was not removed), a backup can still be taken.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you uninstall&amp;nbsp;Qlik Sense&amp;nbsp;before creating the database dump file, do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Copy the&amp;nbsp;PostgreSQL&amp;nbsp;folder from&amp;nbsp;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;%ProgramData%\Qlik\Sense\Repository\PostgreSQL&lt;/SPAN&gt;&amp;nbsp;to a temporary location outside of the&amp;nbsp;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;%ProgramData%&lt;/SPAN&gt;&amp;nbsp;folder.&lt;/LI&gt;
&lt;LI&gt;Download and install&amp;nbsp;PostgreSQL&amp;nbsp;version 9.6 from the&amp;nbsp;&lt;A href="https://www.postgresql.org/" target="_blank" rel="noopener"&gt;PostgreSQL&lt;/A&gt;&amp;nbsp;website.&lt;/LI&gt;
&lt;LI&gt;Open a Command Prompt in&amp;nbsp;Microsoft Windows.&lt;BR /&gt;The&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt; pg_ctl.exe&lt;/SPAN&gt; command should not be run as an administrator.&lt;/LI&gt;
&lt;LI&gt;Navigate to the location where the&amp;nbsp;PostgreSQL&amp;nbsp;repository database is installed,&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;&amp;nbsp;%ProgramFiles%\PostgreSQL\&amp;lt;database version&amp;gt;\bin&lt;/SPAN&gt;, and run the following commands
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_ctl.exe start -w -D "C:\SenseDB\&amp;lt;database version&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;set PGUSER=postgres&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;set PGPASSWORD=password&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_dumpall.exe &amp;gt; [&amp;lt;path to dump file&amp;gt;]&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_ctl.exe stop -w -D "C:\SenseDB\&amp;lt;database version&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Fri, 07 May 2021 09:30:01 GMT</pubDate>
    <dc:creator>Lisa_Sun</dc:creator>
    <dc:date>2021-05-07T09:30:01Z</dc:date>
    <item>
      <title>Creating a PostgreSQL database dump file after uninstalling Qlik Sense</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Creating-a-PostgreSQL-database-dump-file-after-uninstalling-Qlik/ta-p/1717087</link>
      <description>&lt;P&gt;We recommend creating your database dump file before uninstalling Qlik Sense. Even if Sense was already uninstalled (as long as the database was not removed), a backup can still be taken.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you uninstall&amp;nbsp;Qlik Sense&amp;nbsp;before creating the database dump file, do the following:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Copy the&amp;nbsp;PostgreSQL&amp;nbsp;folder from&amp;nbsp;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;%ProgramData%\Qlik\Sense\Repository\PostgreSQL&lt;/SPAN&gt;&amp;nbsp;to a temporary location outside of the&amp;nbsp;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;%ProgramData%&lt;/SPAN&gt;&amp;nbsp;folder.&lt;/LI&gt;
&lt;LI&gt;Download and install&amp;nbsp;PostgreSQL&amp;nbsp;version 9.6 from the&amp;nbsp;&lt;A href="https://www.postgresql.org/" target="_blank" rel="noopener"&gt;PostgreSQL&lt;/A&gt;&amp;nbsp;website.&lt;/LI&gt;
&lt;LI&gt;Open a Command Prompt in&amp;nbsp;Microsoft Windows.&lt;BR /&gt;The&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt; pg_ctl.exe&lt;/SPAN&gt; command should not be run as an administrator.&lt;/LI&gt;
&lt;LI&gt;Navigate to the location where the&amp;nbsp;PostgreSQL&amp;nbsp;repository database is installed,&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;&amp;nbsp;%ProgramFiles%\PostgreSQL\&amp;lt;database version&amp;gt;\bin&lt;/SPAN&gt;, and run the following commands
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_ctl.exe start -w -D "C:\SenseDB\&amp;lt;database version&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;set PGUSER=postgres&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;set PGPASSWORD=password&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_dumpall.exe &amp;gt; [&amp;lt;path to dump file&amp;gt;]&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;pg_ctl.exe stop -w -D "C:\SenseDB\&amp;lt;database version&amp;gt;"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 07 May 2021 09:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Creating-a-PostgreSQL-database-dump-file-after-uninstalling-Qlik/ta-p/1717087</guid>
      <dc:creator>Lisa_Sun</dc:creator>
      <dc:date>2021-05-07T09:30:01Z</dc:date>
    </item>
  </channel>
</rss>

