KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: dexequiel.garcia on May 22, 2014, 04:07:46 pm

Title: Install without sample data
Post by: dexequiel.garcia on May 22, 2014, 04:07:46 pm
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
Title: Re: Install without sample data
Post by: ming on May 27, 2014, 02:13:01 pm
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.
Title: Re: Install without sample data
Post by: dexequiel.garcia on May 28, 2014, 04:36:05 pm
Thank you!