S
в доке xtrabackup по рестору инкрементальных бэкапов есть такое:
xtrabackup --apply-log-only should be used when merging all incrementals except the last one. That’s why the previous line doesn’t contain the xtrabackup --apply-log-only option. Even if the xtrabackup --apply-log-only was used on the last step, backup would still be consistent but in that case server would perform the rollback phase.
то есть предположим, что у меня есть 3 инкременты, а мне нужно восстановить 2 из 3в таком случае я должен применить ключ
--apply-log-only
на 1 и на 2 бэкап? или только на 1, а 2 без этого ключа?