<?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>topic Restore qlik sense repository db into postgres aws RDS in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Restore-qlik-sense-repository-db-into-postgres-aws-RDS/m-p/1563824#M18097</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Need to take a backup of qlik sense repository backup from windows and restore the database in Postregs AWS RDS.&lt;/P&gt;&lt;P&gt;I am able to take the backup but i am not able to restore the backup.&lt;/P&gt;&lt;P&gt;Can some one help with the correct procedure/Steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Apr 2021 07:52:50 GMT</pubDate>
    <dc:creator>elakkians</dc:creator>
    <dc:date>2021-04-02T07:52:50Z</dc:date>
    <item>
      <title>Restore qlik sense repository db into postgres aws RDS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restore-qlik-sense-repository-db-into-postgres-aws-RDS/m-p/1563824#M18097</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Need to take a backup of qlik sense repository backup from windows and restore the database in Postregs AWS RDS.&lt;/P&gt;&lt;P&gt;I am able to take the backup but i am not able to restore the backup.&lt;/P&gt;&lt;P&gt;Can some one help with the correct procedure/Steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restore-qlik-sense-repository-db-into-postgres-aws-RDS/m-p/1563824#M18097</guid>
      <dc:creator>elakkians</dc:creator>
      <dc:date>2021-04-02T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restore qlik sense repository db into postgres aws RDS</title>
      <link>https://community.qlik.com/t5/Management-Governance/Restore-qlik-sense-repository-db-into-postgres-aws-RDS/m-p/1565805#M18098</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Follow this steps :&lt;/P&gt;&lt;P&gt;Start the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQRDName"&gt;Qlik Sense Repository Database&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQRDName_Short"&gt;QRD&lt;/SPAN&gt;).&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Restore the repository database:&lt;OL&gt;&lt;LI&gt;Place the backed up repository database on the machine targeted for the restore.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Open a Command Prompt with administrator privileges in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Microsoft Windows.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Run the following commands to restore the repository database (adjust the paths as needed):&lt;OL&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN class="user_input"&gt;cd "&lt;SPAN class="CommonComponentsPath_ProgramFiles"&gt;%ProgramFiles%\Qlik\Sense&lt;/SPAN&gt;\Repository\PostgreSQL\&amp;lt;database version&amp;gt;\bin"&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="user_input"&gt;createdb -h localhost -p 4432 -U postgres -T template0 QSR&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P&gt;If the command fails because a database already exists, run the following command and then repeat the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="user_input"&gt;createdb&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;command:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="user_input"&gt;dropdb -h localhost -p 4432 -U postgres QSR&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P class="user_input"&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\QSR_backup.tar"&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Restore log and application data to the file share used for storage of log and application data.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Restore any supporting content to its original location as required.&lt;/LI&gt;&lt;LI&gt;Start the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlik Sense"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;services. If the services are started manually, start them in the following order:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN class="CommonComponentsQRSName"&gt;Qlik Sense Repository Service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQRSName_Short"&gt;QRS&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;If the user running&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQlik Sense"&gt;Qlik Sense&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;services is not local administrator on the machine, you need to start&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Repository.exe&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from an elevated command prompt using the -bootstrap parameter.&lt;/P&gt;&lt;P class="see_also_inline"&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Deployment/Services.htm" target="_blank" rel="noopener"&gt;&lt;I&gt;Services&lt;/I&gt;&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="CommonComponentsQPSName"&gt;Qlik Sense Proxy Service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQPSName_Short"&gt;QPS&lt;/SPAN&gt;),&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQESName"&gt;Qlik Sense Engine Service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQESName_Short"&gt;QES&lt;/SPAN&gt;),&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQSSName"&gt;Qlik Sense Scheduler Service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQSSName_Short"&gt;QSS&lt;/SPAN&gt;), and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQPRName"&gt;Qlik Sense Printing Service&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(&lt;SPAN class="CommonComponentsQPRName_Short"&gt;QPR&lt;/SPAN&gt;) in no specific order&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The order is important because the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQRSName_Short"&gt;QRS&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is dependent on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQRDName_Short"&gt;QRD&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and the rest of the services are dependent on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="CommonComponentsQRSName_Short"&gt;QRS&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;for more information you can check this link below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Deployment/Restoring-a-site.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2019/Subsystems/PlanningQlikSenseDeployments/Content/Sense_Deployment/Restoring-a-site.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Restore-qlik-sense-repository-db-into-postgres-aws-RDS/m-p/1565805#M18098</guid>
      <dc:creator>Pato1984</dc:creator>
      <dc:date>2019-04-05T13:14:24Z</dc:date>
    </item>
  </channel>
</rss>

