LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

preeti verma is now friends with amit sana and mandhata pratap singh
1 hour ago
MD SAFIQUR RAHAMAN and sandeep shukla are now friends
yesterday
RAKESH KUMAR updated their profile
Thursday
mukesh left a comment for Dr Nupur Srivastava
Thursday
mukesh left a comment for Dr Nupur Srivastava
Thursday
mukesh and Dr. Badan Barman are now friends
Thursday
Shakeel Ahmad Mir updated their profile
Oct 27
Dr. U. PRAMANATHAN posted a blog post
Oct 26
Dr. U. PRAMANATHAN posted an event
Oct 23
Dr. U. PRAMANATHAN is now friends with Sumit Sundar Ray and HINGE RAMAKANTH
Oct 23
Dr. Sheel Bhadra Yadav posted an event

Request to Participate in Research Study on AI Adoption in LIS at India

October 19, 2025 at 6pm to November 30, 2025 at 7pm
Oct 23
Dr. O Seshaiaih posted a discussion
Oct 23
Dr. N K Pachauri posted a discussion
Oct 23
Dr. U. PRAMANATHAN posted a discussion
Oct 23
Dr.Stephen.G updated their profile
Oct 21
Dr.Stephen.G and KADARI NAVEEN KUMAR are now friends
Oct 21
Dr. Sheel Bhadra Yadav updated their profile
Oct 18
jignesh nakum updated their profile
Oct 16
Dr. Badan Barman posted a blog post
Oct 15
Dr. Nilanjana Purkayastha posted an event
Thumbnail

ICSSSM 2025: First International Conference on Smart Systems and Social Management at The Assam Royal Global University, Guwahati

November 6, 2025 to November 8, 2025
Oct 15

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: 557

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