[Koha-bugs] [Bug 9286] Add script to add a bib to the zebra queue from the command line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 27 10:09:54 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9286

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #13 from Chris Cormack <chris at bigballofwax.co.nz> ---
 misc/mod_zebraqueue.pl -a 1

 select * from zebraqueue where done=0;
+----+--------------------+---------------+-----------------+------+---------------------+
| id | biblio_auth_number | operation     | server          | done | time      
         |
+----+--------------------+---------------+-----------------+------+---------------------+
|  1 |                  1 | specialUpdate | authorityserver |    0 | 2013-05-27
20:07:39 |
+----+--------------------+---------------+-----------------+------+---------------------+


misc/mod_zebraqueue.pl -b 1

|  2 |                  1 | specialUpdate | biblioserver    |    0 | 2013-05-27
20:08:47 |

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list