<?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: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315135#M12064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Yea, the walarchive folder is an issue. Mine is making a new 7MB file every 5min which is a lot of space over time.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I didn't have a problem to delete files from it, deleted 36000 files yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Must be some way to change the interval on this as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 11:23:21 GMT</pubDate>
    <dc:creator>TonyGegner</dc:creator>
    <dc:date>2015-08-19T11:23:21Z</dc:date>
    <item>
      <title>Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315132#M12061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS DataStore schedules regular backups of its database every 7 days by default and retains them for 31 days. &lt;/P&gt;&lt;P&gt;Due to this, the disk space is getting filled up over a period of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also seeing that most of the disk space is occupied at "C:\arcgisdatastore\backup\walarchive".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking these are postgres db archive files as the name suggests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it ok to clean up this directory completely from time to time?&lt;/P&gt;&lt;P&gt;Will this affect the ability to restore backups?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 12:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315132#M12061</guid>
      <dc:creator>WhereMatters</dc:creator>
      <dc:date>2015-07-27T12:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315133#M12062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/data-store/latest/install/windows/data-store-backups.htm#ESRI_SECTION1_DBA5A0404C08460490743B8539F1A176" title="http://server.arcgis.com/en/data-store/latest/install/windows/data-store-backups.htm#ESRI_SECTION1_DBA5A0404C08460490743B8539F1A176"&gt;Manage data store backups—Installation Guides (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, you can find information on adjusting retention time, which can reduce disk space utilization:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;Change how long backup files are retained&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The backup directory retains backup files for 31 days by default. That means if you keep the default backup frequency (every 7 days) and retention schedules (31 days), the backup directory will contain five full backups and 31 days of incremental backup files. The size of these files depends on the amount and size of your data. The machine that stores your backups must have enough disk space for all these files. If you increase the backup frequency, consider decreasing the retention period for the backup files. In the previous section, the backup frequency was increased to every 14 days. To prevent your backup directory from becoming too large, decrease the backup file retention period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The syntax to run the updatebackupretaindays utility is as follows:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;updatebackupretaindays &amp;lt;number of days&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In the following example, backup file retention time is changed to 27 days:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;updatebackupretaindays 27&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a side note for PostgreSQL installations, I've heard of some people using &lt;A href="http://www.postgresql.org/docs/9.5/static/pgarchivecleanup.html" title="http://www.postgresql.org/docs/9.5/static/pgarchivecleanup.html"&gt;PostgreSQL: Documentation: 9.5: pg_archivecleanup&lt;/A&gt;&amp;nbsp; for cleanup... I'm not sure if it's compatible with ArcGIS. Here's a discussion on better understanding what the tool will do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://dba.stackexchange.com/questions/46883/i-need-help-understanding-postgress-archive-cleanup-functionality" title="http://dba.stackexchange.com/questions/46883/i-need-help-understanding-postgress-archive-cleanup-functionality"&gt;postgresql - I need help understanding Postgres's archive cleanup functionality - Database Administrators Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 13:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315133#M12062</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-07-27T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315134#M12063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this change the retain days for the incremental backups that are in the walarchive folder too? Or does making these changes only affect the full dbbackup?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 16:47:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315134#M12063</guid>
      <dc:creator>JosephFrechette</dc:creator>
      <dc:date>2015-08-06T16:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315135#M12064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Yea, the walarchive folder is an issue. Mine is making a new 7MB file every 5min which is a lot of space over time.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I didn't have a problem to delete files from it, deleted 36000 files yesterday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Must be some way to change the interval on this as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 11:23:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315135#M12064</guid>
      <dc:creator>TonyGegner</dc:creator>
      <dc:date>2015-08-19T11:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315136#M12065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure, but it seems like it would affect incremental backups. According to the documentation:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;By default, the data store creates a full backup of feature layers once a week and incremental backups either when the log files are full or every 5 minutes, whichever comes first. The database controls incremental backup creation, but you can change how often the data store creates a full backup by running the updatebackupschedule utility.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;...if you use default backup settings, backups will contain five full backups and 31 days of incremental backup files&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; background-color: #fefefe;"&gt;The backup directory retains backup files for 31 days by default. That means if you keep the default backup frequency (every 7 days) and retention schedules (31 days), the backup directory will contain five full backups and 31 days of incremental backup files.&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If you ran something like &lt;SPAN style="color: #4d4d4d; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 12px; background-color: #fafafa;"&gt;updatebackupretaindays 27&lt;/SPAN&gt; it seems that it would then only keep 27 days of incremental back-ups and 4 full backups (assuming you kept the full backup frequency of 7 days).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 14:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315136#M12065</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-08-19T14:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315137#M12066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested this out. These are the settings that I applied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;updatebackupschedule --starttime &amp;lt;local server time&amp;gt; --frequency 1&lt;/P&gt;&lt;P&gt;updatebackupretaindays 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With these settings the incremental backup kept going until I deleted the files going back over a week. I don't think that the settings are being applied to the incremental backups. That walarchive folder gets large very fast regardless of the settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To conserve space I have been deleting the .gz files about once a week. This has not caused any issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 15:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315137#M12066</guid>
      <dc:creator>JosephFrechette</dc:creator>
      <dc:date>2015-08-19T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315138#M12067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like it should be applying the settings to the incremental back-ups - is this a bug, perhaps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 16:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315138#M12067</guid>
      <dc:creator>ChrisSmith7</dc:creator>
      <dc:date>2015-08-19T16:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315139#M12068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you manage the backups for portal? Walarchive folder in portal is also storing too many backups for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315139#M12068</guid>
      <dc:creator>SohamShah3</dc:creator>
      <dc:date>2017-04-06T14:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315140#M12069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're using 10.5, correct? &amp;nbsp;You can run a full backup for Portal which will clear out the walarchive files. &amp;nbsp;It's a best practice to be backing up your Portal anyway. &amp;nbsp;This can be done using the &lt;A href="http://server.arcgis.com/en/portal/latest/administer/linux/overview-backup-restore-web-gis.htm"&gt;DR tool&lt;/A&gt;, (recommended for full ArcGIS Enterprise deployments)&amp;nbsp;or through Portaladmin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Apr 2017 01:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315140#M12069</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-04-08T01:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315141#M12070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For our brand new Portal installation on RHEL7 the walarchives have completely filled up our /opt directory in just a few weeks of idle use.&amp;nbsp; And now Portal will not start up even after clear some space.&amp;nbsp; Then the webgisdr shell script will not run at all from Putty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its starting to look like another re-install of Portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 18:28:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315141#M12070</guid>
      <dc:creator>KirkChesla</dc:creator>
      <dc:date>2017-11-21T18:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315142#M12071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if you've started the uninstall/reinstall yet but have you checked the service error logs under &amp;lt;install dir&amp;gt;/portal/usr/arcgisportal/logs/service.log?&amp;nbsp; They may give some insight as to why Portal doesn't start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 18:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315142#M12071</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2017-11-22T18:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315143#M12072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use the DR Tool to back up Enterprise 10.4.1 (federated portal/server no Data Store) and then recover this backup to fresh installation of 10.7.1 Enterprise single stack (portal/server/data store).&amp;nbsp; The past three times (10.5.1 &amp;gt; 10.6.1 &amp;gt; 10.7.1) I have run the upgrade installer on single stacks it has failed with catastrophic results to the portal DBs and I don't trust the process.&amp;nbsp; the 10.4.1 Enterprise is my production environment and I can't afford to kill it off and do a fresh install nor hold off upgrade any longer to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 17:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315143#M12072</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2020-06-04T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315144#M12073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the DR tool backups are not forward compatible. We do plan on supporting that at some point, but even that workflow would internally trigger an upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you reached out to Support regarding your failed upgrade attempts? Do you recall if they all cite similar errors?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 17:36:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315144#M12073</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2020-06-04T17:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315145#M12074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the speedy reply.&amp;nbsp; Yes, reached out to support via case when failure happened (10.6.1 &amp;gt; 10.7.1).&amp;nbsp; I don't recall if the failure point was exactly the same.&amp;nbsp; I do recall the installer logs not being very helpful.&amp;nbsp; After 24 hours (3 work days) of investment in attempting to migrate Portal DBs manual process following steps provided by support gave up and did fresh install.&amp;nbsp; Thus I don't trust the upgrade installer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 18:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315145#M12074</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2020-06-04T18:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it safe to delete files in 'walarchive' from ArcGIS DataStore backups?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315146#M12075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a standby or dev environment to upgrade, or are you upgrading your production environment? The only way to get to a newer version is to upgrade. We put together a blog on minimizing downtime and risk during an upgrade:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/minimize-downtime-when-upgrading-arcgis-enterprise/" title="https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/minimize-downtime-when-upgrading-arcgis-enterprise/"&gt;https://www.esri.com/arcgis-blog/products/arcgis-enterprise/administration/minimize-downtime-when-upgrading-arcgis-enter…&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use this approach to vet out the upgrade and work through any issues without impacting production.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:04:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/is-it-safe-to-delete-files-in-walarchive-from/m-p/315146#M12075</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2020-06-05T16:04:04Z</dc:date>
    </item>
  </channel>
</rss>

