HomeMogDBMogDB StackUqbar

Documentation:v1.0

Supported Versions:

Other Versions:

MogDB Recovery CR Sample

If you wish to manually create a MogDB Recovery CR via the kubectl command to complete a backup, you can do so by writing a simple yaml file and submitting it to the k8s system, such as :

apiVersion: mogdb.enmotech.io/v1
kind: MogdbRecovery
metadata:
  name: sample1-003
spec:
  # Add fields here
  clusterName: cluster1
  recoveryTimePoint: "2022-07-06 12:47:59"

The above configuration specifies the cluster to be recovered and the point-in-time for recovery.

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