Skip to content

Data migration

To migrate the plugin data from one site to another, you need to follow these steps

1️⃣ Install the same version of the plugin on the new site

2️⃣ Export the plugin tables from the previous site to the new site and import them in the new site

TIP

The plugin tables start with wp_dynamicproduct_ or generally [prefix]_dynamicproduct_

3️⃣ Copy the dynamicproduct folder from wp-content/uploads/ in the previous site

The dynamicproduct folder contains the plugin files such as the images and the php calculation files etc...

4️⃣ (Optional) Upgrade the plugin to the latest version to get the new features and bugfixes.

⚠️ In some cases, this step is necessary to ensure the compatibility of the plugin with the version of WordPress and WooCommerce that you are using.

TIP

The plugin data is stored in the WordPress database with the wp_dynamicproduct_ prefix (or your custom prefix).