[Koha] Reservoir records deletion

Hira Akram hira.akram at almusnet.com
Fri Aug 10 17:04:03 NZST 2018


I have used 1 as days value but records are still there. Reservoir is not getting empty.

From: Mark Alexander
Sent: Thursday, August 9, 2018 6:23 PM
To: koha
Subject: Re: [Koha] Reservoir records deletion

Excerpts from Hira Akram's message of 2018-08-09 17:30:07 +0500:
> I want to delete all biblio records from my koha but they are still appearing in reservoir. How to remove them? I have deleted them from catalogue and they are not imported so I cant clean the batch.

This is how I did it:

  koha-shell LIB  # LIB is your Koha instance name
  /usr/share/koha/bin/cronjobs/cleanup_database.pl --import 60 -v

Here is what the --help option says about this:

   --import DAYS      purge records from import tables older than DAYS days.
                      Defaults to 60 days if no days specified.

Also see:

  http://koha.1045719.n5.nabble.com/Biblios-in-reservoir-td5965405.html
_______________________________________________
Koha mailing list  http://koha-community.org
Koha at lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha



More information about the Koha mailing list