On 8/16/06, Youcef Bey <[email protected]> wrote:
Hi all,
I have installed the new XWiki version. In fact, I used an old version and try to update with the new one (xwiki-0.9.1252).
But, I found that the new database is a script file stored in ../db directory! And check before the the MySQL databases but not find any xwiki database, even I have removed the MySQL installation but the xwiki work!!
What's kind of database is used in the new XWiki version? And how updating it from the old MySQL database.
Hi, which package are you using? do you use jetty or the installer? if yes, XWIki is using hsqldb as database. You can still use mysql. give a look to the configuration file, it's the one you need to modify (hibernate.cfg.xml) : http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki/tags/XWIKI_0_... change the "connection.url" of your installation. you can also look on your old installation, and replace this file. -- jeremi