Skip to main content
Answer

Backup whole mysql instance using xtrabackup

  • February 24, 2021
  • 2 replies
  • 298 views

Forum|alt.badge.img+8

Hi,

Doing some testing around mysql protection. Do we have an option to backup whole mysql instance using xtrabackup. Default configuration do :

for all discovered databases; do xtrybackup ...[]  --databases dbname; done

It would be nice to have an option to protect whole instance at once. In case of lots of databases under instance iterating by each database can be time consuming. 

Thanks. 

Best answer by Sudheer

Currently we don’t have the xtrabackup to backup all the databases in MySQL server.
We are have it in our Road Map, to support full instance backup using xtrabackup.  

2 replies

Forum|alt.badge.img+1
  • Vaulter
  • Answer
  • February 24, 2021

Currently we don’t have the xtrabackup to backup all the databases in MySQL server.
We are have it in our Road Map, to support full instance backup using xtrabackup.  


Forum|alt.badge.img+8
  • Author
  • Byte
  • February 25, 2021

Currently we don’t have the xtrabackup to backup all the databases in MySQL server.
We are have it in our Road Map, to support full instance backup using xtrabackup.  

Thanks. When it will be available?

Backup per database, when there is more than one database, generates space overhead and give pore performance. Full instance protection sounds like easy solution.