[Koha] cleanup_database.pl

Tom Hanstra tom at nd.edu
Fri Oct 14 08:46:21 NZDT 2011


I'm not sure if this is a bug or a problem in how I'm running the 
clean_database.pl script...

Running the script, it says the sessions are going to be purged:

$ PERL5LIB=$PERL5LIB $KOHA_CRON_PATH/cleanup_database.pl -v --sessions 
--sessdays 2
Session purge triggered with days>2.
0 sessions were deleted.
Done with session purge with days>2.

But there are sessions older than 2 days:

mysql> select * from sessions;
| 00000ea4915d23eff57160797fdd1d55 | ---
_SESSION_ATIME: '1315496500'
_SESSION_CTIME: '1315496500'
_SESSION_ID: 00000ea4915d23eff57160797fdd1d55
...

and Unix time stamp '1315496500' translates to 'Thu, 08 Sep 2011 
15:41:40 GMT'.

Did I miss something??

Tom

-- 

-----------------------------------------------------------------------------
      Tom Hanstra                              Systems Administrator
      Hesburgh Libraries of Notre Dame         Phone: (574)631-4686
      213 Hesburgh Library                     Email: tom at nd.edu
      Notre Dame, IN  46556

                         Please stop, I'm bored.
                                                Miss Sweetie Poo
-----------------------------------------------------------------------------



More information about the Koha mailing list