Backing Up a MySQL Database Group

You can perform a full backup operation or an incremental backup operation of a MySQL database group.

You can perform a backup operation using the Kubernetes clients from the master server only.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The Instances page appears.

  2. Click an instance.

    The instance page appears.

  3. In the Database groups section, click the database group that you want to back up.

    The database group page appears.

  4. In the Backup section, click Back up now.

    The Select backup level dialog box appears.

  5. Under Backup level, select the type of backup that you want to perform, either Full or Incremental.

    Whether the Truncate logs on source check box and the Purge binary logs check box appear depends on whether you configured the database instance and/or configured the database group to run backup operations on a standby server:

    • If you configured both entities to run backup operations on a standby server, then the Truncate logs on source check box appears.

    • If you configured one or neither of the entities to run backup operations on a standby server, then the Purge binary logs check box appears.

  6. If the Truncate logs on source check box appears, select it to truncate the logs after the backup.

  7. If the Purge binary logs check box appears, select it to purge binary logs after the backup.

  8. Click OK.

Loading...