7 May
2013
7 May
'13
1:40 p.m.
To reproduce upgrade, restore db; sftp [...] koha-3.08.05.tar.gz and koha-3.08.10.tar.gz /home/paul; "untar" koha-3.08.10.tar.gz in /home/paul/; cp koha-3.08.10.tar.gz to /
Hey: untar 3.8.10 and copy 3.8.10 to root ??
koha@hardy:/$ ls -l / drwxrwxr-x 42 koha koha 4096 Feb 23 05:09 koha-3.08.10
Paul: If I read well what you are doing here, you are restoring your database to 3.8.5 and your code to 3.8.10 !! The 3.8.10 script cleanup_database does not complain about that; it does not really care about the exact version. It gets a db handle. It runs. But if you go to OPAC or staff, of course Koha will complain. The newer code sees the older database.. Mystery solved? Marcel