upgrade from 1.3.2 to 2.0
Hello Koha Folks! It is summer, and time for our school KOHA upgrade from 1.3.2 to 2.0! I have 2.0 installed and working on a new machine, and I have left the old 1.3.2 library machine in place -untouched- until I complete the transition - just to be sure the data is safe. My plan is to save the data on the old machine using mysqldump - then transfer it to the new machine. As of my last inquiry about the process of upgrading (August 2003) there was no script that would completely handle the process. At that point, upgrading involved: * run update database * import MARC parameter tables * modify MARC parameter tables * run updatedb2marc.pl Should I still use this process? Would I start by importing my old database into mysql? Are the above commands included with 2.0? Are there documents available to help with the upgrade from 1.2.3 to 2.0? I have been promising our librarian an upgrade for a year now -- any suggestions would be greatly appreciated! Robert Maynord Immaculate Heart of Mary School
Robert Maynord a écrit :
Hello Koha Folks!
It is summer, and time for our school KOHA upgrade from 1.3.2 to 2.0! I have 2.0 installed and working on a new machine, and I have left the old 1.3.2 library machine in place -untouched- until I complete the transition - just to be sure the data is safe. My plan is to save the data on the old machine using mysqldump - then transfer it to the new machine.
As of my last inquiry about the process of upgrading (August 2003) there was no script that would completely handle the process. At that point, upgrading involved:
* run update database * import MARC parameter tables * modify MARC parameter tables * run updatedb2marc.pl
Should I still use this process?
yes.
Would I start by importing my old database into mysql?
yes, of course.
Are the above commands included with 2.0?
MARC parameters tables are in scripts/misc/marc_datas/marc21_en updatedb2marc.pl is in scripts/misc/
Are there documents available to help with the upgrade from 1.2.3 to 2.0?
no everything is done by the updatedatabase, except MARC populating, that's why you must populate the DB manually. -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
Paul: Thank you for your response! I followed the suggested procedure, and it went mostly as planned. However, I came across a few glitches--- * After installing Koha 2.0, I deleted the tables in the Koha database, and imported the data from our old Koha - all went well. * I then ran updatedatabase from /scripts/misc/updater -- all went well. * After using mysqldump to import the MARC parameter tables (it took about 10 minutes to complete) I opened Koha to see about modifying the MARC tables. However, there were no default tags listed anywhere - even in the pull-down selectors. So, I checked the database -- and there were MARC tables there, along with my original data. I was unsure what to modify at this point, so I continued to the next step. * There was no updatedb2marc.pl script in my /scripts/misc directory. However, there was a koha2marc script. I assumed this was the new name for updatedb2marc.pl, and so I used it. (The process took about 10 mins) * When I finally ran Koha, the OPAC seemed to work fine, searching/finding/and displaying books in our catalogue. * However, in the INTRANET, the MARC search has no fields or subfields. Under Parameters, there are no MARC tags for Structure or Links. * I ran a MARC check, and it says that itemnum, itemtype, homebranch, holdingbranch, biblio and biblionumber are not mapped. As far as I can discern, there are four possible solutions to my problem: 1) Find updatedb2marc.pl somewhere since it did not come with my distribution. 2) Use something other than mysqldump for importing the parameter tables. 3) Perhaps I was supposed to add tags after adding the MARC parameter tables, and I didn't know how. 4) Perhaps everything went as it is supposed to, and now I have to find a way to fix the items that aren't mapped. I have no idea how to do this. Anyway, this is an update of today's work.... Thanks again! Robert
Robert Maynord a écrit :
Hello Koha Folks!
It is summer, and time for our school KOHA upgrade from 1.3.2 to 2.0! I have 2.0 installed and working on a new machine, and I have left the old 1.3.2 library machine in place -untouched- until I complete the transition - just to be sure the data is safe. My plan is to save the data on the old machine using mysqldump - then transfer it to the new machine.
As of my last inquiry about the process of upgrading (August 2003) there was no script that would completely handle the process. At that point, upgrading involved:
* run update database * import MARC parameter tables * modify MARC parameter tables * run updatedb2marc.pl
Should I still use this process?
yes.
Would I start by importing my old database into mysql?
yes, of course.
Are the above commands included with 2.0?
MARC parameters tables are in scripts/misc/marc_datas/marc21_en updatedb2marc.pl is in scripts/misc/
Are there documents available to help with the upgrade from 1.2.3 to 2.0?
no everything is done by the updatedatabase, except MARC populating, that's why you must populate the DB manually.
On 2004-06-29 21:36:31 +0100 Robert Maynord <maynord@terracom.net> wrote:
As of my last inquiry about the process of upgrading (August 2003) there was no script that would completely handle the process.
Was that after the koha.upgrade script appeared in the distribution? Basically, I would start by importing your old data and copying your old koha files, then running koha.upgrade and trying to catch what breaks. There is still little documentation, especially about "once-only" tasks like upgrading, but I try to link what I find from http://www.ttllp.co.uk/koha/ -- MJR/slef My Opinion Only and not of any group I know http://www.ttllp.co.uk/ for creative copyleft computing "To be English is not to be baneful / To be standing by the flag not feeling shameful / Racist or partial..." (Morrissey)
participants (4)
-
MJ Ray -
Paul POULAIN -
Robert Maynord -
Robert Maynord