Hi All,
We have used google FUSE to mount the *GCS bucket *as a shared file system
to all our solr nodes and are able to do backup and restore successfully.
But with the GCS backup repository issue remains the same.
Sathish Ponnusamy
Chennai
m: + 91 9962331981
On Wed, Aug 14, 2024 at 10:13 AM
Hi Neeraj, Thank you for your input. We have done the backup and restore
setup with GCS bucket and it is working successfully without any issues in
case the solr is not ssl enabled. The given problem occurs when solr is
ssl enabled also we would like to choose a GCS bucket to reduce the storage
co
Hi,
I have first hand experience in setting up solr backup, and I don’t
recommend GCS bucket for backup. A better and more reliable way is to use
GCP Filestore, its a shared file system which you need to mount on all the
nodes. Post that you simply need to give path address in solr backup
command.
Hi Ross,
Thanks for the input., Still we are struggling to solve this issue. In this
case solr will connect to the GCS bucket in the backend to backup the data,
how can I get the SSL Key of google cloud storage?
Sathish Ponnusamy
Chennai
m: + 91 9962331981
On Sun, Aug 11, 2024 at 3:58 AM Ross
Haven't seen this particular issue, but from the error msg it seems like
you need to import the remote end's SSL key into your JDK's keystore.
There's lots of guides online showing how to do this e.g.
https://www.java-samples.com/showtutorial.php?tutorialid=210
Ross
On Fri, Aug 9, 2024 at 11:57
Hi, Just checking again if anyone came across below issue?
Regards
Sathish P
On Wed, 7 Aug, 2024, 23:15 Sathish Ponnusamy,
wrote:
>
> We have 3+3 solr/zk node setup in GCP environment with SSL enabled. While
> trying to backup the collection in the GCS bucket we are facing the below
> issue. Pl
Hi,
Just checking if anyone has seen this issue before any fix is provided.
---
We have 3+3 solr/zk node setup in GCP environment with SSL enabled. While
trying to backup the collection in the GCS bucket we are facing the below
issue. Please find the steps for the same. How to