Skip to Content

Migrate Content and Database

🎯 Goal: Migrate database, themes, plugins, and uploads into the Bedrock structure.

  1. 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%
  2. Move Theme, Plugin & Upload Files

    • Themes → web/app/themes
    • Plugins → web/app/plugins (skip: this is managed by Composer)
    • Uploads → web/app/uploads
Last updated on