welaika / wordmove

Multi-stage command line deploy/mirroring and task runner for Wordpress
https://wptools.it/wordmove
MIT License
1.87k stars 167 forks source link

Error at Pushing Database Step. #575

Closed daddydanielt closed 4 years ago

daddydanielt commented 4 years ago

Failed to push Database to the production environment. Anyone able to help me figure out how to handle this issue, thank you.

command: wordmove push --all -e production --debug --verbose Error: This does not seem to be a WordPress installation.

Screen Shot 2020-01-11 at 15 54 11
alessandro-fazzi commented 4 years ago

This is wp-cli complaining that in the --path it cannot find a WP installation. It has something to do with the wordpress_path you configured inside movefile.yml

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

paulmist commented 4 years ago

Was there a clear fix/problem identified for this? I've got the same issue.

Used Wordmove many times before with no issue.

paulmist commented 4 years ago

Took a punt and won.

The path I had defined had spaces - which WP CLI didn't like.

alessandro-fazzi commented 4 years ago

Eheh, nobody like them 😉