Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

xtrabackup tools for backup and restore mysql
https://github.com/alexmanno/xtrabackup-tools

Last synced: 6 days ago
JSON representation

xtrabackup tools for backup and restore mysql

Awesome Lists containing this project

README

        

# Percona xtrabackup tools

## Requirements
- Percona xtrabackup
- Git

## Installation

Clone repository (in both servers):
```bash
git clone https://github.com/alexmanno/xtrabackup-tools
```

## Backup phase

Run:
```bash
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:
```bash
sudo ~/xtrabackup-tools/percona_restore.sh
```