immauss / openvas

Containers for running the Greenbone Vulnerability Manager. Run as a single container with all services or separate single applications containers via docker-compose.
GNU Affero General Public License v3.0
360 stars 102 forks source link

[BUG] #302

Closed mnaismith closed 1 month ago

mnaismith commented 1 month ago

Hi,

All my scanners pulled in the latest version of the openvas container today and now all fail to start with the error below.

ERROR: relation "meta" does not exist LINE 1: select value from meta where name like 'database_version'; ^ Container stopped, performing shutdown waiting for server to shut down.... done

I can reproduce by running the below.

docker pull immauss/openvas docker rm openvas docker volume rm openvas docker volume create openvas docker run --detach --publish 127.0.0.1:8080:9392 --publish 127.0.0.1:9390:9390 -e SKIPSYNC=true -e PASSWORD="PASSWORD" --volume openvas:/data --name openvas immauss/openvas

I run this on Intel NUCS. 8GB RAM, M2 SSD. openvascontainerissue.txt

I have not yet looked into this but thought I'd better raise.

Cheers

Matt

immauss commented 1 month ago

@mnaismith Thanks for the heads up. Please pull the new latest and let me know if that resolves the issue.

Thanks, Scott

mnaismith commented 1 month ago

@immauss Yep all good thanks Scott and appreciate the speedy reply.

Matt

immauss commented 1 month ago

@mnaismith Thank you for finding that.

-Scott