Title: WordSync
Author: Brave Digital
Published: <strong>март 23, 2017</strong>
Last modified: април 25, 2017

---

Search plugins

![](https://ps.w.org/wordsync/assets/banner-772x250.jpg?rev=1644696)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/wordsync/assets/icon-256x256.png?rev=1644696)

# WordSync

 By [Brave Digital](https://profiles.wordpress.org/bravedigital/)

[Download](https://downloads.wordpress.org/plugin/wordsync.0.1.1.zip)

 * [Details](https://mk.wordpress.org/plugins/wordsync/#description)
 * [Reviews](https://mk.wordpress.org/plugins/wordsync/#reviews)
 *  [Installation](https://mk.wordpress.org/plugins/wordsync/#installation)
 * [Development](https://mk.wordpress.org/plugins/wordsync/#developers)

 [Support](https://wordpress.org/support/plugin/wordsync/)

## Description

WordSync allows you to synchronise posts, pages, users, taxonomies, attachments 
and settings between two WordPress installs.
 After setting up the link between 
the two sites using a secret key, you can perform a sync on the target site which
will show all changes needed to bring it’s content in sync with the source site.
You can select which of these changes you’d like to synchronise across before the
sync is performed. WordSync will handle updating site urls automatically, download
attachments and maps users, posts and attachments from one site to the other without
conflicts.

WordSync provides modular synchronisers which act on certain bits of data on your
site:

 * Settings – syncs all WordPress settings and all plugin settings (for those plugins
   that store their settings in the wp_settings table)
 * Users – Creates, updates and deletes users so that they reflect the source site.
   New users will have to reset their passwords in order to login.
 * Posts – Synchronises ALL posts, including pages and all custom post types. Preserves
   post parent relationships
 * Taxonomies – Synchronises all taxonomy terms, but both sites need to have the
   same taxonomies defined. Ie. if the theme defines custom taxonomies, both sites
   must have the same theme active.
 * Attachments – Synchronises attachments. Attachment images are downloaded directly
   from the source site and then inserted into the media library and linked up to
   the same posts as in the source site.

You can choose which of these to activate before performing a sync but some rely
on others to run first before they themselves are able to run.

For now WordSync transmits site data between the sites in an unencrypted stream.
While eavesdropping is extremely unlikely, bear this in mind if you have sensitive
data.

WordSync is designed to be used by developers and other super-users who work with
WordPress sites. The plugin will expose a bit of the inner workings of WordPress
to you and requires your judgement to know which data should be synced without overwriting
data you’d like to keep.

### ** Warning **

This plugin modifies your site content and is still in alpha. It may not always 
perform adequately and it would be **strongly advisable** to backup your site before
using WordSync. WordSync does not offer a rollback option once your data has been
synced. Brave Digital does not accept any responsibility for lost or corrupted data.
USE THIS PLUGIN AT YOUR OWN RISK.

### Contribute on GitHub

Help us make improvements and additions by contributing on the WordSync GitHub project:

https://github.com/brave-digital/WordSync

## Screenshots

 * [[
 * The main WordSync interface showing the choice of processors available.
 * [[
 * The review stage of a sync job in progress.

## Installation

The plugin is required to be installed and activated on _both_ the source and target
sites.

Install the plugin as per usual, through the WordPress plugin repository or by uploading
the zip file manually to your site and activate it on both sites.

Once activated, you can find the plugin under _Tools -> WordSync_

You will need to go into the WordSync Settings on each site (by clicking the ‘Settings’
button in the header) and set a identical Secret Key for both sites. Both sites 
will check that the other site’s key is identical to their own key before they authorize
syncing.

On the target site you will need to enable Syncing (Write Permission) and on the
source site you will need to enable Pushing (Read Permission).

## FAQ

  Installation Instructions

The plugin is required to be installed and activated on _both_ the source and target
sites.

Install the plugin as per usual, through the WordPress plugin repository or by uploading
the zip file manually to your site and activate it on both sites.

Once activated, you can find the plugin under _Tools -> WordSync_

You will need to go into the WordSync Settings on each site (by clicking the ‘Settings’
button in the header) and set a identical Secret Key for both sites. Both sites 
will check that the other site’s key is identical to their own key before they authorize
syncing.

On the target site you will need to enable Syncing (Write Permission) and on the
source site you will need to enable Pushing (Read Permission).

  How are the different site URLs handled?

As the sync process occurs, the source data is run through conversion filters which
replace all instances of the source site’s URL with the target site’s URL.

  WordSync doesn’t sync my data correctly!

WordSync is still in ALPHA and as such we still need to iron out all the different
syncing scenarios and it is impossible to be able to test all eventualities. If 
you find a bug, please open a support ticket on our GitHub page or even better, 
submit a pull-request which fixes the issue to our GitHub repo.

  Do both sites need to be online for syncing to work?

No, but the source site needs to be accessible from the internet. So you can sync
your localhost with a source site on the internet, but a site on the internet would
not be able to sync with your localhost unless you set up your home internet to 
allow public connections to your localhost server.

## Reviews

![](https://secure.gravatar.com/avatar/d92e17e05638fadbeb2206e033b059a09aa92a3b55465e936b2034c0c446c6bb?
s=60&d=retro&r=g)

### 󠀁[Missing Settings page](https://wordpress.org/support/topic/missing-settings-page/)󠁿

 [huimingdeng](https://profiles.wordpress.org/huimingdeng/) декември 7, 2017

The test plugin lacks configuration pages from 4.8.4 to 4.9.1 in WordPress.

 [ Read all 1 review ](https://wordpress.org/support/plugin/wordsync/reviews/)

## Contributors & Developers

“WordSync” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ Brave Digital ](https://profiles.wordpress.org/bravedigital/)

[Translate “WordSync” into your language.](https://translate.wordpress.org/projects/wp-plugins/wordsync)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/wordsync/), check out
the [SVN repository](https://plugins.svn.wordpress.org/wordsync/), or subscribe 
to the [development log](https://plugins.trac.wordpress.org/log/wordsync/) by [RSS](https://plugins.trac.wordpress.org/log/wordsync/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.1.1

 * User processor now handles user roles correctly.
 * User processor now based on user_logins and not user_emails as logins are not
   changable after creation.
 * Added settings postprocessing and excluded some settings which were harmful to
   migrate.
 * Changed admin screen to use POST instead of GET to avoid URI too long messages.
 * Changes are now processed in type order (update then delete then create)
 * Added better error handling while processing changes.
 * Added Cannot delete the current user check.

#### 0.1

 * Initial release

## Meta

 *  Version **0.1.1**
 *  Last updated **9 години ago**
 *  Active installations **10+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wordsync/)
 * Tags
 * [backup](https://mk.wordpress.org/plugins/tags/backup/)[merge](https://mk.wordpress.org/plugins/tags/merge/)
   [migration](https://mk.wordpress.org/plugins/tags/migration/)[sync](https://mk.wordpress.org/plugins/tags/sync/)
 *  [Advanced View](https://mk.wordpress.org/plugins/wordsync/advanced/)

## Ratings

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/wordsync/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/wordsync/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/wordsync/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/wordsync/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/wordsync/reviews/?filter=1)

[Add my review](https://wordpress.org/support/plugin/wordsync/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/wordsync/reviews/)

## Contributors

 *   [ Brave Digital ](https://profiles.wordpress.org/bravedigital/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wordsync/)