Someone who can point me to guidance for exporting Koha 2.2.9 stuff (all of it, biblio items, users, ...) and how to import it on another machine with 3.0? Is this possible? Can I run the 3.0 script found here on a 2.2.9 machine to export out the data? $ ls -l /usr/share/koha/bin/migration_tools/22_to_30/ total 48 -rw-r--r-- 1 koha koha 347 2008-08-08 14:56 biblio_framework.sql -rwxr-xr-x 1 koha koha 704 2008-08-08 14:56 convert_to_utf8.pl -rwxr-xr-x 1 koha koha 1846 2008-08-08 14:56 export_Authorities.pl -rwxr-xr-x 1 koha koha 1418 2008-08-08 14:56 export_Authorities_xml.pl -rwxr-xr-x 1 koha koha 2322 2008-08-08 14:56 missing090field.pl -rwxr-xr-x 1 koha koha 4418 2008-08-08 14:56 move_marc_to_authheader.pl -rwxr-xr-x 1 koha koha 5822 2008-08-08 14:56 move_marc_to_biblioitems.pl -rw-r--r-- 1 koha koha 1646 2008-08-08 14:56 phrase_log.sql -rwxr-xr-x 1 koha koha 1284 2008-08-08 14:56 rebuild_leader.pl -rwxr-xr-x 1 koha koha 1795 2008-08-08 14:56 rebuild_unimarc_100.pl How do I then run scripts from below to import my 2.2.9 data? $ ls -l /usr/share/koha/bin/migration_tools/ total 112 drwxr-xr-x 2 koha koha 4096 2008-10-03 12:27 22_to_30 -rwxr-xr-x 1 koha koha 12887 2008-08-08 14:56 build6xx.pl -rwxr-xr-x 1 koha koha 2615 2008-08-08 14:56 buildCOUNTRY.pl -rwxr-xr-x 1 koha koha 8686 2008-08-08 14:56 buildEDITORS.pl -rwxr-xr-x 1 koha koha 4054 2008-08-08 14:56 buildLANG.pl -rwxr-xr-x 1 koha koha 5387 2008-08-08 14:56 bulkauthimport.pl -rwxr-xr-x 1 koha koha 6889 2008-08-08 14:56 bulkmarcimport.pl -rwxr-xr-x 1 koha koha 767 2008-08-08 14:56 fix_onloan.pl -rwxr-xr-x 1 koha koha 3336 2008-08-09 18:05 merge_authority.pl -rwxr-xr-x 1 koha koha 12044 2008-08-08 14:56 rebuild_nozebra.pl -rwxr-xr-x 1 koha koha 31789 2008-08-08 14:56 rebuild_zebra.pl -rwxr-xr-x 1 koha koha 835 2008-08-08 14:56 upgradeitems.pl If anyone can list the steps down I'd very much appreciate it, and I might not be the only one. My machines at this case are both running Ubuntu 8.04. I found http://wiki.koha.org/doku.php?id=22_to_30 but I can't say that I understand too much of it... Cheers, /Thommy M. -- There's so much noise compared to signal looking for good Koha information...
Thommy M. a écrit :
Someone who can point me to guidance for exporting Koha 2.2.9 stuff (all of it, biblio items, users, ...) and how to import it on another machine with 3.0? Is this possible? Can I run the 3.0 script found here on a 2.2.9 machine to export out the data?
1- mysqldump your 2.2.9 DB 2- drop your empty 3.0 DB 3- mysql -ulogin -ppass koha3 <your_229_dump.sql 4- follow the steps at 22_to_30 to upgrade your DB correctly. -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc NOUVEAU TELEPHONE : 04 91 81 35 08
Paul POULAIN wrote:
Thommy M. a écrit :
Someone who can point me to guidance for exporting Koha 2.2.9 stuff (all of it, biblio items, users, ...) and how to import it on another machine with 3.0? Is this possible? Can I run the 3.0 script found here on a 2.2.9 machine to export out the data?
1- mysqldump your 2.2.9 DB 2- drop your empty 3.0 DB 3- mysql -ulogin -ppass koha3 <your_229_dump.sql 4- follow the steps at 22_to_30 to upgrade your DB correctly.
OK, that easy. Will try in the weekend and report back. Thanks.
Thommy M. wrote:
Paul POULAIN wrote:
Thommy M. a écrit :
Someone who can point me to guidance for exporting Koha 2.2.9 stuff (all of it, biblio items, users, ...) and how to import it on another machine with 3.0? Is this possible? Can I run the 3.0 script found here on a 2.2.9 machine to export out the data? 1- mysqldump your 2.2.9 DB 2- drop your empty 3.0 DB 3- mysql -ulogin -ppass koha3 <your_229_dump.sql 4- follow the steps at 22_to_30 to upgrade your DB correctly.
OK, that easy. Will try in the weekend and report back.
Unfortunately I have no luck with this as I can't understand what steps to follow. 1,2 and 3 from above is OK but then I'm stuck. I find no info on how to run this scripts, which of them to run, or in which order. I think I have to set up a new test system to play with but it takes soooo long to do a fresh install... Hmmm, must figure out how to do a clone in VirtualBox when XP is the host...
Hello Paul, does these steps work for 2.2.4 --> koha 3 ? Because Ia am also trying to upgrade from koha 2.2.4 to koha 3.0. Regards, Yohannes Mulugeta Addia Ababa University On Fri, Oct 3, 2008 at 6:38 PM, Paul POULAIN <paul.poulain@free.fr> wrote:
Thommy M. a écrit :
Someone who can point me to guidance for exporting Koha 2.2.9 stuff (all of it, biblio items, users, ...) and how to import it on another machine with 3.0? Is this possible? Can I run the 3.0 script found here on a 2.2.9 machine to export out the data?
1- mysqldump your 2.2.9 DB 2- drop your empty 3.0 DB 3- mysql -ulogin -ppass koha3 <your_229_dump.sql 4- follow the steps at 22_to_30 to upgrade your DB correctly.
-- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc NOUVEAU TELEPHONE : 04 91 81 35 08 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Yohannes Mulugeta Head, Computer & Information Retrieval Center Addis Ababa University Library System P.O.Box 1176 Addis Ababa, Ethiopia cell phone +251-(0)911 395 572 e-mail: yohannesmulu<AT>gmai.com yohannesmulu<AT>yahoo.com
Listers, I am aware of the following Koha installs in the South Pacific region (Polynesia, Melanesia, and Micronesia): - SOPAC (South Pacific Geosciences Commission), Fiji, version 3 (no URL available -yet) - SPC (Secretariat of the Pacific Community), New Caledonia, version 3 (http://opac.spc.int/cgi-bin/koha/opac-search.pl) - Cook Islands National Library, Cook Islands, version 2 (URL to be announced) - Nelson Memorial Public Library, Samoa, version 2 (http://www.nelsonlibrary.ws/) - Some FFA (Forum Fisheries Agency) libraries, Solomon Islands, version 2 (not on the Internet) Is anyone aware of any others in this part of the world - other than in Australia and New Zealand. What about in Hawaii? Thanks in advance for your help. -cht =-=-=-=-=-=-=-= Chris Hammond-Thrasher MLIS CISSP Library Systems Manager University of the South Pacific Library Suva, Fiji +679 3232233 hammondthrasher_c@usp.ac.fj
While this site doesn't list all installs, it does list a lot. http://www.librarytechnology.org/lwc-search-advanced.pl You can search by location to see if there are any others you didn't know about. --- Nicole C. Engard Open Source Evangelist, LibLime (888) Koha ILS (564-2457) ext. 714 nce@liblime.com AIM/Y!/Skype: nengard http://liblime.com http://blogs.liblime.com/open-sesame/ On Sun, Oct 5, 2008 at 5:38 PM, Chris Hammond-Thrasher < hammondthrasher_c@usp.ac.fj> wrote:
Listers,
I am aware of the following Koha installs in the South Pacific region (Polynesia, Melanesia, and Micronesia):
- SOPAC (South Pacific Geosciences Commission), Fiji, version 3 (no URL available -yet) - SPC (Secretariat of the Pacific Community), New Caledonia, version 3 ( http://opac.spc.int/cgi-bin/koha/opac-search.pl) - Cook Islands National Library, Cook Islands, version 2 (URL to be announced) - Nelson Memorial Public Library, Samoa, version 2 ( http://www.nelsonlibrary.ws/) - Some FFA (Forum Fisheries Agency) libraries, Solomon Islands, version 2 (not on the Internet)
Is anyone aware of any others in this part of the world - other than in Australia and New Zealand. What about in Hawaii?
Thanks in advance for your help.
-cht =-=-=-=-=-=-=-= Chris Hammond-Thrasher MLIS CISSP Library Systems Manager University of the South Pacific Library Suva, Fiji +679 3232233 hammondthrasher_c@usp.ac.fj
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (6)
-
"Thommy M. Malmström" -
Chris Hammond-Thrasher -
Nicole Engard -
Paul POULAIN -
Thommy M. -
Yohannes Mulugeta