...
To update this instance the following steps should be performed:
Code Block |
---|
language | bash |
---|
title | Download the new Solr version |
---|
|
...
|
wget https://mirror.synyx.de/apache/lucene/solr/X.Y.Z/solr-X.Y.Z.tgz |
Code Block |
---|
language | bash | firstline | 1 |
---|
title | xyzCheck integrity of downloaded file |
---|
linenumbers | true |
---|
|
wget https://mirrordownloads.synyxapache.de/apacheorg/lucene/solr/X.Y.Z/solr-X.Y.Z.tgz.sha512
sha512sum solr-X.Y.Z.tgz |
Code Block |
---|
language | bash |
---|
title | Unpack new Solr version in /opt |
---|
linenumbers | true |
---|
|
cd /opt
tar -xvzf ~/solr-X.Y.Z.tgz |