Hello All,
My use case is as follows, I need to store the backups taken to a remote location for which I stream the output of the backup to another host storage location using the xbstream binary. Now when I need to take an incremental backup. I figured out that we will need xtrabackup_checkpoint, Then I just copied the xtrabackup_checkpoints of the previous full backup and was able to run incrementals.
Is this the standard method to do so? Or am I missing something?
I understand that in the docs it is mentioned that we need to point to the previous full backup to take the incremental using the --incremental-basedir flag, But for my use case I need to stream the full backup elsewhere.