<?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 Re: How to restore centralized logging database in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89954#M1489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Log restoration process is similar to the the one used for restoring the repository.&lt;/P&gt;&lt;P&gt;Keep one thing in mind, just change the zip file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2018 06:47:57 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2018-09-04T06:47:57Z</dc:date>
    <item>
      <title>How to restore centralized logging database</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89953#M1488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I was trying to backup and restore shared persistence site with the help of following document:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/sense/September2017/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Backing-up-a-site.htm" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://help.qlik.com/en-US/sense/September2017/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Backing-up-a-site.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you read 4. point as:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If you have centralized logging configured, make a backup of the centralized logging database by running the following command:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\Qlogs_backup.tar" Qlogs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;So I have taken the backup of Centralized logging by above command but can you please help me to know how to restore this backup ? Becuase on restore page, there is no say about this point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; color: #0f0f0f;"&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;A href="https://help.qlik.com/en-US/sense/June2018/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Backing-up-a-site.htm" title="https://help.qlik.com/en-US/sense/June2018/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Backing-up-a-site.htm"&gt;https://help.qlik.com/en-US/sense/June2018/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Backing-up-a-site.…&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"&gt;Rohit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 05:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89953#M1488</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-09-04T05:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore centralized logging database</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89954#M1489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Log restoration process is similar to the the one used for restoring the repository.&lt;/P&gt;&lt;P&gt;Keep one thing in mind, just change the zip file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 06:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89954#M1489</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-09-04T06:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to restore centralized logging database</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89955#M1490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Kaushik mentioned, it's functionally the same as restoring the QSR database. So something like this:&lt;/P&gt;&lt;P&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QLogs "c:\QLogs_backup.tar"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 09:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-restore-centralized-logging-database/m-p/89955#M1490</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-09-04T09:19:15Z</dc:date>
    </item>
  </channel>
</rss>

