On Mon, Nov 17, 2008 at 5:49 AM, Carmel Young <carmely.cunima@googlemail.com
wrote:
---------- Forwarded message ---------- From: Carmel Young <carmely.cunima@googlemail.com> Date: Mon, 17 Nov 2008 08:25:28 +0200 Subject: transferring data from Windows 2.2.9 to Linux 3.0.0 To: koha@lists.katipo.co.nz
Received the following advice from the list (thanks heaps!!!), but can't follow the link in No. 3.
Koha mailing list Koha at lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Yes, you will. There is a tool called MySQL Query Browser that you can use to back up your 2.2.9 database. Then, here's what you have to do:
1. Recreate the 2.2.9 database on the Linux system, using the backup file that you transferred like so: mysql -u root -p koha < backup.sql (where koha is the name of your database and backup.sql is the backup file) 2. Install Koha 3.0.0 on the Linux system 3. Then follow this guide: http://wiki.koha**.org/doku.php?id=22_to_30
-- Jesse Weaver Software Developer, LibLime
Any suggestions> Is the link good?
Carmel Young
P.S. I have added your name, Galen, because my posting bounced. Said I wasn't a member of the list, but I seem to be getting the emails no problem! _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Sorry, Carmen; apparently the formatting of that link got somewhat garbled. Here it is: http://wiki.koha.org/doku.php?id=22_to_30 Also, you should technically install 3.0 on the Linux system _after_ you recreate the database. Good luck, -- Jesse Weaver Software Developer, LibLime