Skip to Main Content

MySQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to make streaming mysql enterprise image backup to the remote host

Ritesh FondakeOct 30 2024

Hi,

I am unbale to make 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 the my try.
mysqlbackup -u**** -p******* --socket=******* --backup-image=/tmp --backup-dir=*********** backup-to-image | ssh *****@***** "cat > /**********/my_backup.img"

Can anyone help me over it?

This post has been answered by Ritesh Fondake on Nov 4 2024
Jump to Answer
Comments
Post Details
Added on Oct 30 2024
5 comments
223 views