[Koha] Help: backup koha
David Nind
david.nind at gmail.com
Thu Jul 19 21:05:19 NZST 2012
On 19 July 2012 17:01, Richa Srivastava <richa.srivastava36 at gmail.com>wrote:
> Hi all
>
> Can anyone help how to take a backup of koha database- v3.0. Is there a
> difference in the process between v 3.0 and 3.06.<http://lists.katipo.co.nz/mailman/listinfo/koha>
>
If you mean backing up the MySql database there is no change.
>From the command line: mysqldump -uyouruser -pyourpassword databasename >
filename.sql
where:
youruser = your database user name
yourpassword = the password for your database user name
databasename = the name of your MySql database
filename.sql = whatever name you want to call the file with your data in it
(does not need the .sql)
See also: http://wiki.koha-community.org/wiki/Mysqldump_Library
If you mean upgrading from 3.0 to 3.6 read the INSTALL.* files as a
starting point for upgrading.
David Nind | david.nind at gmail.com
PO Box 12367, Thorndon, Wellington, New Zealand 6144
h. +64 4 9720 600 | m. +64 21 0537 847 | w. +64 4 8906 098
More information about the Koha
mailing list