RE: Node backup using replication

2022-10-11 Thread Joe Jones (DHCW - Software Development)
ssion "${solr.allowPaths}${/}-", "read,write,delete,readlink"; -Original Message- From: Dave Sent: 10 October 2022 18:03 To: users@solr.apache.org Subject: Re: Node backup using replication [You don't often get email from hastings.recurs...@gmail.com. Learn why this i

Re: Node backup using replication

2022-10-10 Thread Dave
Exactly. In linux I would just do a 777 for such a directory anyways since no one outside of the machine can get to it since no solr servers should have public ip. > On Oct 10, 2022, at 12:51 PM, Shawn Heisey wrote: > > On 10/10/22 09:23, Joe Jones (DHCW - Software Development) wrote: >> ja

Re: Node backup using replication

2022-10-10 Thread Shawn Heisey
On 10/10/22 09:23, Joe Jones (DHCW - Software Development) wrote: java.security.AccessControlException: access denied ("java.io.FilePermission" "D:\Solr\backup\node1" "read") This is saying that it failed to READ that directory.  I had expected to see a failure to WRITE. Maybe that will be

RE: Node backup using replication

2022-10-10 Thread Joe Jones (DHCW - Software Development)
java:883) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) ~[jetty-util-9.4.44.v20210927.jar:9.4.44.v20210927] at java.lang.Thread.run(Thread.java:833) [?:?] -Original Message- From: Shawn Heisey Sent:

Re: Node backup using replication

2022-10-07 Thread Shawn Heisey
On 10/7/22 10:11, Joe Jones (DHCW - Software Development) wrote: We were on 5.4 "solr.allowPaths" has been configured, without that reference a different error is shown about relative paths. In that case, there does appear to be an actual permission problem.  Solr may not be running under th

RE: Node backup using replication

2022-10-07 Thread Joe Jones (DHCW - Software Development)
We were on 5.4 "solr.allowPaths" has been configured, without that reference a different error is shown about relative paths. -Original Message- From: Shawn Heisey Sent: 07 October 2022 17:07 To: users@solr.apache.org Subject: Re: Node backup using replication [You don&#

Re: Node backup using replication

2022-10-07 Thread Shawn Heisey
On 10/7/22 09:54, Joe Jones (DHCW - Software Development) wrote: We are in the process of migrating our data to a new installation of Solr 9 We see the error Error encountered while creating a snapshot: access denied ("java.io.FilePermission" "D:\Solr\backup\node1" "read") java.security.Acce

Node backup using replication

2022-10-07 Thread Joe Jones (DHCW - Software Development)
Hi, We are in the process of migrating our data to a new installation of Solr 9 Part of what we do involves making a daily backup of the node data. Using: localhost:18983/solr/wcrs/replication?command=backup&location=D:\Solr\backup\node1&name=bak