Sign inSign up

flozano/xtrabackup

By flozano

Updated over 10 years ago

Docker image which allows to import an Percona MySQL backup from a tar.gz file

Image
1

2.8K

flozano/xtrabackup repository overview

Goal

Docker image which contains Percona MySQL Server and Percona XtraBackup. It allows to import an Percona MySQL backup from a tar.gz file into the contained Percona MySQL Server.

Usage

docker run -p 3306:3306 -v /path-to-backup-dir:/backup --env backup_file=/backup.tar.gz jolivares/xtrabackup

MySQL Server is started using --skip-grant-tables so no need to use user/password

Tag summary

Content type

Image

Digest

Size

123.1 MB

Last updated

over 10 years ago

docker pull flozano/xtrabackup