I hope this message finds you well. I am writing to express my concern regarding the response time to my previous email, which was sent over 24 hours ago. As the matter at hand is of significant importance, I kindly request your immediate attention and a timely response.
Your prompt response will greatly assist in resolving the issue in a timely and efficient manner. I understand that there may be factors that could have contributed to the delay, and I appreciate your efforts in addressing this matter promptly.
I remain at your disposal should you require any further information or clarification regarding my previous communication. Your assistance in this matter is greatly appreciated.
Thank you for your attention to this request, and I look forward to your prompt response.
]]>Hi Team Synchro,
I’m trying to use your tool to migrate a database on a site I am developing locally with LocalWP (by Flywheel) to my online staging site.
I manage to get the offline LocalWP to connect to the DEV-site but when I star?the Migration process I get the following errors and the Migration is aborted.
8 ERROR(S) DURING MIGRATION:
Any ideas?
//Matt
Hello I am might want to move a site with 5GB db with zero downtime and real-time data.
I am thinking to dumb the db first and import manauly to the new server (probably faster). Then can i use this plugin to sync only the latest changes? will that work? or will it pull the whole database again?
thank!
/J
]]>Hi, I have been using your excellent plugin for a long time and it speeds up my work a lot.
However, the latest version is causing some problems. When syncing to a remote server from a local installation, I get an error message at the end of the process. I looked through the error.log and found nothing, but in the access.log I found the above mentioned error.
Is this a fault of my server settings or rather a plugin error? Please help.
access.log: https://i.imgur.com/kgjRsYG.png
error: https://i.imgur.com/jHpSWiG.png
I am trying to move a site that has some weird characters I believe to have been introduced by WPTexturize().
Double dash — was apparently encoded as an emdash, and apostrophes seem to have been encoded as rsquo – and these two, among others, probably, break the Siteground Migrator’s transfer of the post when it encounters them.
One of the oddest is fa\u00e7ade which is supposed to be the English language word facade.
Does anyone know whether Syncrho will transfer the data correctly?
]]>Your page states Multisite is not supported and that it is coming.
How long before it is here? I am still trying to use WP-DB-SYC even with the issues and quirks as it does work fine with Multisite.
Really needing a replacement.
Otherwise, is there another alternative that does support Multisite, even other paid options?
]]>Unable to do sync when website is protected with htpasswd/htaccess
Solution is to Whitelist IP address:
AuthUserFile /your/root/.htpasswd
AuthType Basic
AuthName "Auth"
Require valid-user
# Apache 2.4 tested
# Your local public IP
# or Your server stage IP
Require ip 123.123.123.123
]]>
Hi,
I’ve noticed the free version “pulls” the whole database (all tables of the db) instead of just the current wordpress installationg (table with the right prefix).
Is this intentional?
It’s kinda dangerous, as it can overwrite a complete different installation on the same DB.
]]>Hi,
We do not handle our support issues here on www.remarpro.com.
Instead you should go to:
https://wpsynchro.com/support/
This is by far the fastest way to get support.
There you will find a quick guide on how to get support.
This is also the route to take if you have good ideas or other questions.
// WP Synchro support
]]>After updating the plugin to version 15.0, a pull from live site to a local installation fails to replace Site URL settings, which breaks site.
I was able to get a temporary fix by manually editing wp_options ‘siteurl’ and ‘home’ settings.
After restoring service and accessing the pull settings, I see the following error:
“One of the sites are using non-standard location of WordPress, which needs to be the same on both ends.”
I’m using a WAMP on the local server and never had this problem with previous versions of this or other db syncing plugins.
Thank you!
– Erich
]]>I was hoping this would work out, but so far the process has responded with the error “Could not connect to remote or local REST service” about four times now, stopping in the fourth stage at 38% three times, and then the fifth step at 96%. Going to keep trying to get it to work, and then calling it a day.
]]>It doesn’t replace URLs in Elementor templates while syncing.
Everything else works great!
]]>Hi!
I am experimenting with this plug-in.
I have set up a pull from myurl/sitetest to myurl/sitedupl.
Both have working WP installations.
The fixed (in free version I cannot change them) search/replace rules are generated like this:
myurl/sitetest –> myurl
myserverlocation/public_html –> myserverlocation/public_html
As you can see the first rule is lacking the sitedupl part and the second rule does not have sitetest and sitedupl (the search and replace are exactly the same).
Can this plug-in synchronize within the same domain?
And btw can these search and replace rule fields be made any wider? Or maybe make them stretchable?
]]>Hello!
Firstly, great plugin idea! I can’t wait to use it. ??
I have been goofing around with it all morning and am seeing two different issues I hope you can help me with:
1. I have a live site, cictucson.org and another site on the same server, staging.cictucson.org. I have tried pulling to the staging site from the live site a bunch of times and each time it gets all the way through and then fails at stage 4 giving me an error “Remote/local site responded with HTTP error code 0, which means we can not continue the synchronization. Check log and contact support if this persist.”
2. I was curious if that had to do with them being on the same server together so I also pulled the live site to cic.sfwdev.com… which is on a completely different server. This time the action showed as completed successfully but the site is not refreshed. The content change I had made to test it before the pull did not come through.
Can you let me know what I might be doing wrong here?
Thank you in advance!
Cecily
I’m working on localhost. The remote site to which I want to push/pull changes is password protected via .htaccess method. I get the following error when I try to push/pull database.
Failed initializing – Could not get a valid token from remote server
Everything works fine if the password protection on the site turned off.
It would be great if I could add username and password in my sync settings and push/pull database without turning of password protection.
]]>We have purchase Wp synchro PRO, we are unable to push or pull between two sites. Haven’t received a response to our support request.
]]>Hello, I have two servers: a local and an audience.
Both are evolving on their own.
I wish to synchronize (merge ?) each night:
– transfer the new data and media from the public server to the local server;
– then transfer the new data and medias from the local server to the public server.
As the volume of data and media can become large, incremential synchronization would be the best solution.
Please add:
=> Selective Table Sync, which basically enables sync for particular tables in the database.
=> Media Sync, to synchronize WordPress media file uploads like for images and videos.
=> Sync specific tables between the main/sub-sites in a multisite installation.
Is it possible to only sync certain post types, I do not want to sync pages but other tables with in wp_term.
]]>There’s a typo in 1.0.3 that stops sync initialization:
Line 311 of class-REST-services.php has
require_once( 'REST/class-REST-status.php' );
It should read:
require_once( 'REST/class-REST-Status.php' );