Cluster-to-Cluster Sync betaプログラム
バージョン1.8.0以降、 Cluster-to-Cluster Syncでは、 Cluster-to-Cluster Sync betaプログラムが導入されています。 mongosync
beta{3 では、MongoDB から直接サポートと支援を受ける実験的な機能を使用できます。
各 mongosync
リリースには、独自の実験機能セットを含む対応する mongosync
betaビルドがあります。
はじめる
注意
サポート チケットを提出しても、 の バイナリへのアクセスは保証されませmongosync
beta ん 。
mongosync
のbetaバイナリへのアクセスをリクエストするには、次の条件句を読み、 のサポートにチケットを提出します。
MongoDB restricts access to beta features via the beta build. Your use of the beta is governed by the language specified in the Cloud Subscription Agreement, Cloud Terms of Service, or other applicable agreement between you and MongoDB with respect to your use of mongosync. You understand that features are available through the beta build, and flags are not generally available. All use of beta builds is at your own risk. Beta builds provide no stability guarantees; API, UI, options, and behaviors may change or be removed any time. MongoDB will never issue a Critical Advisory or notify about defects in beta builds. You should follow feature usage guidance provided by Field and R&D without deviation and should only use beta builds for one-time, human- supervised migrations (e.g., not for continuous sync or automated migrations). Beta capabilities are not intended for use to migrate production workloads.
mongosync
betaバイナリを初めて実行すると、ディスククレームを受け入れるかどうかを求めるプロンプトが表示されます。
beta機能
mongosync
beta 1.8 には、次の機能が含まれています。
機能 | 説明 |
---|---|
| |
| |
| |
| |
| |
| |
6.0より前のサーバー バージョンをサポート | mongosync betaでは、6.0 より古いバージョンのMongoDBサーバーを実行しているクラスター間で移行を実行できます。 古いサーバー バージョン間で移行するためのガイドラインと制限を確認するには、mongosync betaバイナリへのアクセス権が必要です。 |
注意
Mongosync reverse
モードは、 Oplog ロールオーバーの回復力以外のベータ機能と互換性がありません。
機能の互換性マトリクス
次の表は、サポートされている beta 機能の組み合わせを示しています。
警告
サポートされていない機能の組み合わせには文字列があり、未定義の動作が発生する可能性があります。
多対 1 | A->B->C の移行 | ドキュメントのフィルタリング | 名前空間の再マッピング | oplogロールオーバーの回復力 | 宛先データの処理 | 6.0より前のバージョンのサポート | |
---|---|---|---|---|---|---|---|
多対 1 | ✓ | ✓ | ✓ | ✓ | |||
A->B->C の移行 | ✓ | ✓ | ✓ | ✓ [1] | |||
ドキュメントのフィルタリング | ✓ | ✓ | ✓ | ||||
名前空間の再マッピング | ✓ | ✓ | ✓ | ✓ | ✓ | ||
oplogロールオーバーの回復力 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
宛先データの処理 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
6.0より前のバージョンのサポート | ✓ | ✓ [1] | ✓ | ✓ |
[1] | ( 1 、 2 ) A->B->C の移行は、 6.0より前のバージョンと互換性があります。 バージョン サポートは、クラスター A が6.0より古いサーバー バージョンを使用している場合にのみサポートされます。 クラスター B が MongoDB インスタンスの . より前の6.0を使用している場合 クラスターの場合、2 番目の移行(B->C)は、最初の移行(A-> B)がコミットされた後にのみ開始できます。 |