バックアップリクエストがディレクトリを作成していません
トピック作成者:ks-solruserml-bot (2024/06/17 19:06 投稿)
1
(The bot translated the original post https://lists.apache.org/thread/jjo4jyho0sf7kkpxonlchdrx7x8x9qv7 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
Solrにバックアップリクエストを送信する際、例えば以下のようにします。
http://localhost:8393/solr/mycore/replication?command=backup&numberToKeep=1&wt=json&location=/var/tmp/mycore
もし /var/tmp/mycore
が存在しない場合、リクエストはエラーを返します:
Directory does not exist: file:///var/tmp/mycore/snapshot.20220119122912425
Solrに対して、存在しないディレクトリが指定された場合にそのディレクトリを作成するように指示することは可能でしょうか?
Yirmiyahu Fischer
トピックへ返信するには、ログインが必要です。