• Welcome to KonaKart Community Forum. Please login or sign up.
 

Install without sample data

Started by dexequiel.garcia, May 22, 2014, 04:07:46 pm

Previous topic - Next topic

dexequiel.garcia

Hi Guys,

Is there any way to install KonaKart creating the tables into the database but not loading it with test data? I'm running the silent mode installation. If I add the parameter "-DLoadDB 0" the database remains empty after the installation and if I set "'DLoadDB 1" it creates the tables but populates them with test data. Of course I can truncate the tables I need to be empty but if there is a way to be sure that no related tables are left with inconsistent data, much better.

Thanks

ming

I'm not sure which version you're using, but..

In the Enterprise version there is a "Reset Database" tool that clears out all but the essential data.  See image attached.

Another approach is to install without loading the database (as you have described) then remove all the insert statements you don't want from the konakart_demo.sql script then run that.