Closed faddah closed 8 years ago
Ouch...well...there seems to be all good...
wordmove push -d -t --all
is not a good combination. I'd try - for the sake of troubleshooting -
wordmove push -t -e production
and report here the error. If it will be the same I'll try to setup a fresh WP and use your Movefile.
Sorry @faddah for the edit to your post, but in the screenshot there were sensitive auth data.
hi @pioneerskies ,
you can go ahead and close this one. i found something in the Movefile that was incorrect or it was a permissions thing on the server, one or both of those. i don't remember now, but i fixed it and tried the move with both wordmove and the WP Plugin Duplicator and both worked fine. thank you for the help.
best,
— faddah portland, oregon, u.s.a.
hi @pioneerskies ,
thank you for responding. and i understand about removing the image and thank you for that. silly me for forgetting to blur that out. i went ahead and deleted it from my imgur.com account also.
this is with your wordmove v2.0.0, by the way.
ok, so i figured out what i was doing wrong previously, or at least i'm a bit further along. I had for my server and port in the ssh
section of the Movefile
as this —
ssh:
host: "198.57.246.22:2222"
user: "faddah"
... because the port on my shared web host for ssh is 2222 instead of the standard 22. but i read further down in the comments in the Movefile
and saw i needed to put the port on a separate line. so i did —
ssh:
host: "198.57.246.22:2222"
user: "faddah"
port: "2222"
... and suddenly... it all worked! with wordmove --all
... mostly. anyway, you can close this out.
best,
— faddah portland, oregon, u.s.a.
Oh really cool to hear that. The rightest syntax would be
ssh:
host: "198.57.246.22"
user: "faddah"
port: "2222"
You can also have an in depth explanation on the ssh
section in this wiki page :)
Enjoy and see you.
Hi. Could I suggest that the error message gets changed for this situation? It looks like there's a wordmove installation problem, but it might just be YAML syntax or ssh auth failing, which makes it hard to troubleshoot. Thanks!
@lindsaymarkward you are right about that; we had a lot of issues just because Movefile
was malformed and is a big effort to handle support about that thing, so I am totally aware of problems about this matter.
Unfortunately:
Hope we will have the chance to write it down in future
Hello,
I am also still having the problem with your wordmove Ruby Gem tool for WordPress deployment where you get "No valid adapter found" — same as what was reported in #96.
Here is what I get whenever I try and run with either just
$ wordmove push --all
or even$ wordmove push -d -t --all
—I read all of the back-and-forth instruction given to various people about the
Movefile
and indenting properly with YAML. And yes, I ran myMovefile
through the on-line YAML linter and it passed just fine —Here is my Movefile (private info replaced in brackets, but in the Movefile i do have the actual correct values) —
Could you please take a look at this and see what I am missing here and why I am getting this
No valid adapter found
error message when trying to do a push with wordmove? Any help here would be greatly appreciated.best,
— faddah portland, oregon, u.s.a.