Hello All,
Fresh Greenbone Community Edition container deployment on Ubuntu 24.04 using the current official compose.yaml.
gvmd version:
Greenbone Vulnerability Manager 26.37.0
Manager DB revision 281
Database meta.database_version is also 281.
VT feed imported successfully:
nvts_feed_version = 202608260610
and gvmd logged:
Updating VTs in database ... done (185649 VTs).
However, immediately afterwards:
Refreshing all_vts table...
ERROR: schema "vts" does not exist
SQL: TRUNCATE vts.all_vts;
PostgreSQL contains only the schemas:
public, scap, cert
There is no vts schema and no all_vts relation.
The normal VT tables (nvts, vt_refs, vt_severities, etc.) are present in public.
Scans complete successfully, but opening the resulting report fails with:
Failure to receive response from manager daemon
gvmd then logs:
ERROR: relation "all_vts" does not exist
Troubleshooting already attempted:
-
restarted
ospd-openvas -
VT reload completed successfully and feed reported up to date
-
ran
gvmd --rebuild-gvmd-data=all -
confirmed PostgreSQL migration container exited successfully
-
confirmed all current core images were freshly pulled from
stable
Could anyone please confirm whether vts should have been created automatically in DB revision 281, and whether this is a known initialisation issue in gvmd 26.37.0 / the current Community Containers?
Thank you!