We’re having a few issues with xtrabackup 8.0.14 on mysql 8.0.19.
The backup runs fine at first but then gets stuck at log scanned up to (some number) and the backup directory stops gaining size on the disk.
Backup gets started using the following command
xtrabackup --user=root --password=<snipped> --backup --target-dir /mnt/backup --compress --throttle 50
Executing FLUSH NO_WRITE_TO_BINLOG BINARY LOGS
Selecting LSN and binary log position from p_s.log_status
Executing FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS...
xtrabackup: The latest check point (for incremental): '605109943215'
xtrabackup: Stopping log copying thread at LSN 606605028003.
log scanned up to (604684959232)
log scanned up to (604684959232)
log scanned up to (604684959232)
log scanned up to (604684959232)
log scanned up to (604684959232)
These are the last lines printed with informations. After that, endless lines of log scanned up to…