Re: can you migrate solr index files from osx to linux

2018-02-07 Thread Jeff Dyke
I forgot to report back on this. For anyone that runs into it, you need the entire data directory not just the index directory, at least that's what made it work for me. On Thu, Feb 1, 2018 at 9:52 PM, Erick Erickson wrote: > I think SCP will be fine. Shawn's comment

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Erick Erickson
I think SCP will be fine. Shawn's comment is probably the issue. Best, Erick On Thu, Feb 1, 2018 at 4:34 PM, Shawn Heisey wrote: > On 2/1/2018 4:32 PM, Jeff Dyke wrote: >> I just created a tar file, actually a tar.gz file and scp'd to a server, at >> first i was worried

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Shawn Heisey
On 2/1/2018 4:32 PM, Jeff Dyke wrote: > I just created a tar file, actually a tar.gz file and scp'd to a server, at > first i was worried that the gzip caused issues, but as i mentioned no > errors on start up, and i thought i would see some. @Erick, how would you > recommend. This is going to

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Jeff Dyke
I just created a tar file, actually a tar.gz file and scp'd to a server, at first i was worried that the gzip caused issues, but as i mentioned no errors on start up, and i thought i would see some. @Erick, how would you recommend. This is going to be less of an issue b/c i need to build the

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Erick Erickson
One note, be _very_ sure you copy in binary mode.. On Thu, Feb 1, 2018 at 1:33 PM, Shawn Heisey wrote: > On 2/1/2018 12:56 PM, Jeff Dyke wrote: >> That's exactly what i thought as well. The only difference and i can try >> to downgrade OSX is 7.2, and i grabbed 7.2.1

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Shawn Heisey
On 2/1/2018 12:56 PM, Jeff Dyke wrote: > That's exactly what i thought as well. The only difference and i can try > to downgrade OSX is 7.2, and i grabbed 7.2.1 for install on Ubuntu. I > didn't think a point minor point release would matter. > > solr@stagingsolr01:~/data/issuers/data$ ls -1 >

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Jeff Dyke
That's exactly what i thought as well. The only difference and i can try to downgrade OSX is 7.2, and i grabbed 7.2.1 for install on Ubuntu. I didn't think a point minor point release would matter. solr@stagingsolr01:~/data/issuers/data$ ls -1 981552 index _mg8.dii _mg8.dim _mg8.fdt _mg8.fdx

Re: can you migrate solr index files from osx to linux

2018-02-01 Thread Shawn Heisey
On 2/1/2018 11:14 AM, Jeff Dyke wrote: I've been developing locally on OSX and am now going through the process of automating the installation on AWS Ubuntu. I have created a core, added my fields and then untarred the data directory on my Ubuntu instance, restarted solr (to hopefully reindex),

can you migrate solr index files from osx to linux

2018-02-01 Thread Jeff Dyke
I've been developing locally on OSX and am now going through the process of automating the installation on AWS Ubuntu. I have created a core, added my fields and then untarred the data directory on my Ubuntu instance, restarted solr (to hopefully reindex), but no documents are seen. Nor are any