[Koha] Reservoir records deletion
Mark Alexander
marka at pobox.com
Fri Aug 10 01:22:56 NZST 2018
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
More information about the Koha
mailing list