<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Backups Archives - SearchStax Docs</title>
	<atom:link href="https://demo.searchstax.com/docs/category/managed-solr/mloud-manager/dedicated-deployments-backups/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Documentation</description>
	<lastBuildDate>Wed, 04 Sep 2024 15:35:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>

<image>
	<url>https://demo.searchstax.com/docs/wp-content/uploads/2023/10/cropped-favicon-32x32.png</url>
	<title>Backups Archives - SearchStax Docs</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Backups</title>
		<link>https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/</link>
					<comments>https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 09:22:46 +0000</pubDate>
				<category><![CDATA[Backups]]></category>
		<guid isPermaLink="false">https://demo.searchstax.com/docs/?p=7332</guid>

					<description><![CDATA[<p>Solr Deployment Backups Users of the SearchStax Managed Search service can back up their deployments manually or on a repeating schedule. Account Owner, Admin, or Technical Contact To perform backup/restore&#8230; <a class="more-link" href="https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/">Continue reading <span class="screen-reader-text">Backups</span></a></p>
<p>The post <a href="https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/">Backups</a> appeared first on <a href="https://demo.searchstax.com/docs">SearchStax Docs</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h1 class="wp-block-heading" id="solr-deployment-backups-searchstax">Solr Deployment Backups </h1>



<hr class="wp-block-separator has-css-opacity"/>



<p>Users of the SearchStax Managed Search service can back up their deployments manually or on a repeating schedule.</p>



<div class="alert alert-warning">
<h4>Account Owner, Admin, or Technical Contact</h4>
<p>To perform backup/restore operations in the SearchStax Managed Search service, you must be the account Owner,
an account Admin, or a Technical Contact. See <a href="/docs/searchstax-cloud-user-roles/#userroles">SearchStax User Roles</a>.</p>
</div>



<div class="alert alert-warning">
<h3>A backup requires plentiful free disk space!</h3>
<p>For successful backups, we recommend that your deployment&#8217;s <a href="https://demo.searchstax.com/docs/hc/how-much-free-disk-space-do-i-have/">free disk space</a> be three times the size of your index. As the index approaches half of the disk space, backups fail. The exact limit depends on the deployment. See <a href="/docs/hc/backups-fail/"><em>Why do backups fail?</em></a></p>
</div>



<div class="alert alert-success">
<h3>Automatic Retry of Failed Backup</h3>
<p>When a scheduled backup of a premium deployment fails, SearchStax Managed Search automatically sends email to every registered member of that account.</p>
<p>Since many backup problems can clear themselves after a brief time, the system waits two hours and attempts the backup again.</p>
<p>If the backup fails a second time, another email is sent to your team. The system also alerts our technical-operations team at that time.</p>
</div>



<div class="alert alert-danger">
<h3>Restoring a Collection Overwrites Existing Data</h3>
<ul>
<li>Restoring a full backup erases all of the target deployment&#8217;s previous collections and replaces them with the backed-up collections.</li>
<li>The Backup API can <a href="/docs/searchstax-cloud-backup-restore-api/#backupcreate">create <em>partial</em> backups</a>. Restoring a partial backup overwrites only the collections that were backed up. Other collections are not overwritten.</li>
<li>The Backup API can also <a href="/docs/searchstax-cloud-backup-restore-api/#restorecreate">restore <em>selected</em> collections</a> from a full backup. In that case, only the selected collections are affected.</li>
</ul>
<p>In all cases, a restore event makes all collections temporarily unavailable.</p>
</div>



<div class="alert alert-warning">
<h3>Restoring to a production system? Let us help!</h3>
<p>For production systems under Gold, Platinum, or Platinum Plus support agreements, let us do the restore for you. Production restores involve significant down time and need to be scheduled for times of the lightest load</p>
</div>



<div class="alert alert-success">
<h3>Premium deployments get free backups!</h3>
<p>Deployments covered by <strong>Gold,</strong> <strong>Platinum,</strong> or <strong>Platinum Plus</strong> support agreements
receive complimentary daily backups (once per day, with one-day retention). </p>
</div>



<h4 class="wp-block-heading" id="capabilities">Capabilities</h4>



<ul class="wp-block-list">
<li>A backup is a snapshot of the Zookeeper configuration, the Solr index files, the security.json file, and any custom .JAR files.</li>



<li>Backups may be done manually, or they may be done automatically on a schedule.</li>



<li>Scheduled backups may be done as frequently as one per hour. Manual backups can be repeated as soon as the previous backup is complete.</li>



<li>Backup operates on a single node of your cluster, leaving the other nodes free to respond to queries.</li>



<li>Completed backups are stored outside of your deployment so they don&#8217;t occupy needed disk space.</li>



<li>A backup of one deployment may be restored to another deployment, subject to certain limitations.</li>



<li>A backup from one cloud region may be stored in another region, subject to certain limitations, as part of a disaster-recovery strategy.</li>



<li>Backups survive the deletion of the source deployment.</li>



<li>To minimize cluster downtime, Managed Search restores multiple collections in parallel (in multiple threads).</li>
</ul>



<h4 class="wp-block-heading" id="limitations">Limitations</h4>



<ul class="wp-block-list">
<li>Backing up is CPU-intensive. Schedule your backups for times of the lightest load.</li>



<li>The standard backup feature does not support sharded indexes. (Platinum and Platinum Plus clients can arrange sharded backups  through a Service Request.)</li>



<li>Backup assumes that collections have been replicated to all cluster nodes. If there are <a href="/docs/hc/fixing-solr-replicationfactor-error/">gaps in replication</a>, backup might miss that index.</li>



<li>Restoring a backup takes the cluster offline, sometimes for hours. Schedule appropriately.</li>



<li>Backup and Restore will not preserve files you have placed in unexpected Zookeeper directories. </li>



<li>Please avoid making changes to the deployment while the backup is running. For instance, don&#8217;t update the config files or change the number of nodes.</li>



<li>Backup files cannot be downloaded. </li>
</ul>



<p>Each backup event costs $1.00. Each gigabyte of storage costs another $0.50 per month. There is no additional fee for restoring a backup.</p>



<p>Contents:</p>



<ul class="wp-block-list">
<li><a href="#pages">Account and Deployment Views</a></li>



<li><a href="#making-backups">Making Backups</a>
<ul class="wp-block-list">
<li><a href="#manual-backup">Manual Backup</a></li>



<li><a href="#scheduled-backup">Scheduled Backup</a></li>
</ul>
</li>



<li><a href="#delete-schedule">Delete a Schedule</a></li>



<li><a href="#delete-backup">Delete a Backup</a></li>



<li><a href="#restore">Restore a Backup</a></li>
</ul>



<h2 class="wp-block-heading" id="pages">Account and Deployment Views</h2>



<p>The SearchStax Managed Search Dashboard has two views of the backups for the account:</p>


<ul>
<li><strong>Account View:</strong> Select <strong>Backups</strong> from the Dashboard&#8217;s navigation menu. This opens a combined list of all backups made from the deployments in the account. From this list, an Admin can <strong>delete</strong> or <strong>restore</strong> backups.<img fetchpriority="high" decoding="async" class="alignnone wp-image-18925 size-full" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsAccount.png" alt="" width="1024" height="433" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsAccount.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsAccount-300x127.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsAccount-768x325.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></li>
<li><strong>Deployment View:</strong> Navigate to the details page of an individual deployment in the <strong>Dedicated Infrastructure </strong>screen. Select <strong>Backups</strong> from the menu bar. This opens a list of the backups of that deployment. From this view an Admin can make a <strong>one-time backup</strong>, <strong>schedule</strong> repeated backups, <strong>restore</strong> backups, and <strong>delete</strong> them.<img decoding="async" class="alignnone wp-image-18926 size-large" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsDeployment-1024x507.png" alt="" width="750" height="371" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsDeployment-1024x507.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsDeployment-300x148.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsDeployment-768x380.png 768w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupsDeployment.png 1215w" sizes="(max-width: 750px) 100vw, 750px" /></li>
</ul>
<p><!-- /wp:post-content --></p>
<p><!-- wp:heading --></p>
<h2 id="making-backups">Making Backups</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>To create a backup manually, navigate to the Deployment Details page. Click <strong>Backups</strong> in the navigation menu.<img decoding="async" class="alignnone wp-image-18927 size-large" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-15-1024x507.png" alt="" width="750" height="371" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-15-1024x507.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-15-300x148.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-15-768x380.png 768w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-15.png 1215w" sizes="(max-width: 750px) 100vw, 750px" /></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7339,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:heading {"level":3} --></p>
<h3 id="manual-backup">Manual Backup</h3>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>To perform a manual backup, click the <strong>One-time Backup</strong> button at the top of the page. This opens a confirmation dialog:<br /><img loading="lazy" decoding="async" class="aligncenter wp-image-13411" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-20.png" alt="Manual Backup" width="500" height="355" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-20.png 675w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-20-300x213.png 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7340,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:paragraph --></p>
<p><strong>Region</strong>: Select the region where you want the backup to be stored. You would normally store backups in the same region as the deployment, but for a <a href="/docs/searchstax-cloud-solr-disaster-recovery/">Cold DR</a> you would select a remote region.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>Click the <strong>Backup</strong> button to launch an immediate backup event.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading {"level":3} --></p>
<h3 id="scheduled-backup">Scheduled Backup</h3>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>To schedule a recurring backup, click the <strong>Add Schedule</strong> button. This opens the <strong>Schedule Backup</strong> dialog.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p>Scheduled backups run at least once per week. You can schedule backups to run every day, or on specific days. Within a day, you can have one backup at a specific time, or repeated backups at a settable interval. Finally, you can run multiple backup schedules simultaneously.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-13412" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-21.png" alt="Schedule Backup" width="500" height="515" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-21.png 680w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/Pasted-21-291x300.png 291w" sizes="auto, (max-width: 500px) 100vw, 500px" /></p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7341,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:list --></p>
<ul>
<li><strong>Everyday/Specific Days</strong>: If you select <strong>Specific Days</strong>, seven checkboxes appear representing the days of the week.</li>
<li><strong>Retention</strong>: How many days should Managed Solr retain this backup before deleting it?</li>
<li><strong>Frequency</strong>: If <strong>Once</strong>, you may select the time when the backup will run (relative to UTC). If <strong>Hourly</strong>, you can set the interval between backups. The schedule begins at midnight UTC and starts over at the following midnight.</li>
<li><strong>Region</strong>: Select the region where the backup should be stored.</li>
</ul>
<p><!-- /wp:list --></p>
<p><!-- wp:paragraph --></p>
<p>A typical backup schedule might say, &#8220;On weekdays, beginning at 3 a.m. UTC, make a backup every six hours.&#8221; That schedule would create backup files at 3 a.m., 9 a.m., 3 p.m., and 9 p.m. UTC.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading --></p>
<h2 id="delete-schedule">Delete a Schedule</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>Active schedules are listed on the Deployment Backup page. Each schedule has an <strong>X</strong> button on the right. Click this button to delete the schedule.<img loading="lazy" decoding="async" class="alignnone wp-image-18929 size-large" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupDeployment-X-1024x507.png" alt="" width="750" height="371" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupDeployment-X-1024x507.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupDeployment-X-300x148.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupDeployment-X-768x380.png 768w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackupDeployment-X.png 1215w" sizes="auto, (max-width: 750px) 100vw, 750px" /></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7342,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:paragraph --></p>
<p>When you delete a schedule, you have the opportunity to delete or to retain its existing backups.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:heading --></p>
<h2 id="delete-backup">Delete a Backup</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>Account Admins can manually delete backups either from the Account View or the Deployment View. In both views, an Admin can delete individual backups using the <strong>X</strong> buttons on the right, or by setting checkboxes on the left and using the <strong>Bulk Delete</strong> button.<img loading="lazy" decoding="async" class="alignnone wp-image-18931 size-full" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-16.png" alt="" width="1024" height="458" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-16.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-16-300x134.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/image-16-768x344.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
</p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7343,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:heading --></p>
<h2 id="restore">Restore a Backup</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>An Admin can restore a backup to any deployment that is in the same Cloud Provider region and uses the same version of Solr as the backup. The restoration process will automatically compensate for different numbers of nodes/replicas.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:html --></p>
<div class="alert alert-danger">
<h3>Restoring a Backup Overwrites Existing Data</h3>
<p>Restoring a backup erases the target deployment&#8217;s previous collections and replaces them with the backed-up collections.</p>
</div>
<p><!-- /wp:html --></p>
<p><!-- wp:paragraph --></p>
<p>To restore a backup, select it from the list of available backups and click the <strong>Restore</strong> button in the upper right.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-18932 size-full" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackusRestore.png" alt="" width="1024" height="458" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackusRestore.png 1024w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackusRestore-300x134.png 300w, https://demo.searchstax.com/docs/wp-content/uploads/2021/03/BackusRestore-768x344.png 768w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7344,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:paragraph --></p>
<p>This opens a dialog box where you can select the deployment that will receive the restored data.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:image {"id":7345,"sizeSlug":"large","linkDestination":"none"} --></p>
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" class="aligncenter wp-image-10093" src="https://demo.searchstax.com/docs/wp-content/uploads/2021/11/RestoreBackupDB.jpg" alt="SearchStax Restore Backup" width="500" height="345" srcset="https://demo.searchstax.com/docs/wp-content/uploads/2021/11/RestoreBackupDB.jpg 610w, https://demo.searchstax.com/docs/wp-content/uploads/2021/11/RestoreBackupDB-300x207.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" /></figure>
<p><!-- /wp:image --></p>
<p><!-- wp:heading --></p>
<h2 id="questions">Questions?</h2>
<p><!-- /wp:heading --></p>
<p><!-- wp:paragraph --></p>
<p>Don&#8217;t hesitate to contact the <a href="mailto:support@demo.searchstax.com?subject=Solr%20Deployment%20Backups%20in%20SearchStax%20Cloud" target="_blank" rel="noopener">SearchStax Support Desk</a>.</p>
<p><!-- /wp:paragraph --></p>
<p><!-- wp:paragraph --></p>
<p><!-- /wp:paragraph --></p><p>The post <a href="https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/">Backups</a> appeared first on <a href="https://demo.searchstax.com/docs">SearchStax Docs</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://demo.searchstax.com/docs/searchstax-cloud-solr-backups/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
