3 Oct
2008
3 Oct
'08
7:15 p.m.
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.