HomeMogDBMogDB StackUqbar

Documentation:v1.0

Supported Versions:

MogDB Backup CR Sample

If you wish to create a MogDB Backup CR via the native kubectl command, 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: MogdbBackup
metadata:
  name: sample1-002
  labels:
    cluster: sample1
spec:
  # Add fields here
  clusterName: cluster1
  dbName: db1

The above configuration, specifies the clusters to be backed up, and the specific database.

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