Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmanno/xtrabackup-tools
- Owner: alexmanno
- Created: 2017-05-17T16:27:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T16:36:34.000Z (over 7 years ago)
- Last Synced: 2024-10-30T08:21:39.113Z (about 2 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```