Migrate Content and Database
🎯 Goal: Migrate database, themes, plugins, and uploads into the Bedrock structure.
-
Migrate Database
-
Use WP Migrate plugin or API to:
- Export from the live site (recommended), or
- Pull from your staging/local environment.
-
Include:
- Database
- MU-plugins
- Themes
-
Find and Replace:
find : /wp-content/ replace : /app/
-
Exclude Wordfence or unwanted tables:
Exclude: wp_wf%
-
-
Move Theme, Plugin & Upload Files
- Themes →
web/app/themes
- Plugins →
web/app/plugins
(skip: this is managed by Composer) - Uploads →
web/app/uploads
- Themes →
Last updated on