MySQL database

Destination
Common component
Plugin version
1.0.0
Supported Bacularis version
4.5.0 and greater
Documentation
Bug tracker
Last page update
2025-06-12 14:00 (5 days)

Description

This is a plugin to backup the MySQL databases.

The Bacularis MySQL backup plugin provides the following functions:

  • SQL logical backups
  • Binary physical online backups
  • Point-in-Time Recovery (PITR)
  • Database system data backups (users, grants …)
  • Binary log backups
  • Special database server files backup

This plugin supports four MySQL database backup methods. They are:

  • Dump backup method:
    • all databases in one dump
    • all databases in separate dumps
    • selected databases dumps
  • Binary backup method
  • Binary log backup method
  • File backup method

Installation

This plugin is already pre-installed in Bacularis and it does not require any additional installation.

Release notes for version 1.0.0

Changes:

  • Add new MySQL database backup plugin