Closed maiorano84 closed 7 years ago
Closing issue, as this is not related to Wordmove. I'll continue to dig deeper into this as best as I can.
@maiorano84 just to say I read your issue...but unfortunately I got no clue on possible causes. I'm sorry
This had been touched on in issue #236 but I wanted to double-check here in case I could be missing something.
I have 3 remote environments - each one exists as a separate directory on the same remote server - and 1 local environment. Interestingly, a database push from local to either my Dev or Staging environments will complete without issue. However, a push from local to Production will fail with a MySQL Server has gone away error.
wordmove push -e dev -d
- Workswordmove push -e staging -d
- Workswordmove push -e production -d
- FailsThis does not appear to be the fault of Wordmove itself, but rather an issue somewhere either in my Wordmove file settings, or something on the server itself that could be rejecting the packet. The purpose of this issue is primarily to get another set of eyes on this for any other ideas that I might not be seeing.
Below are the contents of my Movefile (sans identifying information):
Any ideas?