[Koha] How to upgrade 3.0 to 3.2
Tomas Cohen Arazi
tomascohen at gmail.com
Wed Oct 6 03:54:16 NZDT 2010
2010/10/5 Yatheesh Y <yatheeshb at 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+
More information about the Koha
mailing list