[Refdb-cvs] CVS: refdb UPGRADING,1.7.2.2,1.7.2.3
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2005-11-14 20:22:17
|
Update of /cvsroot/refdb/refdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18346 Modified Files: Tag: Release_0_9_5_stable UPGRADING Log Message: updated to 0.9.6 Index: UPGRADING =================================================================== RCS file: /cvsroot/refdb/refdb/UPGRADING,v retrieving revision 1.7.2.2 retrieving revision 1.7.2.3 diff -u -U2 -r1.7.2.2 -r1.7.2.3 --- UPGRADING 13 Feb 2005 22:57:06 -0000 1.7.2.2 +++ UPGRADING 14 Nov 2005 20:22:08 -0000 1.7.2.3 @@ -9,5 +9,5 @@ databases: -0.9.5 -> 0.9.6-preX +0.9.5 -> 0.9.6 0.9.4 -> 0.9.5 0.9.3 -> 0.9.4 @@ -20,6 +20,6 @@ -Migrating your existing RefDB installation from 0.9.5 to 0.9.6-preX -=================================================================== +Migrating your existing RefDB installation from 0.9.5 to 0.9.6 +============================================================== __________ @@ -32,4 +32,8 @@ databases. +To add some additional hassle, the libdbi drivers were renamed as of +version 0.8.1. If you upgrade from libdbi-drivers-0.7.x, the old +drivers may still be around and lead to confusing problems. + _________ Procedure @@ -60,5 +64,11 @@ please use refdb.dump.mysql41. -- Now install 0.9.6-preX. Make sure to restart refdbd. +- deinstall libdbi-drivers 0.7.x. If you built the drivers from + source, remove all existing driver files in /usr/local/lib/dbd (or + wherever you installed them). + +- install libdbi-0.8.1 and libdbi-drivers-0.8.1 + +- Now install 0.9.6. Make sure to restart refdbd. - Add your styles using the refdba command addstyle: |