Hi and Welcome!
  • Introduction
  • The Basics of WordPress Migration
Scenario 1: Using the free version of Duplicator plugin to migrate your site
  • Step 1: Prepare the production environment
  • Step 2: Creating the duplicator package and uploading it
  • Step 3: Finishing the migration
Scenario 2: Using the WP DB Migrate Pro plugin to migrate site without downtime
  • Step 1: Installing WP DB Migrate Pro plugin on the New web host's WordPress site
  • Step 2: Installing WP DB Migrate Pro plugin on the old web host's Website
  • Step 3: Establishing the connection between two sites
  • Step 4: Finishing the Migration
Scenario 3: Using the manual approach to migrate your site
  • Introduction to the Scenario
  • Step 1: Introduction to SSH and How to use it to log in to your web server
  • Step 2: Create a backups directory using the MKDIR command
  • Step 3: Compressing the wp-content directory using the TAR command
  • Step 4: Export the database using the WP-CLI
  • Step 5: Get the full directory path for the backups directory for use in step 8
  • Step 6: Create a fresh WordPress website on New Web Host with a temporary domain
  • Step 7: Login to New Web host via SSH
  • Step 8: Use rsync command to copy the files from old web host to new web host
  • Step 9: Import the Database using the WP-CLI
  • Step 10: Search and replace OLD URL with the new URL
  • Step 11: Extract the wp-content directory
  • Step 12: Finishing the migration