alexmanno / xtrabackup-tools

xtrabackup tools for backup and restore mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percona xtrabackup tools

Requirements

  • Percona xtrabackup
  • Git

Installation

Clone repository (in both servers):

git clone https://github.com/alexmanno/xtrabackup-tools

Backup phase

Run:

sudo ~/xtrabackup-tools/percona_backup.sh

Restore phase

Warning: During the restore phase, the mysql service is disabled and the current data is deleted.

Run:

sudo ~/xtrabackup-tools/percona_restore.sh

About

xtrabackup tools for backup and restore mysql


Languages

Language:Shell 100.0%