Hello,

I just found this little bug in OpenVAS 8 when I was working on some procedures 
for syncing local scanners internally. The code to migrate DB version 12 
migrates to 14 two times instead of migrating to 15:

   12) if [ $POSTGRES -eq 1 ]
       then
         reinit
       else
         db_migrate_13
         db_migrate_14
         db_migrate_14
       fi;;

Matthew.
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to