MySQL Forums
Forum List  »  Backup

Restore compressed mysqlbackup to remote server
Posted by: Charles Smith
Date: May 11, 2018 09:29AM

Hi,

I know how to restore a compressed mysqlbackup to a local server using the following command

mysqlbackup --defaults-file=<my.cnf> -uroot --backup-dir=<backupDir> --datadir=restoreDir> \ --uncompress copy-back-and-apply-log


How can I restore to remote server? Do I need to copy the backup directory over to the remote server and then run the same commmand?

Options: ReplyQuote


Subject
Views
Written By
Posted
Restore compressed mysqlbackup to remote server
1063
May 11, 2018 09:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.