You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2023/06/15 13:01:45 UTC

[solr] branch branch_9x updated: Fix typo in backup-restore.adoc (#1707)

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

epugh pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new d8b4f887406 Fix typo in backup-restore.adoc (#1707)
d8b4f887406 is described below

commit d8b4f88740625bfce51deb9e6927c84ad95ec9c4
Author: Sven Schliesing <mu...@raffts.net>
AuthorDate: Thu Jun 15 15:01:05 2023 +0200

    Fix typo in backup-restore.adoc (#1707)
    
    Fix typo `"Compute Engine Metadata Serve"r`
---
 solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
index 52224ed5d9b..72ad3bc91ab 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/backup-restore.adoc
@@ -524,7 +524,7 @@ If both values are absent, the value `solrBackupsBucket` will be used as a defau
 +
 A path on the local filesystem (accessible by Solr) to a https://cloud.google.com/iam/docs/creating-managing-service-account-keys[Google Cloud service account key] file.
 If not specified, GCSBackupRepository will use the value of the `GCS_CREDENTIAL_PATH` environment variable.
-If both values are absent and Solr is running inside GCP, the GCS client will attempt to authenticate using GCP's "Compute Engine Metadata Serve"r or https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity[Workload Identity] features.
+If both values are absent and Solr is running inside GCP, the GCS client will attempt to authenticate using GCP's "Compute Engine Metadata Server" or https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity[Workload Identity] features.
 If both values are absent and Solr is running outside of GCP, it will be unable to authenticate and any backup or restore operations will fail.
 
 `location`::