Yayımlamadan önce adımları barındırıcıya bağlıysa en az iki markada. değilse aynı yığında iki farklı günde çalıştırırız. Konsol hatalarını, bölgesel arayüz kaymalarını ve taşınan düğmeleri not edip anında güncelleriz. Yollar ve ekran görüntüleri üç ayda bir kontrol edilir. DNS/SSL/ödeme için kurtarma seçeneklerini doğrular ve resmi belgelere bağlarız.
phpMyAdmin → select your WP database → Export → Quick → SQL format → Go. Download the .sql file.
In destination hosting panel create a new MySQL database and user with ALL PRIVILEGES; note name, user, password, host.
phpMyAdmin on destination → Import → choose file → Go. Increase upload limits in php.ini if the dump is large.
Point DB_NAME, DB_USER, DB_PASSWORD, DB_HOST to the new database credentials.
Use Better Search Replace or WP-CLI search-replace with serialized-safe tools. never blind text edit of the SQL file for domain swaps.
Log in wp-admin → Settings → Permalinks → Save to regenerate rewrite rules.