Unable to make streaming mysql enterprise image backup to the remote host
Hi,
I am unbale to stream DB image backup to the remote ssh host
Backup is expected to happen to remote host but its happening to localhost only.
Below is my try.
mysqlbackup -u**** -p******* --socket=******* --backup-image=/tmp --backup-dir=*********** backup-to-image | ssh *****@***** "cat > /**********/my_backup.img"