I managed to get koha 3.0 on my screen. Yeah! However, I imported data from 2.2.9 to 3.0 with mysqldump and I can search for patrons but if I click on any of them, the system says the user doesn't exist. Searches for books do not return any results. The books are in the database. Did I miss doing something? And, would koha 3 be faster with zebra installed? It seems really slow, but that also could be because my test system is a not so knew pentium 3? Thanks, Marty
Marty -- I don't know what might be the problem with your patrons. You can probably get more info from your Error logs. Then connect with mysql on the command line and examine the borrowers table. Make sure that required fields are populated. You have to rebuild the index for books regardless of whether you use zebra or not. See: misc/migration_tools/rebuild_zebra.pl misc/migration_tools/rebuild_nozebra.pl Typical options are -b -a -z. This job is usually scheduled via crontab to automate rebuilding the index (assuming some new books are added regularly). Zebra certainly can improve performance for a library of any size, and is recommended. Your performance may be affected as much by drive speed as CPU, and some system profiling is the only way to know for sure. You can try watching the output of "top" (assuming you are on a linux-derivative platform) while you do Koha operations to see how much CPU is consumed. --Joe Atzberger On Mon, Oct 27, 2008 at 6:41 PM, Marty <ontariowolf64@yahoo.com> wrote:
I managed to get koha 3.0 on my screen. Yeah! However, I imported data from 2.2.9 to 3.0 with mysqldump and I can search for patrons but if I click on any of them, the system says the user doesn't exist. Searches for books do not return any results. The books are in the database. Did I miss doing something?
And, would koha 3 be faster with zebra installed? It seems really slow, but that also could be because my test system is a not so knew pentium 3?
Thanks,
Marty
Thanks Joe, I appreciate your help. However, I am less far than I was before. I had so many issues that I decided to reinstall. Big mistake. It insists now that "Access denied for user 'kohaadmin'@'localhost' (using password: YES)" I CAN connect to mysql from the commandline with the same password as in koha.conf, all permissions granted to kohaadmin. Is there another place it gets its password from? I am pulling my hair here. Maybe I should just wait for koha 3.0.1.... and hope for better. Marty --- On Tue, 10/28/08, Joe Atzberger <ohiocore@gmail.com> wrote:
From: Joe Atzberger <ohiocore@gmail.com> Subject: Re: [Koha] transfering data from 2.2.9 to koha 3.0 To: ontariowolf64@yahoo.com Cc: koha@lists.katipo.co.nz Date: Tuesday, October 28, 2008, 2:44 PM Marty --
I don't know what might be the problem with your patrons. You can probably get more info from your Error logs. Then connect with mysql on the command line and examine the borrowers table. Make sure that required fields are populated.
You have to rebuild the index for books regardless of whether you use zebra or not. See: misc/migration_tools/rebuild_zebra.pl misc/migration_tools/rebuild_nozebra.pl
Typical options are -b -a -z. This job is usually scheduled via crontab to automate rebuilding the index (assuming some new books are added regularly).
Zebra certainly can improve performance for a library of any size, and is recommended. Your performance may be affected as much by drive speed as CPU, and some system profiling is the only way to know for sure. You can try watching the output of "top" (assuming you are on a linux-derivative platform) while you do Koha operations to see how much CPU is consumed.
--Joe Atzberger
On Mon, Oct 27, 2008 at 6:41 PM, Marty <ontariowolf64@yahoo.com> wrote:
I managed to get koha 3.0 on my screen. Yeah! However, I imported data from 2.2.9 to 3.0 with mysqldump and I can search for patrons but if I click on any of them, the system says the user doesn't exist. Searches for books do not return any results. The books are in the database. Did I miss doing something?
And, would koha 3 be faster with zebra installed? It seems really slow, but that also could be because my test system is a not so knew pentium 3?
Thanks,
Marty
participants (2)
-
Joe Atzberger -
Marty