ShahriyarR / MySQL-AutoXtraBackup

MySQL-AutoXtraBackup commandline tool written in Python 3 based on Percona XtraBackup
https://autoxtrabackup.azepug.az/
MIT License
139 stars 79 forks source link

Remove VagrantFile introduce Dockerfile and Docker-compose #404

Closed ShahriyarR closed 3 years ago

ShahriyarR commented 4 years ago

There is no need to have Vagrant here as I see, due to this I am going to create 2 docker-compose file one for running tests and second for starting the development environment and use it for manual things. The base image for those things will be mysql 8.0 version as well as PXB 8 will be installed. I need to figure out the possibility of production autoxtrabackup docker - but for now let it be installed locally as usual.

ShahriyarR commented 4 years ago

Done for test env