- Apna Bhai Hai Na (अपना भाई है ना)

Tuesday, 20 August 2019

       Koha Manual Backup Enabling

Koha enabling export database function in koha tool box showing option.


Enable database or configuration option in koha tools. 
> Open Terminal and type this command.
Sudo gedit /etc/koha/sites/library/koha-conf.xml

select line number 291 (ctrl+F) type-291.

Enable database backup and change the line.
simple changing ("0" to "1")

<backup_db_via_tools>0</backup_db_via_tools> 
<backup_db_via_tools>1</backup_db_via_tools>  

Enable database backups via tools
<backup_conf_via_tools>0</backup_conf_via_tools>
<backup_conf_via_tools>1</backup_conf_via_tools>

change and sevede 


After changin save your file and system and server reboot.

Koha Database Backup configration file
logine your staff interface 
go to tools option 
and click Export data

No comments:

Post a Comment