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

remotely backup #387

Closed bimith closed 4 years ago

bimith commented 4 years ago

Sir, here we have server 1(db server) server 2(backup server) we have configured the auto-xtrabackup on server2 and given all details inside the bcf.cnf file about the db server. then we have tried the backup command. now the error is coming like Server is not up what is the real error or this is the way we cannot do the backup?

please advise us. This is the we can take the backup it will be very fine

ShahriyarR commented 4 years ago

Again, the remote backup is not possible due to Percona XtraBackup design. You can first backup locally and then send the backup via scp or rsync. Secondly, you can do a streaming backup but it is a bit tricky. Closing issue.