saving . . . saved what is the procedure of backup & restore has been deleted. what is the procedure of backup & restore has been hidden .
what is the procedure of backup & restore
Title
Question
what is the procedure of backup & restore

Koha-Library-Management-System General None min None sec 01-10-18, 1:01 p.m. pvpitadmin

Answers:

We will create Tutorial on this topic till then you can refer the \r\nbelow given source for the steps to be followed for Koha data backup and\r\n restore.
https://wiki.koha-community.org/wiki/Backing_up_Koha
07-10-18, 11:14 a.m. manju


Backup:
1. If you want to take backup of biblios, authority you can export from super admin panel while Following on
Login using super librarian > Home > Tools > Export data > Export Bibliographic records/ authority Records.
it will download .mrc file which contains biblio data.
2. as mentioned above comment you can take a backup of database using mysqldump command as follow:
mysqldump -u databaseUser -p databasename > mykohabackup.sql (press entry)
it will ask you password please enter the database password

Restore:
1. To Restore follow the following steps
Login using super librarian > Home > Tools > Stage MARC records for import
Upload your .mrc file once uploaded successfully click on manage the staged
wait till complete it.
2. To restoring database backup execute the following command:
mysql -u databaseUser -p databasename < mykohabackup.sql (press entry)

Note:make sure databasename should be same as instance name
29-10-18, 12:40 p.m. vksharma


Log-in to answer to this question.