LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Laxman Prasad updated their profile
12 hours ago
Dr. U. PRAMANATHAN posted an event

Final Call for Papers: CALIBER-2025. at Sri Venkateswara University, Tirupati, Andhra Pradesh

November 17, 2025 at 9am to November 19, 2025 at 5pm
13 hours ago
Dr. U. PRAMANATHAN posted blog posts
13 hours ago
Dr. U. PRAMANATHAN posted a discussion
13 hours ago
Profile Iconsrinivas cherukupalli, Dr. R. Vijaya Kumar, Williams Demello and 88 more joined LIS Links
14 hours ago
Alekha Karadia posted a blog post
yesterday
Profile IconRAMAKANTA SAHU, Rajendra Dhiman, Dr H Nayana and 6 more joined LIS Links
Monday
Pradeep Kumar Singh posted a discussion
Monday
Rathod Pradip J. joined Dr. Badan Barman's group
Monday
Rathod Pradip J. joined Dr. Badan Barman's group
Monday
Dr. Anil Kumar Jharotia left a comment for Bibhuti Nath Jha
Monday
Dr. Anil Kumar Jharotia left a comment for ANEETA SAXENA
Monday
Dr. Anil Kumar Jharotia updated their profile
Monday
Dr. Anil Kumar Jharotia is now friends with T VINAY GOUTHAM, santosh kumar srivastava, kashif and 7
Monday
Dr. Anil Kumar Jharotia replied to Dr. Anil Kumar Jharotia's discussion BEST PRACTICING LIBRARIAN AWARD
Monday
Sanjay Kumar Gola and M.MANI are now friends
Saturday
Misal Pravin Raya updated their profile
Saturday
Pravin Misal updated their profile
Saturday
ALOK KUMAR is attending Sourav Debnath's event
Thumbnail

Online National workshop on Library Management using Open Source Software at Dhanbad

June 16, 2025 at 10am to June 20, 2025 at 5pm
Jun 12
RAMESH replied to Dr. Anil Kumar Jharotia's discussion BEST PRACTICING LIBRARIAN AWARD
Jun 12

Dear Professionals,
Can I request you to kindly help me with "How to Take a Backup of Koha 18.05"? It is urgent.
Kind Regards,

Sugandha Bajaj.

Views: 535

Reply to This

Replies to This Forum

To get all the data, use:

mysqldump -u kohaadmin -p koha > mydatadump.sql

  • -u specifies the user to log in to MySQL as, in this case kohaadmin
  • -p makes mysqldump prompt for the password
  • koha is the name of the database

To take a back up of your koha system, first you need the following information:

1. Mysql username and password.

Normally the username is root and password is whatever you have given at the time of installation.

Hope you have Ubuntu as operating system:

Open a Terminal and type : sudo su

enter the password:

After entering the password you will be in your desktop: 

mysql

It will take you to mysql prompt.

show databases;

this will show all the databases. notedown the name of your koha instance. Normally it will be koha_library

use koha_library;

database changed message will appear.

mysqldump -u root -p koha_library >koha_library_backup.sql;

(> this arrow is important)

enter your password:

here enter the mysql password.

Depending upon the site of the database, it takes some time to finish.

(the power button of the computer will be blinking continuously because it is working in the background.)

Once it is finished, the prompt will appear.

exit

to close the terminal.

all mentioned in bold letters are commands to bee typed on the terminal.

On your desktop you will see koha_library_backup.sql; (that is the name we have given to the backup file)

 

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop