<?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: Sense June 2017 - Backups w/ RSM? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357565#M10220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanksfully RSM was removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG_Dump is much better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stop all Sense services except QRD (&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;Qlik Sense Repository Database)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;Using CMD (like Administrator) enter to &lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;C:\ProgramFiles\Qlik\Sense\Repository\PostgreSQL\&amp;lt;database version&amp;gt;\bin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and enter this command to backup: &lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\backup_name.tar" QSR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and this one when you want to restore: &lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\&lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;backup_name&lt;/STRONG&gt;.tar" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if you have any problem restoring try this:&lt;/P&gt;&lt;P dir="ltr" style="margin-bottom: 8pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Arial; color: #0f0f0f; font-weight: bold; font-style: italic;"&gt;dropdb -h localhost -p 4432 -U postgres QSR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;createdb -h localhost -p 4432 -U postgres -T template0 QSR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\QSR_backup.tar" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2017 14:33:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-09-19T14:33:00Z</dc:date>
    <item>
      <title>Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357563#M10218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the repository snapshot manager work in the June 2017 update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was told it only works with synchronized persistence, which is not supported in the June 2017 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 13:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357563#M10218</guid>
      <dc:creator>lucienorrin</dc:creator>
      <dc:date>2017-07-10T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357564#M10219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSM is no longer supported in June 2017 release. From 'Qlik Sense June 2017 release notes':&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Repository Snapshot Manager tool removed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The automatic backup and restore tool Repository Snapshot Manager has been removed, as it was&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;intended for deployments using synchronized persistence. Please refer to the online help for manual&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;backup and restore procedures.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to &lt;A href="http://help.qlik.com/en-US/sense/June2017/Subsystems/PlanningQlikSenseDeployments/Content/Deployment/Server-Backup-Restore.htm"&gt;'Backing up and restoring'&lt;/A&gt; sections of our help site. We are currently working on a new tool for these processes - supporting shared persistence, and hoping to have it available within the next release. Stay tuned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Arkadiusz Misiewicz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 07:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357564#M10219</guid>
      <dc:creator>Arkadiusz-Misiewicz</dc:creator>
      <dc:date>2017-08-28T07:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357565#M10220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanksfully RSM was removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG_Dump is much better:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stop all Sense services except QRD (&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;Qlik Sense Repository Database)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;Using CMD (like Administrator) enter to &lt;SPAN style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;C:\ProgramFiles\Qlik\Sense\Repository\PostgreSQL\&amp;lt;database version&amp;gt;\bin&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and enter this command to backup: &lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\backup_name.tar" QSR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and this one when you want to restore: &lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\&lt;STRONG style="color: #252525; font-family: sans-serif; font-size: 14px;"&gt;backup_name&lt;/STRONG&gt;.tar" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if you have any problem restoring try this:&lt;/P&gt;&lt;P dir="ltr" style="margin-bottom: 8pt;"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: Arial; color: #0f0f0f; font-weight: bold; font-style: italic;"&gt;dropdb -h localhost -p 4432 -U postgres QSR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-style: italic; font-size: 10.5pt; font-family: Arial; font-weight: bold;"&gt;createdb -h localhost -p 4432 -U postgres -T template0 QSR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\QSR_backup.tar" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Arial; font-size: 14px; font-style: italic; font-weight: bold;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 14:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357565#M10220</guid>
      <dc:creator />
      <dc:date>2017-09-19T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357566#M10221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Crisian San,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both RSM and the upcoming tool I mentioned in my initial response are build around the pg_dump and you are most welcome to use it when backing up and restoring your database. Our intention is to provide users with a tool that (liked RSM used to) with a single command line would allow to back up and restore entire Qlik Sense site, meaning installation of Qlik Sense and the database, handling certificates, shared and supporting content, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your post!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Arkadiusz Misiewicz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357566#M10221</guid>
      <dc:creator>Arkadiusz-Misiewicz</dc:creator>
      <dc:date>2017-09-19T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357567#M10222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Arkadiusz,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;can you tell me if there is already a tool for this case?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Alternatively: Do you have ideas, how to realise the backup of the database automatically?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tobias&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 10:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357567#M10222</guid>
      <dc:creator>tobiasstrobel</dc:creator>
      <dc:date>2018-01-11T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sense June 2017 - Backups w/ RSM?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357568#M10223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tobias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from and including September 2017 release of Qlik Sense, all releases come with &lt;STRONG&gt;QlikSenseUtil&lt;/STRONG&gt; tool located in &lt;EM&gt;%ProgramFiles%\Qlik\Sense\Repository\Util\QlikSenseUtil. &lt;/EM&gt;There is also &lt;EM&gt;Readme.txt&lt;/EM&gt; file included in the same location that described the usage of the tool for backing-up and restoring Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Arkadiusz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 09:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Sense-June-2017-Backups-w-RSM/m-p/1357568#M10223</guid>
      <dc:creator>Arkadiusz-Misiewicz</dc:creator>
      <dc:date>2018-01-16T09:50:54Z</dc:date>
    </item>
  </channel>
</rss>

