Migrating SOLR - nbnuk/als-install GitHub Wiki

Migrate SOLR indexes

Install SOLR

ansible-als-azure -i dev/ansible-inventories/als/index.als.scot dev/ala-install/ansible/solr-standalone.yml 

Migrate the index

tar zcvf solr.tgz /data/solr-indexes

Copy to new machine and extract and set ownership:

tar zxvf solr.tgz -C /

Copy the solr.xml file to the new machine

scp /data/solr/solr.xml [email protected]:/data/solr/solr.xml