You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2022/09/19 13:55:28 UTC

[solr-operator] branch gh-pages updated: Repeating Backup Solr Version is confusing (#476)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new f7442f2  Repeating Backup Solr Version is confusing (#476)
f7442f2 is described below

commit f7442f2ae80edc417b1c465ca732049f2267afd5
Author: Rob Kaufman <ro...@notch8.com>
AuthorDate: Mon Sep 19 06:55:23 2022 -0700

    Repeating Backup Solr Version is confusing (#476)
    
    Previous version implied solr had to be less than 8.9.0, but incremental backup is introduced in 8.9.0. Instead of “or older” vs “or newer” >= 8.9.0 is used, as this is more clear for non native English speakers and matches other version info in the document.
---
 docs/solr-backup/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/solr-backup/README.md b/docs/solr-backup/README.md
index e771947..aa1c944 100644
--- a/docs/solr-backup/README.md
+++ b/docs/solr-backup/README.md
@@ -109,7 +109,7 @@ test   example   123m      true       false                     161m
 _Since v0.5.0_
 
 The Solr Operator enables taking recurring updates, at a set interval.
-Note that this feature requires a SolrCloud running Solr `8.9.0` or older, because it relies on `Incremental` backups.
+Note that this feature requires a SolrCloud running Solr >= `8.9.0`, because it relies on `Incremental` backups.
 
 By default the Solr Operator will save a maximum of **5** backups at a time, however users can override this using `SolrBackup.spec.recurrence.maxSaved`.
 When using `recurrence`, users must provide a Cron-style `schedule` for the interval at which backups should be taken.