Dear all, I have made a fresh install of Koha 3.12.4 on a Debian machine X, with all the optional set of patrons, libraries, itemtypes etc.,. I have another instance of Koha running in a seperate Debian machine Y. Now I want to restore the data from Y to X without any change to the data in my fresh install X. I request some of the experts here to help me out with the above problem. Thanking you, A. Chandrashekaran School of Mathematics and Computer Sciences Central University of Tamil Nadu Tiruvarur, INDIA -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Backup-tp5771359.html Sent from the Koha-general mailing list archive at Nabble.com.
At 03:42 AM 9/21/2013 -0700, chandru1782 wrote:
Dear all,
I have made a fresh install of Koha 3.12.4 on a Debian machine X, with all the optional set of patrons, libraries, itemtypes etc.,. I have another instance of Koha running in a seperate Debian machine Y. Now I want to restore the data from Y to X without any change to the data in my fresh install X.
I request some of the experts here to help me out with the above problem.
DUMP you@Y:/$ cd /var/lib/mysql mysqldump --user=[koha] --password=[pw] koha_db_name > /wherever_you_want_it/koha_db_name_dump.sql RESTORE you@X:/$ cd /var/lib/mysql mysqldump --user=[koha] --password=[pw] koha_db_name < /wherever_you_have_it/koha_db_name_dump.sql Best - Paul
Dear Paul, I have done the same thing earlier and what happened is the following. I lost data and settings in X and got all data and settings of Y. Thanks a lot for your reply. ----- A. Chandrashekaran School of Mathematics and Computer Sciences, Central University of Tamil Nadu Tiruvarur, INDIA -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Backup-tp5771359p5771432.html Sent from the Koha-general mailing list archive at Nabble.com.
Dear Olubenga Adara, I will try your solution and let you know the result. Further is it possible to export my fines and circulation history to the new install. Thanks a lot, ----- A. Chandrashekaran School of Mathematics and Computer Sciences, Central University of Tamil Nadu Tiruvarur, INDIA -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Backup-tp5771359p5771433.html Sent from the Koha-general mailing list archive at Nabble.com.
At 09:17 PM 9/21/2013 -0700, chandru1782 wrote:
Dear Paul, I have done the same thing earlier and what happened is the following. I lost data and settings in X and got all data and settings of Y.
Your original request was: "I want to restore the data from Y to X without any change to the data in my fresh install X." You now mention "settings"; some things like biblio frameworks might be recorded by Koha as data; many other "settings" are in independent [config] files outside the database. A "fresh install" really has no data (in a "library" sense); what did you "lose"? Paul
Thanks a lot for your reply.
----- A. Chandrashekaran School of Mathematics and Computer Sciences, Central University of Tamil Nadu Tiruvarur, INDIA -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Backup-tp5771359p5771432.html Sent from the Koha-general mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--- Maritime heritage and history, preservation and conservation, research and education through the written word and the arts. <http://NavalMarineArchive.com> and <http://UltraMarine.ca>
I wanted lost the data(some amount of libraries and patrons) which I imported during the install. ----- A. Chandrashekaran School of Mathematics and Computer Sciences, Central University of Tamil Nadu Tiruvarur, INDIA -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-Backup-tp5771359p5771519.html Sent from the Koha-general mailing list archive at Nabble.com.
Hi,
I have made a fresh install of Koha 3.12.4 on a Debian machine X, with all the optional set of patrons, libraries, itemtypes etc.,. I have another instance of Koha running in a seperate Debian machine Y. Now I want to restore the data from Y to X without any change to the data in my fresh install X.
I am assuming you want to keep your configuration and data already in X and only import data from Y into X. If that is the case, then you can go to the Tools, and click on "Export data". You would then be able to export out your bibliography and authority records. The next data you may want to get out will be patrons record. For that you will need to generate a report that you can download. You will then need to import the biblios and authority from the stage MARC for import link in Tools and also import your patrons from a link in the same Tools page. Cheers. Olugbenga Adara
participants (3)
-
chandru1782 -
Olugbenga Adara -
Paul