Skip to content

Pantheon Quicksilver script for running when a database is cloned from live to a lower environment.

License

Notifications You must be signed in to change notification settings

ryanshoover/quicksilver-wpmu-db-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note that Pantheon's recent changes to search-replace functionality for multisites should make this script unnecessary. If possible, use the platform functionality instead. You'll have a better time.

Quicksilver Script - WPMU Database Clone

Pantheon Quicksilver script designed to be run when a database is cloned from live to a lower environment.

The script will update the wp_blogs and wp_site table to match the new environment's base url.

It will do a search-replace across all sites, replacing their individual URL with the new one.

Installation

  1. Copy the code to your site repo at /private/scripts

  2. Run composer install inside the script folder to install its dependencies.

  3. Update your pantheon.yml file to include a snippet like below. This will enable the quicksilver hook.

    workflows:
        clone_database:
            after:
            - type: webphp
                description: Convert blog urls
                script: private/scripts/wpmu-db-clone/wpmu-db-clone.php
    
  4. Edit the $domains array in wpmu-db-clone.php to match your site's configuration.

About

Pantheon Quicksilver script for running when a database is cloned from live to a lower environment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages