LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

Shivaganga salotagi updated their profile
yesterday
Ankit Jaiswal updated their profile
Wednesday
S RAVI posted a status
Aug 24
S RAVI posted a status
""Call for Chapter Contribution in Editorial Book "…"
Aug 24
M Vineesh Kumar joined Dr. Badan Barman's group
Aug 15
Dr. REKHRAJ SAHU updated their profile
Aug 15
Manju Meerwal updated their profile
Aug 13
dibyajyoti patgiri and BITUPON DOLEY are now friends
Aug 11
preeti verma updated their profile
Aug 11
preeti verma is now friends with Mohit Garg, Dr. Badan Barman and Pramod S. Kerkar
Aug 11
KAJAL KUMARI RAO shared a profile on Facebook
Aug 10
MOHD ASHRAF updated their profile
Aug 10
Dr. Manash Esh updated their profile
Aug 8
Damodar Dashrath Waghmare updated their profile
Aug 8
KADARI NAVEEN KUMAR updated their profile
Aug 7
Dr. Rajesh Chutia updated their profile
Aug 5
Kapil Sunehria updated their profile
Aug 4
Kapil Sunehria and Millan Krushna Dutta are now friends
Aug 3
Dr. N. Kadiresan left a comment for Dr. Badan Barman
Aug 3
Chavda Jitendra Kumar Ambalal updated their profile
Aug 1

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

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