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.

POST MIGRATION

Сүрөттөө

This plugin provides the ability to migrate individual WordPress post data to another WordPress site.
Specifically, it provides the following features that are not provided by the standard import and export tools provided by WordPress.
1. The standard tool does not export images and other media data. Instead, the importer reads the image URL in the XML and attempts to re-download the file from a remote location. However, this requires that the import source site is public and the media file URL is accessible. If the site is local or private, the media download will fail and only an empty attachment post will be created.
This plugin extracts images and other media data and WordPress database information and exports them together in a single ZIP file, eliminating such problems.
2. The standard tool does not export revisions, but this plugin provides export and import functions.
3. The standard tool allows you to select what to export for each post type, but not for each individual post.
This plugin allows you to select what to export for each individual post.

Related Links

Third Party Libraries

This plugin uses the following third-party libraries:

FileSaver.js

  • Purpose: Used to enable client-side file saving functionality (e.g., downloading generated ZIP files in the browser).
  • Library URL: https://github.com/eligrey/FileSaver.js/
  • License: MIT License
  • Resources : https://github.com/eligrey/FileSaver.js

Copyright (c) 2016 Eli Grey.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

JSZip

  • Purpose: Legacy library retained in the distribution. Current ZIP generation and import parsing are performed on the server with PHP ZipArchive.
  • Library URL: https://github.com/Stuk/jszip
  • License: MIT License

Copyright (c) 2009-2022 Stuart Knightley, David Duponchel,
Franz Buchinger, António Afonso

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Скриншоттор

Орнотуу

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “POST MIGRATION”.
  3. Select the “POST MIGRATION” plugin and click “Install”.
  4. Activate the plugin.

OR…

  1. Download the plugin from this page.
  2. Save the .zip file to a location on your computer.
  3. Open the WP admin panel, and click “Plugins” -> “Add new”.
  4. Click “upload”.. then browse to the .zip file downloaded from this page.
  5. Click “Install”.. and then “Activate plugin”.

Сын-пикирлер

There are no reviews for this plugin.

Contributors & Developers

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

Мүчөлөрү

Translate “POST MIGRATION” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Өзгөртүүлөр

1.2.0

  • Improved reliable migration of selected posts, revisions, custom fields, comments, featured images, and media through server-generated ZIP archives.
  • Added safer staged imports, media-path handling, cleanup, validation, cancellation, and failure reporting while preserving the existing interface.
  • Removed Composer package dependencies and made the migration and progress components self-contained within Post Migration.

1.1.9

  • Removed the remaining Composer package dependency and custom Composer loader.
  • Post Migration now runs only with its plugin-local progress and migration classes.

1.1.8

  • Moved the post, revision, custom-field, comment, and media import logic into a Post Migration-specific class.
  • Isolated migration processing from similarly named classes loaded by other plugins.

1.1.7

  • Moved the progress overlay and cancellation handler into Post Migration.
  • Removed the dependency on block-class-package without changing the import or export interface.

1.1.6

  • Escaped imported titles and downloadable logs instead of inserting migration data as HTML.
  • Rejected ambiguous duplicate ZIP entries and invalid import modes.
  • Added a capability check to cancellation requests and removed an unused script dependency.

1.1.5

  • Always clean up temporary import jobs after success, cancellation, or failure.
  • Stop incomplete imports on group errors and report the failed group.
  • Use direct ZIP-path media lookup while retaining legacy import compatibility.

1.1.4

  • Removed obsolete export_data.json and WP_Filesystem cleanup from the export flow.
  • Normalized export targets and stopped incomplete ZIP creation when an individual post export fails.

1.1.3

  • Preserve the parent post featured image after importing its revisions.
  • Prevent a failed revision import from reusing the previous record ID for media updates.

1.1.2

  • Verify that reused media records still have readable files before using them.
  • Detect and report failures when assigning featured images.

1.1.1

Moved ZIP creation and staged ZIP import processing to the server, while preserving the existing import and export interface.

1.1.0

Added functionality to ensure proper export and import when gallery is used as an ACF custom field type.

1.0.1

Update due to the version upgrade of the composer package of wpsetting-class-package

1.0.0

  • Release