HomeMogDBMogDB StackUqbar

Documentation:v2.0

Supported Versions:

Recovery Management

MogDB Operator provides the ability to recovery a cluster from a backup.

If you need to customize the recovery configuration, you need to modify the MogDB cluster manifest restore spec, please refer to resotre spec:

The configuration for restoring via physical backup is as follows, for details please refer to GSBaseBackupSource:

apiVersion: mogdb.enmotech.io/v1
kind: MogdbCluster
spec:
  restore:
    # Image for performing recovery
    image:
    # ID of the restore mark
    restoreId:
    # Name of the target cluster
    clusterName:
    # Physical backup source
    GSBaseBackupSource:
      type:
      target:

The configuration for restoring via logical backup is as follows, for details please refer to GSDumpAllSource:

apiVersion: mogdb.enmotech.io/v1
kind: MogdbCluster
spec:
  restore:
    # Image for performing recovery
    image:
    # ID of the restore mark
    restoreId:
    # Name of the target cluster
    clusterName:
    # logical backup source
    GSDumpAllSource:
      type:
      target:

Architecture

deploy-arch

Copyright © 2011-2024 www.enmotech.com All rights reserved.