Recall & Review
beginner
What is the main purpose of migrating a WordPress site between environments?
To move a WordPress site from one place to another, like from a local computer to a live server, so it works the same in both places.
Click to reveal answer
beginner
Name two common environments used in WordPress development.
Local environment (your computer) and production environment (live website server).
Click to reveal answer
intermediate
Why is it important to update URLs during migration in WordPress?
Because URLs often point to the old site location, and updating them ensures links and images work correctly on the new site.
Click to reveal answer
intermediate
What role does the wp-config.php file play in migration?
It holds important settings like database details that need to be updated to match the new environment.
Click to reveal answer
beginner
What is a common tool or plugin used to simplify WordPress migration?
Plugins like 'All-in-One WP Migration' or 'Duplicator' help move sites easily without manual steps.
Click to reveal answer
What should you update after moving a WordPress site to a new server?
✗ Incorrect
Database connection details in wp-config.php must match the new server to connect properly.
Which file contains the database settings in WordPress?
✗ Incorrect
wp-config.php holds database name, user, password, and host information.
Why might you need to replace URLs in the database during migration?
✗ Incorrect
Old URLs can cause broken links; replacing them ensures everything points to the new site location.
Which environment is usually used for testing changes before going live?
✗ Incorrect
Staging is a safe place to test before making changes live.
What is a benefit of using a migration plugin?
✗ Incorrect
Migration plugins simplify the process by handling files and database transfer automatically.
Explain the key steps involved in migrating a WordPress site from a local environment to a live server.
Think about moving files, database, and updating settings.
You got /5 concepts.
Describe why testing a WordPress site in a staging environment before going live is important.
Consider the risks of making changes directly on a live site.
You got /5 concepts.