Hi Joris,
Well I don't know if it is the 'normal' way but here's how i do it ;)
- Make a backup of your application, put the xml files in your application directory
- remove all deployed builders in WEB-INF/config/builders/applications
- remove your WEB-INF/data directory
- drop and create the DB
- redoploy your app.
Of course, it is adviced to make backup copies of everything you're removing/dropping on beforehand :)
hope this will get you on the way...
Willem
Joris van Poppel wrote:
Hello,
I was following this discussion because I have a little problem in changing my builder. What is the normal procedure to redeploy a builder or an application?
Joris van Poppel
-----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Willem Voogd Verzonden: 07 July 2004 11:03 Aan: [EMAIL PROTECTED] Onderwerp: Re: builder version usage
As far as i know, nothing is done with the version number. I believe the
database is not altered by changing a builder. In that case you should either redeploy the whole app (which i think might not be an option in your case), or as you stated, make the nessecary changes for the db-table by hand (or by script;)
Willem
Wouter Heijke wrote:
What is the usage of the version of a builder?
I'm trying to extend a builder (which is used in a live environment) with some fields but they are not picked up by the database (mysql). I changed the version of the builder but still no result. I have to provide a sql script to alter the database table to reflect the changes
in the builder or am i doing something wrong?
Wouter
