Thanks for your reply Jacques, No I didn't remove demo data using "ant clean-data". Won't that remove all my data, not just the demo data? This is my production server that the company has been using since the 1st of the year. After making a small change to the order entitymodel_view.xml, I accidentally ran ant run-install instead of ant run-install-seed. It's my (novice) understanding that running "ant clean-data" will wipe out all the company orders and 18k contacts in the database as well as the demo data.
Is this correct?? If so I'll have to remove all the demo data manually. [ugh :-(] Thanks much, Case Torres [EMAIL PROTECTED] > -----Original Message----- > From: Jacques Le Roux [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 01, 2008 2:36 PM > To: [email protected]; [EMAIL PROTECTED] > Subject: Re: running ant run-install-seed, still gets demo data > > > Thanks Jacopo, > > > > Is this the right command because I'm still getting all the > demo data.? > > ant run-install-seed > > Did you remove demo data before (ant clean-data) ? Else ant > run-install-seed will simply overrides seed data > > > > > Is there any difference between: > > ant run-install-seed > > > > and > > > > java -jar ofbiz.jar -install -readers=seed > > No differences > > Jacques > > > > > Case Torres > > [EMAIL PROTECTED] > > > > > > > >> -----Original Message----- > >> From: Jacopo Cappellato [mailto:[EMAIL PROTECTED] > >> Sent: Saturday, March 01, 2008 12:30 PM > >> To: [email protected] > >> Subject: Re: running ant run-install-seed > >> > >> Case Torres wrote: > >> > Hi, > >> > > >> > I want to make sure I understand what this command does > >> before I run > >> > it on my production server. > >> > It will install the seed data but not the demo data. > >> > It will *NOT* remove any data currently in the database. > >> > > >> > Is this correct?? > >> > >> It is correct. > >> Another thing to mention is that the password for the "admin" > >> user (and the flexadmin etc) will be overriden (to "ofbiz"). > >> You'll have to change them right after the update. > >> > >> Jacopo > >> > >> > > >> > Thanks much, > >> > --- > >> > Case Torres > >> > [EMAIL PROTECTED] > >> > > >> > > > > >
