vccw-team / vccw

A Vagrant based development environment.
http://vccw.cc/
MIT License
1.02k stars 181 forks source link

how to push/pull db with wordmove? #120

Closed flurinduerst closed 8 years ago

flurinduerst commented 8 years ago

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 ssh cd ../../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

How is this done? Am I missing something?

miya0001 commented 8 years ago

You have to install mysqldump to the remote server.

raulillana commented 8 years ago

Hi. Try this @flurinduerst :

vagrant ssh
cd /vagrant
wordmove push -d