<?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: Data Store Backup / Restore in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/1383528#M38635</link>
    <description>&lt;P&gt;FWIW Esri Professional Services is maturing the environment-to-environment capability using the webgisdr tools and other custom code to resolve hostnames and URLs between portals to properly replicate content.&amp;nbsp; It's not productized (not sure if that's on the roadmap) but I believe they have a part-automated, part-manual process that reliably clones portal content across environments. Reach out to your Esri rep for details.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 17:59:24 GMT</pubDate>
    <dc:creator>ChrisBeaudette</dc:creator>
    <dc:date>2024-02-16T17:59:24Z</dc:date>
    <item>
      <title>Data Store Backup / Restore</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162556#M6355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for some advice on the best way to refresh our test environment ArcGIS Portal Data Store.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a cloud based solution and the test environment will be turned-off when not required and therefore will get out of sync with the production server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to do a back-up of the production Data Store and restore it into the test environment when we have a significant production change that needs to be tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any issues with this approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dean Howell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 05:00:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162556#M6355</guid>
      <dc:creator>DeanHowell1</dc:creator>
      <dc:date>2017-10-03T05:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Store Backup / Restore</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162557#M6356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I converted to a question since this looks more like a question than just a discussion.&amp;nbsp; Questions tend to get more responses.&amp;nbsp; Also tagging &lt;A href="https://community.esri.com/community/gis/web-gis/portal-for-arcgis?sr=search&amp;amp;searchId=0b42dadd-9b28-4d93-bff1-1015da811a42&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/gis/web-gis/portal-for-arcgis?sr=search&amp;amp;searchId=0b42dadd-9b28-4d93-bff1-1015da811a42&amp;amp;searchIndex=0&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 14:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162557#M6356</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2017-10-03T14:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Store Backup / Restore</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162558#M6357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the &lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/data-store-utility-reference.htm#ESRI_SECTION1_98B122C21E3C466DA59BAA9B58827C93"&gt;exportmanageddb&lt;/A&gt;/&lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/data-store-utility-reference.htm#ESRI_SECTION1_DF8828376D844FC5BC997A53EBE04628"&gt;importmanageddb&lt;/A&gt; tools within the install directory of Data Store.&amp;nbsp; The thing you'll need to consider, which may be tricky, is what about the services the data references in Server?&amp;nbsp; You'll need to back up the Server as well.&amp;nbsp; But then, you have items in the Portal that need to be created, and then other items, (such as webmaps), may have dependencies on the service items.&amp;nbsp; This gets complicated rather quickly.&amp;nbsp; Something you can look into is the &lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/create-web-gis-backup.htm"&gt;WebGIS DR tool&lt;/A&gt;&amp;nbsp;to take snapshots of your full deployment at a point in time, (data in the ArcGIS Data Store, any services published to any federated Server including the hosting Server, and any data, users, and content in the Portal).&amp;nbsp; You can then restore the snapshot to your test site.&amp;nbsp; The only caveat to this is that the tool was designed for disaster recovery, which means it's meant to either quickly repopulate a deployment with data after a disaster, or keep a standby deployment in sync with the primary.&amp;nbsp; In the event that you're just repopulating a deployment or switching to your standby, your users expect to reach their services, apps, and content using the same URLs.&amp;nbsp; That being said, where you take the backup has to have the same front-facing URLs as where you apply the backup.&amp;nbsp; The help on &lt;A href="http://server.arcgis.com/en/portal/latest/administer/windows/overview-disaster-recovery-replication.htm#ESRI_SECTION2_B5B45986DFC14721BAE1F1BBAA533004"&gt;disaster recovery&lt;/A&gt; goes into a bit of detail on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 16:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162558#M6357</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-10-03T16:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Store Backup / Restore</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162559#M6358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan, very much appreciated. This will come in very handy for planning the way forward.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2017 21:24:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/162559#M6358</guid>
      <dc:creator>DeanHowell1</dc:creator>
      <dc:date>2017-10-03T21:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Store Backup / Restore</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/1383528#M38635</link>
      <description>&lt;P&gt;FWIW Esri Professional Services is maturing the environment-to-environment capability using the webgisdr tools and other custom code to resolve hostnames and URLs between portals to properly replicate content.&amp;nbsp; It's not productized (not sure if that's on the roadmap) but I believe they have a part-automated, part-manual process that reliably clones portal content across environments. Reach out to your Esri rep for details.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 17:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/data-store-backup-restore/m-p/1383528#M38635</guid>
      <dc:creator>ChrisBeaudette</dc:creator>
      <dc:date>2024-02-16T17:59:24Z</dc:date>
    </item>
  </channel>
</rss>

