Remove or update sample data modules

Last update: 2023-04-21
  • Topics:
  • Install
    View more on this topic
  • Created for:
  • Experienced
    Admin
    Developer

This topic discusses how to:

Remove sample data modules

Enter the following command:

bin/magento sampledata:remove

The complete list of sample data modules follows:

Adobe Commerce and Magento Open Source:

  • magento/module-bundle-sample-data
  • magento/module-catalog-rule-sample-data
  • magento/module-catalog-sample-data
  • magento/module-cms-sample-data
  • magento/module-configurable-sample-data
  • magento/module-customer-sample-data
  • magento/module-downloadable-sample-data
  • magento/module-grouped-product-sample-data
  • magento/module-msrp-sample-data
  • magento/module-offline-shipping-sample-data
  • magento/module-product-links-sample-data
  • magento/module-review-sample-data
  • magento/module-sales-rule-sample-data
  • magento/module-sales-sample-data
  • magento/module-sample-data
  • magento/module-swatches-sample-data
  • magento/module-tax-sample-data
  • magento/module-theme-sample-data
  • magento/module-widget-sample-data
  • magento/module-wishlist-sample-data
  • magento/sample-data-media

Adobe Commerce only:

  • magento/module-customer-balance-sample-data
  • magento/module-gift-card-sample-data
  • magento/module-gift-registry-sample-data
  • magento/module-multiple-wishlist-sample-data
  • magento/module-target-rule-sample-data

Prepare to update sample data

This command enables you to update sample data before you update Adobe Commerce or Magento Open Source.

To prepare sample data for updating, enter the following command:

bin/magento sampledata:reset

After that, update the application.

On this page