[Koha] Koha backup

2025-02-05 Thread Michael Kuhn
Hi Amina You wrote: > Please how do I handle a backup in my library? This depends on the kind of backup you want to create. I suggest the following: 1. Read the sections on the commands "koha-dump" and "koha-run-backups" here: https://wiki.koha-community.org/wiki/Commands_provided_by_the_D

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-12 Thread muiru james
Your koha-conf.xml had a blank . On Fri, Mar 12, 2021 at 4:27 PM Tomas Cohen Arazi wrote: > What was it? > > El vie, 12 mar 2021 a las 10:17, muiru james () > escribió: > >> The backups issue was resolved. >> >> Thanks you >> >> On Wed, Mar 10, 2021 at 11:18 AM muiru james >> wrote: >> >> > Hel

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-12 Thread Tomas Cohen Arazi
What was it? El vie, 12 mar 2021 a las 10:17, muiru james () escribió: > The backups issue was resolved. > > Thanks you > > On Wed, Mar 10, 2021 at 11:18 AM muiru james wrote: > > > Hello team, > > > > I have a system that has no backups to download at the export data, > > backups in the tools m

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-12 Thread muiru james
The backups issue was resolved. Thanks you On Wed, Mar 10, 2021 at 11:18 AM muiru james wrote: > Hello team, > > I have a system that has no backups to download at the export data, > backups in the tools module. The config file is well edited to allow for > the backups via tools. > > What could

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
The folder is empty On Wed, Mar 10, 2021 at 5:06 PM Indranil Das Gupta wrote: > That is what it is supposed to do. Check under /var/spool/koha/instance if > files have been created. > > > On Wed, 10 Mar, 2021, 6:37 pm muiru james, wrote: > > > Nothing seems to happen on running the command - su

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
That is what it is supposed to do. Check under /var/spool/koha/instance if files have been created. On Wed, 10 Mar, 2021, 6:37 pm muiru james, wrote: > Nothing seems to happen on running the command - sudo koha-run-backups > > It just returns to the user home path immediately > > Regards > Jame

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Nothing seems to happen on running the command - sudo koha-run-backups It just returns to the user home path immediately Regards James On Wed, Mar 10, 2021 at 3:11 PM Indranil Das Gupta wrote: > Ummm... could be a permissions issue. Try to run the command: > > sudo koha-run-backups > > from t

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
Ummm... could be a permissions issue. Try to run the command: sudo koha-run-backups from the terminal and see if it works. On Wed, 10 Mar, 2021, 5:23 pm muiru james, wrote: > Hi > > The config file is enabled. > > Could it be that the installation was not done as root? Because when I > tried o

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Hi The config file is enabled. Could it be that the installation was not done as root? Because when I tried opening the config file using leafpad, I got a warning that the file is not owned by root. Regards James On Wed, 10 Mar 2021, 11:41 Indranil Das Gupta, wrote: > The option to downloa

Re: [Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread Indranil Das Gupta
The option to download the database from the Tools menu depends on two things: a) the koha-run-backups script needs to run via the daily cron job to generate the file under /var/spool/koha/ b) the relevant config option needs to be enabled in koha-conf.xml You need to check if a) koha-run-backup

[Koha] (koha) BACKUP KOHA VIA TOOLS

2021-03-10 Thread muiru james
Hello team, I have a system that has no backups to download at the export data, backups in the tools module. The config file is well edited to allow for the backups via tools. What could be the problem? Koha version is 19.05 Ubuntu 16.04 Please help Warm Regards James _

[Koha] koha backup issue mariadb 10.4

2020-09-11 Thread vinod mishra
Hello Installed fresh Koha 20.05 for some testing on ubuntu 18.05 everything seems well but automatic default backup creating in /var/spool/koha/library is missing even running the backup.sh file manually does not generate any backup. Please not 10.4 MariaDB does not allow to set a root password

Re: [Koha] Koha backup vs -SQL backup

2019-06-20 Thread Paul A
On 2019-06-20 11:34 a.m., Indranil Das Gupta wrote: On Thu 20 Jun, 2019, 8:13 PM Yatheesh lis, wrote: Hi 1) what is deferencece B/w Koha backup vs -SQL backup. None. It's the same MySQL database if you are talking about the database backup generated by koha-run-backups script. Respectfully,

Re: [Koha] Koha backup vs -SQL backup

2019-06-20 Thread Indranil Das Gupta
On Thu 20 Jun, 2019, 8:13 PM Yatheesh lis, wrote: > Hi > > 1) what is deferencece B/w Koha backup vs -SQL backup. > None. It's the same MySQL database if you are talking about the database backup generated by koha-run-backups script. However, the defaults used may be different, for example wheth

[Koha] Koha backup vs -SQL backup

2019-06-20 Thread Yatheesh lis
Hi 1) what is deferencece B/w Koha backup vs -SQL backup. 2) I have taken backup through koha and imported other system but it shows only biblio records with out any item details why? 3) to import -SQL backup should I know database name? ___ Koha mailing

Re: [Koha] Koha Backup

2018-08-09 Thread Katrin Fischer
Hi Hira, if you are using Koha's tools for backup, it will dump all the data in your database, including the configuration. But it's always good to take a look at the files created by backup and test them. Hope that helps, Katrin On 09.08.2018 09:23, Hira Akram wrote: Hi All, Can anyone p

[Koha] Koha Backup

2018-08-09 Thread Hira Akram
Hi All, Can anyone please tell me asap Does Koha backup includes configurations also or data only? For example if I have configured Z servers for copy cataloging after backup, ill it remain there after deployment of that backup or not?? Kind regards, Hira Akram ___

Re: [Koha] koha backup

2015-01-07 Thread Robin Sheat
prasad gunasena schreef op di 23-12-2014 om 12:58 [+0530]: > is there a system or method to copy koha backup locate in > var/spool/koha/library. there are plenty, but it depends on your infrastructure. Some examples might be: * mounting a filesystem from another server, and copying them to

[Koha] koha backup

2014-12-22 Thread prasad gunasena
dear all, is there a system or method to copy koha backup locate in var/spool/koha/library. thanking you With regards, prasad gunasaena Colombo Public Library ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo

Re: [Koha] Koha Backup

2013-09-23 Thread chandru1782
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-Back

Re: [Koha] Koha Backup (chandru1782)

2013-09-22 Thread Sunil Kumar
om: chandru1782 To: koha@lists.katipo.co.nz Subject: [Koha] Koha Backup Message-ID: <1379760134672-5771359.p...@n5.nabble.com> Content-Type: text/plain; charset=us-ascii 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,

Re: [Koha] Koha Backup

2013-09-22 Thread Paul
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

Re: [Koha] Koha Backup

2013-09-22 Thread chandru1782
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, IND

Re: [Koha] Koha Backup

2013-09-22 Thread chandru1782
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,

Re: [Koha] Koha Backup

2013-09-21 Thread Olugbenga Adara
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 fres

Re: [Koha] Koha Backup

2013-09-21 Thread Paul
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 fro

[Koha] Koha Backup

2013-09-21 Thread chandru1782
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 fres