Autosync LocalWP->WP Migrate->Remote Host

Does somebody have a step by step workflow for daily autosync of defined db table from LocalWP to the remote host with WP Migrate DB Pro ?

Both of WP Migrate DB Pro and remote host support WP CLI.

Hi @EvgeniyO

This seems similar to your previous Feature Request here. Is this still working with the same project?

I’ve checked with our friends at Delicious Brains on this to see what might be the best solution. What would probably be best here is using the steps below to run this with a single CLI command basically “on demand” as needed.

  1. In WP Admin of the Local site, create a Push migration profile with only the desired database table selected.
  2. Run the migration to confirm you get the desired result.
  3. Save the profile.
  4. Use WP-CLI to initiate the profile from the Local command line.
  5. Follow this help document from Delicious Brains to run the command via cron on a scheduled basis.