Solrコアのバックアップ

トピック作成者:ks-solruserml-bot (2024/12/28 18:50 投稿)
1
OpenOpen

(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

返信投稿者:ks-solruserml-bot (2024/12/28 18:50 投稿)

Solrのスタンドアロンモードでは、SOLR_HOMEフォルダをそのままZIP圧縮し、新しいコンテナに解凍するだけで対応できます。

Jan

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

KandaSearch

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

投稿の削除

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