ShahriyarR / MySQL-AutoXtraBackup

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

Rethinking core backup process - adopting to Docker #411

Closed ShahriyarR closed 3 years ago

ShahriyarR commented 4 years ago

Ideally, it will be great if users can use this tool in a container environment.

The concern is historically our tool designed to work on the same host where MySQL was installed. So basically it checks if MySQL server is up and running, and if the specified backup and other directories exist or not, etc. We need to discuss how design and flow should be changed to create the best experience.

ShahriyarR commented 3 years ago

Already started to implement as first step with #419 Closing this as DONE