Re: Transfer to a new server

2022-07-11 Thread Shawn Heisey
On 7/11/22 05:28, Mike wrote: How can I transfer a 500 GB Solr index to a new server? If it's the same Solr version, just copy the index directory to the new server.  Ideally you will either shut Solr down during the copy, or make VERY sure that there are no index changes happening during th

Re: Transfer to a new server

2022-07-11 Thread Gus Heck
Plenty of folks rebuild multiple TB indexes in under a week. Pain mostly comes from not having understood the need to support such an activity early enough in the process. On Mon, Jul 11, 2022 at 8:25 AM Dave wrote: > Ideally yes, but I feel that pain of trying to rebuild a 500gb index and > ano

Re: Transfer to a new server

2022-07-11 Thread Dave
Ideally yes, but I feel that pain of trying to rebuild a 500gb index and another 500 of stored full text along side of it, plus another couple hundred gigs of a supporting index, and all from different sources. But yes it should be able to be done in a week or two. I never upgrade the solr se

Re: Transfer to a new server

2022-07-11 Thread Gus Heck
After you complete this move you should address this. It's not good to run a server that can't be re-indexed within a reasonable amount of time. Such a situation means you will never be able to take advantage of new index features, never be able to change the way existing fields are analyzed, and a

Re: Transfer to a new server

2022-07-11 Thread Dave
You could put it on a hard drive and mail it. Or just, over the internet using replication > On Jul 11, 2022, at 7:45 AM, Thomas Corthals wrote: > > Hello Mike, > > If possible, just rebuild it from the original source on the new server. > > Regards, > > Thomas > > Op ma 11 jul. 2022 om

Re: Transfer to a new server

2022-07-11 Thread Mike
Hello Thomas, that would take weeks. Mike Am Mo., 11. Juli 2022 um 13:45 Uhr schrieb Thomas Corthals < tho...@klascement.net>: > Hello Mike, > > If possible, just rebuild it from the original source on the new server. > > Regards, > > Thomas > > Op ma 11 jul. 2022 om 13:28 schreef Mike : > > >

Re: Transfer to a new server

2022-07-11 Thread Thomas Corthals
Hello Mike, If possible, just rebuild it from the original source on the new server. Regards, Thomas Op ma 11 jul. 2022 om 13:28 schreef Mike : > Hello! > > How can I transfer a 500 GB Solr index to a new server? > > Thanks >