Skip to content

jolivares/docker-xtrabackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages