Latest Activity

Dr. Ashis Biswas might attend Dr. Ashis Biswas's event
Thumbnail

RESCOMM 2025: Research Communication Conclave at Ashoka University

December 17, 2025 at 9am to December 19, 2025 at 6pm
7 hours ago
Dr. Ashis Biswas posted events
12 hours ago
Parthasarathivamanan.K posted an event

International Conference at Hybrid Mode (Offline and Online)

December 12, 2025 at 9am to December 13, 2025 at 6pm
12 hours ago
Profile IconUchenna Okafor, Pradeepa Suresh, Thakare Ajay Goma and 1 more joined LIS Links
12 hours ago
Dr. Ashis Biswas updated their profile
Wednesday
KUNAL GAURAV updated their profile
Wednesday
Profile IconRajasri Jayavel, SHEEBA S, MD NEYAZ HUSSAIN and 1 more joined LIS Links
Wednesday
A. A. T. Hasan posted a discussion
Monday
SWAPNA SOURAV is now a member of LIS Links
Monday
Dr. Yogesh Subhashrao Kantale updated their profile
Nov 8
Dr. U. PRAMANATHAN posted blog posts
Nov 7
Dr.T.Sureshkumar shared their event on Facebook
Nov 7
Dr.T.Sureshkumar shared their event on Facebook
Nov 7
Dr.T.Sureshkumar posted an event
Nov 6
Profile IconAkash Pathave and Prangyasini Nayak are attending Dr. Jagadish Bujugundala's event

One Day National Workshop on One Nation One Subscription for Research Excellence at Government Degree College, Mulugu,

November 7, 2025 all day
Nov 6
Prangyasini Nayak is attending neema shukla's 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
Nov 6
Dr. U. PRAMANATHAN posted a blog post
Nov 6
shekar.H.P posted an event
Thumbnail

International Conference on Readers are Leaders at Siddaganga Institute of Technology (SIT), Tumkur

February 26, 2026 at 3pm to February 28, 2026 at 6pm
Nov 6
Dr. Badan Barman updated an event

28th National Convention on Knowledge, Library and Information Networking (NACLIN 2025) at Hotel Lemon Tree Premier, City Center, Pune

December 3, 2025 at 9pm to December 5, 2025 at 6pm
Nov 6
Dr. Badan Barman updated an event
Nov 6

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

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