On 31 July 2012 16:59, Josh Mikow <joshmikow@gmail.com> wrote:
Hi Chris,
When I imported our database into the 3.6.4 system at the time I ran the following: koha-upgrade-schema <instancename> then koha-uprade-to-3.4 <instancename>
When I ran the 2nd command, the koha-upgrade-to-3.4 command kept returning a bunch of "Use of uninitialized value in pattern match (m//) at /usr/share/koha/lib/C4/Biblio.pm line 2953" . I asked and was told I could safely ignore those errors from the upgrade command.
I actually install KOHA using the apt-get packages on Debian. I've used that to keep it up to date and apply patches as they come out.
Cool, it is by far the easiest way to run Koha.
Do I need to try to re-run the upgrade to 3.4 or check any specific logs?
What you can do is in your report writer, write a report that does SELECT marcxml FROM biblioitems limit 5 That will get you 5 records, you can look at your marcxml and if it has 952 fields in it, the fields were not removed. Chris