5 Oct
2010
5 Oct
'10
4:54 p.m.
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+