Hello Perconians,
I was a little bit surprised when I noticed that innobackupex copy-back requires an empty datatir.
Original data directory '/var/lib/mysql0' is not empty! at /usr/bin/innobackupex line 580.
As a workaround I need to move datadir to other directory, do copy-back, set up right permissions.
So, in fact it means that server will be stopped during this process.
But I want to make restoring without stopping mysql server.
Is there any possibilities to do that?
I thought xtrabackup is 100% HOT backup tool, is this right or not?
Thanks in advance.