I had the problem that mmbase couldn't handle the new postgres 7.2 JDBC driver. and was forced to use 7.1 JDBC against a 7.2 database. This was with MMBase 1.5.1.
If i where you i would first try with a new/empty mmbase to see if mmbase can handle 7.2 JDBC. If it is possible and you've found a way to convert your current project then i'm interested in you solution because then i'll implement it here too :) Sam Terburg ___________________ MagicMinds Interaction Technology Prins Hendrikkade 20/21 1012 TL Amsterdam t 020.5217002 f 020.5217097 m 06-21892736 ----- Original Message ----- From: "Ricardo Kustner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 03, 2003 11:49 AM Subject: postgresql 7.1->7.2 > > Hi, > > I'm converting a site from postgresql 7.1 to 7.2 > I have a database dump of a 7.2 database which was used with a 7.1 jdbc > driver so the images are in the "old" format (if that is the right way > to describe it). As I want to use the 7.2 jdbc driver now, I remember > hearing something that I need to convert the image objects in the > database somehow. Can anybody give me some hints about this so I can > write something to convert it? > Also, to delete all cached images, is it safe to do a "delete * from > install_icaches" ? > > ps: on debug level, the logging is talking about > "module.database.support.PostgreSQL71", even though the 7.2 driver class > is being used... is this a bug? Strangely enough I saw the 7.2 driver > does override the logging string in the source code. > > TIA, > > Ricardo. > > -- > > > __________________________ > Ricardo Kustner > IC&S Linux Professionals > Koningsweg 4 > 3582 GE Utrecht > T: +31 30 2322878 > F: +31 30 2322305 > > PGP-key: > http://www.ic-s.nl/keys/ricardo.txt > > > >
