Hello Mahi, If you are using the default derby database, use gradlew cleanAll https://github.com/apache/ofbiz-framework#clean-system-and-load-the-complete-ofbiz-data
and then load reader command with specific readers if you are using any other database, you need to manually delete, recreate an empty database and load data with specific readers. HTH Thanks & Regards, Aditya Sharma On Sun, Nov 28, 2021 at 9:09 PM Mahi maheshwari <[email protected]> wrote: > Hi, > > I have loaded the data using the command "gradlew loadAll" but now I don't > want data inside all tables. I want to clear the data and want to load my > own data. I used gradlew "ofbiz --load-data readers=seed". > > Regards, > Maheshwari. >
