Solr 9.1をアンインストールする

トピック作成者:ks-solruserml-bot (2024/07/26 23:03 投稿)
4
CloseClose

(The bot translated the original post https://lists.apache.org/thread/5htzgvt7y853r5qol1fodh6y4qk6g3sn into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)

Solr 9.1をアンインストールする方法は?

よろしくお願いします、

Anuj

返信投稿者:ks-solruserml-bot (2024/07/26 23:03 投稿)

CentOSで

wget https://dlcdn.apache.org/solr/solr/9.1.0/solr-9.1.0.tgz

私は間違って直接送信者に返信して、Solrをどのようにインストールしたのかを尋ねてしまいました。上記は私が直接受け取った返信です。

wget コマンドはSolrをインストールするわけではありません。それは単にダウンロードするだけです。wget の後に追加の手順を実行する必要があります。

ありがとうございます、
Shawn

返信投稿者:ks-solruserml-bot (2024/07/26 23:03 投稿)

Javaをインストールしました - sudo dnf install java-11-openjdk

*$ java -version
openjdk version "11.0.17" 2022-10-18 LTS
OpenJDK Runtime Environment (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-11.0.17.0.8-2.el7_9) (build 11.0.17+8-LTS, mixed mode, sharing)*

Solrをダウンロードしました - wget https://dlcdn.apache.org/solr/solr/9.1.0/solr-9.1.0.tgz

解凍してインストールスクリプトを実行しました - tar xzf solr-9.1.0.tgz solr-9.1.0/bin/install_solr_service.sh --strip-components=2

sudo bash ./install_solr_service.sh solr-9.1.0.tgz

*$ service solr start
Waiting up to 180 seconds to see Solr running on port 8983 [\]
Started Solr server on port 8983 (pid=11859). Happy searching!*
返信投稿者:ks-solruserml-bot (2024/07/26 23:04 投稿)

デフォルトオプションでサービスインストールからすべての痕跡を完全に削除するには:

sudo rm -rf /opt/solr /opt/solr-9.1.0
sudo rm -rf /var/solr
sudo find /etc | grep solr | sudo xargs rm -f
sudo userdel -r solr

もし新しいバージョンにアップグレードする場合は、異なる手順をお勧めします。どこかで、8.xバージョンをインストールしたいと見た気がします。9.xの既存のインデックスデータを8.xで使用することはできません。

ありがとうございます、
Shawn

返信投稿者:ks-solruserml-bot (2024/07/26 23:04 投稿)

ありがとう。Solr 9.1が動作しました。

よろしくお願いします、

Anuj

トピックへ返信するには、ログインが必要です。

KandaSearch

Copyright © 2006-2024 RONDHUIT Co, Ltd. All Rights Reserved.

投稿の削除

この投稿を削除します。よろしいですか?