Setting up incremental backups and restores for Solr collections
Know how to set up incremental backsups and restores for the Solr
collections.
Solr facilitates incremental backup and restoration processes, enabling the
optimization of storage utilization and the reduction of data transmission
latencies. In contrast to conventional snapshots generated through the
solrctl utility, which produce non-incremental datasets,
the Solr Collections REST API monitors data variations to ensure that only
modifications subsequent to the preceding backup are replicated.
You must verify that your target environment has a valid storage directory configured
on a supported file system or cloud storage protocol before executing backup or
restore API operations.
Initiate the incremental backup process by executing the
action=BACKUP command using the Solr Collections
API.
The Solr cluster populates the target collection with data from the specified backup
snapshot once the request status transitions to a completed state.