Description
In this course, you will learn :
- WordPress Migration
- SSH
- Linux Command Line
- Duplicator Plugin Free Version
- WP DB Migrate Pro
Syllabus :
1. Using the free version of Duplicator plugin to migrate your site
- Prepare the production environment
- Creating the duplicator package and uploading it
2. Using the WP DB Migrate Pro plugin to migrate site without downtime
- Installing WP DB Migrate Pro plugin on the New web host's WordPress site
- Installing WP DB Migrate Pro plugin on the old web host's Website
- Establishing the connection between two sites
- Finishing the Migration
3. Using the manual approach to migrate your site
- Introduction to SSH and How to use it to log in to your web server
- Create a backups directory using the MKDIR command
- Compressing the wp-content directory using the TAR command
- Export the database using the WP-CLI
- Get the full directory path for the backups directory for use in step 8
- Create a fresh WordPress website on New Web Host with a temporary domain
- Login to New Web host via SSH
- Use rsync command to copy the files from old web host to new web host
- Import the Database using the WP-CLI
- Search and replace OLD URL with the new URL
- Extract the wp-content directory