Skip to content

Site Cloning

Clone any local site to create an exact copy with its own domain and database. Useful for testing changes without affecting your main project.

  1. Right-click a site in the sidebar, or open the site detail menu
  2. Click “Clone Site”
  3. Enter a name for the cloned site
  4. Click “Clone”

Blaze will:

  • Copy all site files to a new directory
  • Export and import the database to a new database
  • Update wp-config.php with the new database credentials
  • Configure a new .local domain and SSL certificate
  • Update WordPress URLs (site URL and home URL) to match the new domain
ComponentCloned
All site filesYes
Database (full copy)Yes
Plugins and themesYes
Uploads and mediaYes
PHP version settingYes
Custom PHP configurationYes

The cloned site is completely independent — changes to either site won’t affect the other.