LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Bilal Rabbani is now friends with Millan Krushna Dutta and Mhuammad Rafiq Akhtar
15 hours ago
Vinod Kumar Jain posted a blog post
23 hours ago
neema shukla posted an event
Thumbnail

International Conference on Libraries and Emerging Technologies for Smart Knowledge Ecosystems (ICLET 2025), at Jaipur,Rajasthan

November 14, 2025 at 9am to November 15, 2025 at 6pm
23 hours ago
Rohidas Rathod posted an event
23 hours ago
Hemanta Kumar Biswal posted an event
Thumbnail

4th International Symposium on Knowledge Engineering for Digital Library Design (KEDLD-2025) at Indian Institute of Technology, Kharagpur

November 3, 2025 to November 5, 2025
23 hours ago
SHIVAKUMARA BC posted a discussion
23 hours ago
Swati replied to Jayant Deshpande's discussion Librarian are forced to teach a subject
yesterday
OKE CHANDAN updated their profile
Wednesday
jai prakash kumar updated their profile
Tuesday
Rohidas Rathod updated their profile
Tuesday
Rohidas Bhimrao Rathod updated their profile
Tuesday
Rohidas Bhimrao Rathod updated their profile
Tuesday
Vinod Kumar Jain posted a status
"Required Library paid Intern @ 8000 PM for 6 Months for “Indexing Database”- in Delhi, 9818180051"
Monday
Vinod Kumar Jain posted a status
"Required Library Intern for “Indexing Database”- in Delhi"
Monday
Dr.Stephen.G commented on Dr.Stephen.G's event 'International Conference on Digital and Innovative Advancements for Sustainable Library Services'
Sunday
Dr.Stephen.G posted an event

International Conference on Digital and Innovative Advancements for Sustainable Library Services at Bharati Vidyapeeth’s Institute of Computer Applications & Management (BVICAM), New Delhi

August 29, 2025 at 10am to August 31, 2025 at 5pm
Sunday
Dr.Stephen.G posted a discussion
Sunday
Yogesh Kawale updated their profile
Jul 2
Peeyush Dwivedi posted a blog post
Jul 2
Ravithimmegowda posted a discussion
Jul 2

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

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