Sitecore XP 8.2におけるMongoDB 4.4のサポートについて


説明

MongoDBのサポートは、 3.6が2021年4月、MongoDB 4.0が2022年4月にそれぞれ終了します。詳細情報については、次のリンクをご参照ください:https://www.mongodb.com/support-policy
Sitecoreのお客様へのサポートを継続的に実施するために、Sitecore XP 8.2.5およびSitecore XP 8.2.7は、MongoDB 4.4との動作確認および認証が完了しています。                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

前提条件

  1. MongoDb_4_4_Sitecore.zipファイルをダウンロードします。
  2. ZIPファイルをローカル フォルダに解凍します。

Sitecore XP 8.2.5および8.2.7のアップデート手順

次の手順はSitecore XP 8.2.5および8.2.7にのみ有効です。その以前のバージョンを運用されているお客様は、インスタンスをSitecore XP 8.2.5またはSitecore XP 8.2.7にアップデートする必要があります。

Mongoをアップデートするには、次の手順を実施してください:

  1. wwwroot\<instance>\Website\Binカタログに移動します。
  2. 次のMongoのdllを解凍したZIPファイルの同じdllに置き換えます。
    • MongoDb_Libsフォルダ内:
      • MongoDB.Bson.dll(*.xml)
      • MongoDB.Driver.Core.dll(*.xml)
      • MongoDB.Driver.dll(*.xml)
      • MongoDB.Driver.Legacy.dll(*.xml)
    • AdditionalLibrariesフォルダ内:
      • バージョン4.0.1.0と同じのSystem.Runtime.InteropServices.RuntimeInformation.dll
  3. AdditionalLibrariesのdllファイルをwwwroot\<instance>\Website\Binに追加します:
    • DnsClient, Version=1.3.1.1
    • System.Buffers, Version=4.4.0.0
  4. 次の行をweb.configファイルのassemblyBindingセクションに追加します:
    <dependentAssembly>
        <assemblyIdentity name="MongoDB.Bson"/>
        <bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
    </dependentAssembly>
    <dependentAssembly>
        <assemblyIdentity name="MongoDB.Driver"/>
        <bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
    </dependentAssembly>
    <dependentAssembly>
        <assemblyIdentity name="MongoDB.Driver.Core"/>
        <bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
    </dependentAssembly>
    <dependentAssembly>
        <assemblyIdentity name="MongoDB.Driver.Legacy"/>
        <bindingRedirect newVersion="2.8.0.0" oldVersion="0.0.0.0-2.4.4.0"/>
    </dependentAssembly>
    <dependentAssembly>
        <assemblyIdentity name="system.runtime.interopservices.runtimeinformation" publicKeyToken="b03f5f7f11d50a3a"/>
        <bindingRedirect newVersion="4.3.0" oldVersion="0.0.0.0-4.0.1.0"/>
    </dependentAssembly>
  5. すべてのロール・インスタンスのアップグレードを実施するには、手順1~4を繰り返します。