Ücretsiz indirmeler

Zinn® Migrate

Package the WordPress site you are leaving — files and database — into one archive, and hand us a single link.

ZIP indir (710 KB)

Zinn® Migrate ne yapar

You probably do not need this plugin, and its own screen says so first. If your old host gives you FTP, SSH, cPanel, Plesk or DirectAdmin, put those details into the migration form on Zinn® instead: we connect to your host directly, copy the site across, and install nothing on your server at all. That is faster, it leaves no trace behind, and it is what nearly every migration uses. This plugin is for the sites that cannot do that — the hosts that hand you a WordPress login and nothing else: no FTP account, no shell, a control panel with its API switched off, or every port firewalled. If our checker tells you it could not reach your host on any of the usual ways in, this is the way through.

Neden önemli

It is built for slow, small, locked-down hosting, because that is the only kind of hosting that needs it. The servers this plugin runs on have a thirty-second execution limit, 128 MB of memory, exec disabled and no mysqldump — so nothing here depends on one long request. Every step is bounded and resumable, the database is read through WordPress itself rather than a command-line tool, and rows are streamed to disk instead of being held in memory. It also checks how much free disk space there is before it writes anything, and says so plainly when the server will not tell it: a server that runs out of space part way through an export does not fail politely, it takes the site down.

İçindekiler

Bounded, resumable steps

The package is built a few hundred files at a time, and the archive is closed and reopened between steps. A host that cuts requests off at thirty seconds cannot leave you with a truncated zip that opens, lists half your site and looks finished.

Your database, without mysqldump

The export is written by WordPress itself, table by table in bounded windows, straight to disk. That is slower than a command-line dump and it is the only method that runs at all on the hosts this plugin exists for.

It checks for room before it writes

A package needs roughly as much free disk as your site takes up. The screen works that out first — and when the server refuses to say how much is free, it tells you that rather than guessing you have room.

The link is a password, and it expires

The package sits in a folder with thirty-two random characters in its name that cannot be listed. Anyone holding the link can download your whole site, so it deletes itself twenty-four hours after it was built, and there is a button to remove it the moment your migration is done.

It opens no door on your site

Nothing here registers an endpoint or accepts an inbound request. We cannot ring your site — you press a button and carry the link to us. The archive is your entire site and its database, which is exactly the thing that must never be available to ask for.

Nasıl göründüğü

One screen, one button. The note above it tells you when you do not need this plugin at all — which is most of the time.

The Move to Zinn® screen in wp-admin, showing the disk-space check and a single Build the package button

İndirdiğiniz şey

Sürüm
1.0.0
Minimum WordPress
WordPress 6.6
En Az PHP
PHP 8.2
Şuna kadar test edildi
WordPress 7.1
İndirme boyutu
710 KB
Lisans
GNU General Public License, sürüm 2 veya sonrakiler
Yazan
Neil Lock — CEO, Zinn Digital® Ltd

Zinn® Migrate için gerekenler

WordPress 6.6 or later and PHP 8.2 or later, on a site that still loads. PHP's ZipArchive extension, which the plugin checks for and names if it is missing. Enough free disk space for a copy of the site. No Zinn Digital® account is needed to build the package — only to migrate it.

Zinn® Migrate alma yönteminiz

Install and activate it on the site you are moving away from, open Tools → Move to Zinn®, check the disk-space line and press Build the package. Copy the link it gives you into your Zinn® migration, choosing “An archive of an existing site” as the source. Delete the package when the migration has finished, then remove the plugin.

Makaleyi oku

WordPress.org eklenti dizini standartlarına göre üretilmiştir: WordPress Kodlama Standartları, bir güvenlik incelemesi, PHP uyarıları yoktur ve sattığımız her dilde çeviriye hazırdır.

Kuruluyor

WordPress, herhangi bir dosyayı açmanıza gerek kalmadan bir eklentiyi zip dosyasından yükler. İşlemin tamamı yaklaşık bir dakika sürer ve sitede bir yönetici hesabına ihtiyacınız vardır.

  1. ZIP dosyasını indir

    Yukarıdaki indir düğmesini kullanın. Dosyayı olduğu gibi saklayın — zipten çıkarmayın, çünkü WordPress arşivin kendisini bekler.

  2. wp-admin içinde Plugins → Add New Plugin öğesini açın

    Sitenizin wp-admin paneline giriş yapın, sol menüden Eklentiler'i ve ardından sayfanın üst kısmındaki Yeni Eklenti Ekle'yi seçin.

  3. Yükle ve kur

    Eklentiyi Yükle seçeneğini seçin, yeni indirdiğiniz zip dosyasını seçin ve ardından Şimdi Kur seçeneğine tıklayın. WordPress bunu sizin için açar.

  4. Etkinleştir

    Yükleme tamamlandığında Eklentiyi Etkinleştir seçeneğini seçin. Eklentinin kendi ayarları daha sonra wp-admin içinde görünecektir — kullanmaya başlamak için başka hiçbir şey gerekmez.

Dosyanın bize ait olduğu kontrol ediliyor

Bu, sitenizde çalışacak bir koddur; bu nedenle indirdiğiniz dosyanın bizim yayınladığımız dosya olduğunu kanıtlayabilmeniz gerekir. Bilgisayarınız için uygun komutu zip dosyası üzerinde çalıştırın ve sonucu aşağıdaki sağlama toplamı ile karşılaştırın; sonuçlar karakteri karakterine tamamen aynı olmalıdır.

SHA-256
3872f432c8c235fff2c60744d50c7ee8e53679160ce2d4843bb0628705c74884
Linux Üzerinde
sha256sum zinn-migrate-1.0.0.zip
macOS Üzerinde
shasum -a 256 zinn-migrate-1.0.0.zip
Windows'da
certutil -hashfile zinn-migrate-1.0.0.zip SHA256

İndirmenin kendisi de X-Zinn-Package-SHA256 başlığında aynı değeri döndürür; böylece otomatik bir dağıtım, bu sayfayı okumadan bunu kontrol edebilir.

Değişiklik Günlüğü

1.0.0 — first release: bounded, resumable packaging of files and database; a disk-headroom check before anything is written; a private, unlistable package folder; automatic deletion after twenty-four hours and on uninstall.

Güncellemeler

Barındırdığımız bir sitede, bu eklentiler kendilerini güncelleyecek şekilde yapılandırılmıştır: bizimle iletişim kurarlar ve WordPress, indirme işlemini önce yayınlanan sağlama toplamına (checksum) göre doğrulayarak yeni sürümü sizin için yükler. Barındırmadığımız bir WordPress'te ise yapılandırılacak hiçbir şey yoktur ve dışarıya hiçbir veri gönderilmez — en yeni sürümü istediğinizde bu sayfaya geri dönün veya eklentinin GitHub sürümlerini takip edin.

Zinn® Migrate öğesini gerçek bir sitede çalışır duruma getirin

Buradaki her eklenti ücretsizdir ve herhangi bir WordPress üzerinde çalışır. Barındırdığımız bir sitede bunlar sizin için yüklenir ve güncel tutulur; bu nedenle indirilecek veya güncellenecek hiçbir şey yoktur.

Tüm WordPress eklentileri