Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To update this instance the following steps should be performed: 

Code Block
languagebash
titleDownload the new Solr version

...

linenumberstrue
wget https://mirror.synyx.de/apache/lucene/solr/X.Y.Z/solr-X.Y.Z.tgz


Code Block
languagebashfirstline1
titlexyzCheck integrity of downloaded file
linenumberstrue
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
languagebash
titleUnpack new Solr version in /opt
linenumberstrue
cd /opt
tar -xvzf ~/solr-X.Y.Z.tgz