Solrコアのバックアップ
トピック作成者:ks-solruserml-bot (2024/12/28 18:50 投稿)
1
(The bot translated the original post https://lists.apache.org/thread/spplpdoz6yfrr7wdx3nbn7yv5vhdfqm1 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
SolrコアをPodmanコンテナに移行するために、バックアップ/リストア方法を理解しようとしています。StackOverflow.comで以下の提案を見つけました:
http://srap57dxr1.dev.oclc.org:8984/solr/admin/collections?action=BACKUP&name=ulicore.backup&collection=ulicore&location=BackupLocation
このURLをlynx
コマンドで以下のように実行すると:
lynx 'http://srap57dxr1.dev.oclc.org:8984/solr/admin/collections?action=BACKUP&name=ulicore.backup&collection=ulicore&location=BackupLocation'
以下のようなエラーメッセージが出力されました:
{
"responseHeader": {
"status": 400,
"QTime": 1
},
"error": {
"metadata": [
"error-class", "org.apache.solr.common.SolrException",
"root-error-class", "org.apache.solr.common.SolrException"
],
"msg": "Solr instance is not running in SolrCloud mode.",
"code": 400
}
}
何が間違っているのでしょうか?
よろしくお願いします。
Matthias
トピックへ返信するには、ログインが必要です。