0
0
Wordpressframework~5 mins

Migration between environments in Wordpress - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AWordPress theme colors
BDatabase connection details
CUser passwords
DPlugin settings only
Which file contains the database settings in WordPress?
Afunctions.php
Bstyle.css
Cindex.php
Dwp-config.php
Why might you need to replace URLs in the database during migration?
ATo speed up the site
BTo change the site language
CTo fix broken links and images
DTo update user roles
Which environment is usually used for testing changes before going live?
AStaging environment
BProduction environment
CBackup environment
DArchive environment
What is a benefit of using a migration plugin?
AIt automates moving files and database
BIt changes the website design
CIt deletes old posts
DIt creates new users
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.