when trying to execute the command wordmove push -d on the bare machine i get mysqldump: command not found
I tried to see what happens when executing it on the VM:
vagrant sshcd ../../var/www/wordmove push -d
as www only contains cgi-bin, error, html, icons and wordpress(so the Movefile is not synced to the VM), I get the error fetch_movefile: Could not find a valid Movefile
when trying to execute the command
wordmove push -d
on the bare machine i getmysqldump: command not found
I tried to see what happens when executing it on the VM:
vagrant ssh
cd ../../var/www/
wordmove push -d
as
www
only containscgi-bin
,error
,html
,icons
andwordpress
(so theMovefile
is not synced to the VM), I get the errorfetch_movefile: Could not find a valid Movefile
How is this done? Am I missing something?