go-sync
go-sync copied to clipboard
Add example for "hostname" in remote db
Currently it seems, that the parameter "hostname" will be ignored.
As a workaround you can do this:
options:
mysql:
- "-h mysql"
mysqldump:
- "-h mysql"