On 2014-04-28 21:24, G Galitz wrote:
Hi.

To make a long story short, recently I had to restore my tasks.db on
an existing OpenVAS server.  Everything is working ok except the old
tasks and reports are not visible in the GSA.  The targets and scan
configs are all there, but not the tasks and reports.

All I did was restore via standard sqlite procedures ("sqlite
tasks.db < backup.sql") and rebuild OpenVAS.

What am I missing?

-G



Some quick checks:

* Are they really saved in the DB ?
Try these commands:
sqlite> select count(*) from reports;
sqlite> select count(*) from tasks;

* Are they "invisible" only in GSA ?
Try verifying with omp cli
eg. omp -u admin -w pass --xml="<get_tasks/>"


Also, what OpenVAS version / DB version is this ?
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to