Skip to content

Clears test data (orders, logs, searches) during the testing phase

Notifications You must be signed in to change notification settings

shatsar/Clear-Magento-Database

Repository files navigation

Clear Magento Database

Simple SQL modular queries to clear Magento tables filled with fake data during the development phase.

HOWTO

Connect to your Magento Database

 mysql> SET FOREIGN_KEY_CHECKS=0;

choose what to clear from your database full of data created during the development phase for example if I have to clear searches i will launch

 mysql> source reset-searches.sql

At the end remember to launch:

 mysql> SET FOREIGN_KEY_CHECKS=1;

REFERENCE

Original script taken from: Inchoo.net Improved with catalogsearch and divided in sub-queries.

About

Clears test data (orders, logs, searches) during the testing phase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published