Le Vendredi 15 Septembre 2006 01:03, angelb a écrit : Hello !
> I have JASmine 0.0.1 installed and is working fine. Oh, this is old ;-) ! I keep a working copy of all JASmine versions in my production server, and yesterday I had a look to 0.0.1 : What a shock ! I hadn't used it for months, and... I must admit it does not do many things :-). If you try 0.0.3, although this still does not do many things, you will notice the huge functionality gap... > What changes do I need to make if I want to install/upgrade > to 0.0.2 or 0.0.3 and keep current data in my database? Well, it written in the INSTALL file : The only thing that changed between 0.0.1 and 0.0.2 is a new 'server' field in the database. There was no change between 0.0.2 and 0.0.3, they are fully compatible. So, the only thing you've got to do to upgrade to 0.0.3 is the following command on you MySQL server : mysql> ALTER jobs_log ADD server tinytext NOT NULL; That's all ! Please keep us informed of your upgrade experience, and report any issue regarding this MySQL modification. > Thanks, > Angel HTH -- Put JASmine in your Cups ! To unsubscribe : mailto:[EMAIL PROTECTED] List archives : http://dir.gmane.org/gmane.comp.printing.jasmine.user http://www.mail-archive.com/jasmine%40ml.free.fr/ Web site : http://jasmine.berlios.de/

