Hello, We did a backup of the file structure as you recommended on our machine. The upgrade for rc went wrong and I now get error 500 for both opac and intranet. I can give more information about our upgrade if anyone is interested. The question is how can I restore koha from the file structure (usr and etc) with a clean instalation (we used koha live cd r5) and if this is not possible anymore how can I extract our previous databases and put them the new instalation. We use Unimarc here. Hope you can help. Hugo Rodrigues Librarian Biblioteca da Metropolitana --- Message: 5 Date: Tue, 5 Oct 2010 11:54:16 -0300 From: Tomas Cohen Arazi <tomascohen@gmail.com> Subject: Re: [Koha] How to upgrade 3.0 to 3.2 To: Yatheesh Y <yatheeshb@gmail.com> Cc: Koha@lists.katipo.co.nz Message-ID: <AANLkTimNHEGi2YGZfraa+=B7B8_ONs0rk9MaCDnCs0Mg@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 2010/10/5 Yatheesh Y <yatheeshb@gmail.com>:
hello
we are using 3.0 koha on ubunta? I want migrate? 3.2? what is process
As when you installed your koha you should read the file INSTALL.ubuntu from your install sources. Specifically the section named 'UPGRADE'. I'd add the recommendation of making a backup of your filesystem and database, just in case. If you have a normal 'standard' koha install this could be sthing like: mysqldump -pPASS -uUSER DBNAME > kohadb-20101005.sql tar cvzf koha-backup-20101005.tar.gz /etc/koha /usr/share/koha kohadb-20101005.sql To+