Linux 软件免费装

jekcms Migrator

开发者 jekcms
更新时间 2026年8月2日 02:20
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

migrate migration export site transfer content export

下载

1.0.3

详情介绍:

jekcms Migrator packs everything a jekcms site needs into one .zip file: You then upload that file either in the jekcms setup wizard ("Import a WordPress package") or, on a site that is already running, in Admin panel → Import → WordPress package. Why a file instead of a database connection? Most hosting plans do not allow one server to reach another server's MySQL. A file works everywhere, and you never have to hand out database credentials. Large sites. The export runs in batches and saves its progress after each round, so sites with thousands of posts finish without hitting PHP time limits. This plugin only reads. It never writes to, changes or deletes your WordPress content. No external services. The plugin makes no outbound connections: nothing is sent to jekcms.com or anywhere else. The package it builds stays on your own server until you download it, and it is deleted when you deactivate the plugin. jekcms is a commercial blog CMS, but this plugin is free and works on its own — the file it produces is plain JSON Lines inside a ZIP, so you can inspect or reuse it however you like.

安装:

  1. Install the plugin from Plugins → Add New, or upload the .zip via Plugins → Add New → Upload Plugin, then activate it.
  2. Open the jekcms entry in the left-hand menu.
  3. Pick your options and press Start export.
  4. When it finishes, download the package.
  5. Upload that file in the jekcms setup wizard, or in an existing jekcms site under Admin panel → Import → WordPress package.
You can deactivate and delete the plugin once the migration is done; it leaves nothing behind.

升级注意事项:

1.0.3 Packaging only: no change to what is exported. 1.0.2 Housekeeping only: no change to what is exported. 1.0.1 Recommended if your site uses All in One SEO 4 or Rank Math — their SEO fields are now included in the export. 1.0.0 First release.

常见问题:

Do I need to keep my WordPress site online?

Only if you export without media files. In that case jekcms downloads the images from your existing site address, so it has to stay reachable until the import is finished. With media bundled in the package, you can take WordPress offline right away.

The package is too large to upload

Turn off "Include media files in the package" and export again. jekcms will then fetch the images from your old site. Alternatively, raise upload_max_filesize and post_max_size in your hosting panel.

Will my Google rankings survive?

The package contains a redirect map from every published post's old URL to its new one. jekcms installs those as 301 redirects during the import, which is what search engines expect after a move.

Does it export custom post types?

Version 1.0 exports posts and pages. Custom post types are not included.

Where does the export file live on my server?

In wp-content/uploads/jekcms-export/, in a folder that is closed to direct web access. The download runs through an authenticated admin endpoint, and deactivating the plugin deletes the folder.

Who can run the export?

Only users with the export capability — by default administrators (and, on single-site installs, nobody else).

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0