Full Clone Mode

What Is Full Clone Mode?

Full Clone mode goes beyond standard data migration by also replicating the source store's infrastructure entities — shops, languages, currencies, order states, and customer groups — with their original IDs preserved.

How It Differs from Standard Migration

AspectStandard MigrationFull Clone
ShopsMapped to existing target shopsSource shops imported with original IDs
LanguagesMapped to existing target languagesSource languages imported
CurrenciesMapped to existing target currenciesSource currencies imported
Order StatesMapped to existing target statesSource order states imported
GroupsNot specifically importedSource groups imported with reductions
Entity IDsMapped through translation tablePreserved as-is (identity mapping)

Import Order in Full Clone

  1. Shops — Shop groups, shops, and URLs imported first (target URLs preserved for admin access)
  2. Languages — Languages imported, default language updated
  3. Currencies — Currencies imported with version-aware schema handling
  4. Order States — Order states imported with translations
  5. Groups — Customer groups imported with reductions
  6. Data entities — All remaining entities imported on top of the cloned infrastructure

When to Use Full Clone

  • Creating a staging or development copy of a store
  • Moving a store to new hosting with a fresh PrestaShop installation
  • Creating an exact replica for testing or backup purposes