-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What exactly does get pushed? #19
Comments
+1 @intelligence - Same here. I feel like I'm missing a big piece of the puzzle here. |
Hey Guys. I will respond on this one shortly. Cheers |
Same here. :) Should I import the database to my PHPMyAdmin (or something alike) manually? |
Okay all. Could you try doing it without setting the http:// in front of the url and leave out the args. So just
Maybe it has to do with the search and replace operation. |
And: can you provide me with the whole output of the log please? |
Also try it without the trailing slash! |
I faced a similar issue today where nothing was being pushed, it was due to the machine not having |
Just had someone else with the same issue, notice the error only being displayed as a debug message.
|
I'm having the same issue only everything shows as successful with log level info. Still no change to staging db.
|
See my previous comment, in that case it seemed that the missing Try running |
Mysqldump is available both locally and on the server. When I run "wp db export" everything works as intended. |
Are you able to check the database on the staging server to see if the updated data is being transmitted at all? I've had issues previously with php-fpm having to be restarted before changes are being seen. Is this something which was previously working and has now stopped or has it never worked? Have you tried with debug level logging to see if that points anything out? |
Ah, it looks like gunzip is not available on the server. |
My hosting company has recommended using gzip -d which is equivalent. @davestevens Any suggestions on how to best implement this change? |
I'm not entirely sure. You are able to use Maybe you could setup an alias on the staging server of Edit: |
I just setup capistrano-wpcli to push from local to stage.
Staging.rb
When I push to stage I get no error messages
But if I check the staging site I cannot see any changes? The pages + settings on my local environment does not appear on the stage . What exactly should get pushed?
Could you please provide an example on how to set up the upload settings, what sort of path should be provided?
The text was updated successfully, but these errors were encountered: