Paul:

Thank you for your response!  I followed the suggested procedure, and it went mostly as planned.  However, I came across a few glitches---

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.