Dear Friends,<br><br>See the method I tried to upgrade Koha 2.2.x to Koha 3.x.<br><br>I extorted bibliographic details as CSV format from database using SQL  query trough PhpMyAdmin.<br>Then converted CSV file to MARC 21 using MarcEdit software.<br>
I imported marc records in Koha 3.x version.<br><br>In the same way,  I exported patron details and imported in new koha installation<br><br>But,  I missed old transaction details.<br><br>But I could retrieve most of the data using above mentioned way.<br>
<br>Here is the SQL script, after necessary changes you can make use this for your purpose,<br><br>items.barcode,items.dateaccessioned,items.itemcallnumber,biblioitems.isbn,biblio.author,biblio.title,biblioitems.pages,biblioitems.publishercode,biblioitems.place,biblio.copyrightdate
 <br>FROM items <br>LEFT JOIN biblioitems ON (items.biblioitemnumber=biblioitems.biblioitemnumber) <br>LEFT JOIN biblio ON (biblioitems.biblionumber=biblio.biblionumber) <br>ORDER BY items.barcode ASC<br><br>Regards,<br clear="all">
<br>-- <br>Vimal Kumar V.<br>Mahatma Gandhi University Library<br>Kottayam, Kerala- 686 560<br>Web: <a href="http://www.vimalkumar.org" target="_blank">www.vimalkumar.org</a><br>Blog: <a href="http://vimalkumar.oksociety.in" target="_blank">http://vimalkumar.oksociety.in</a> <a href="http://linuxhalwa.blogspot.com" target="_blank">http://linuxhalwa.blogspot.com</a><br>
---------------------------------------------------------------------------<br>"I forget what I was taught. I only remember what I have learnt"<br>-Patrick White<br>