On Wed, 13 Nov 2013, [email protected] wrote: > But the search page still lists 181 records, like before. In the > search results, these are now empty, though.
You will have to run webcoll in order to recreate the cache: $ sudo -u www-data /opt/invenio/bin/webcoll -u admin -f > inveniogc, bibindex, bibrank, webcoll, bibsort are running in auto > mode. What’s missing? What was missing was probably the force mode (-f). Otherwise webcoll would not notice that there are record changes. (since records hard-disappeared) > BTW: Maybe it would make sense to add the hints about deleting to the > „Howto run“ page? I attach my writeup to copy from, if you like. Yes, we should document the steps. A nice topic for our Howto corner? http://invenio-software.org/wiki/HowTo Note that if you would like to wipe everything related to test records from your instance, there is: $ cat modules/miscutil/sql/tabbibclean.sql | /opt/invenio/bin/dbexec followed by something like: $ sudo rm -rf /opt/invenio/var/data/files/* $ sudo rm -rf /opt/invenio/var/data/comments/* etc. (In case you don't want to use ``inveniocfg --remove-demo-records''.) Best regards -- Tibor Simko

