I’m running v24.1.0 and upgrades have gone OK until now.
I copied over the latest docker-compose.yml.
Pull went OK, but when starting the containers I get following:
docker compose -f $DOWNLOAD_DIR/docker-compose.yml up -d
WARN[0000] volume “greenbone-community-edition_psql_data_vol” already exists but was not created by Docker Compose. Use external: true
to use an existing volume
WARN[0000] Found orphan containers ([greenbone-community-edition-mqtt-broker-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
[+] Running 19/19
Volume “greenbone-community-edition_openvas_log_data_vol” Created
Volume “greenbone-community-edition_openvas_data_vol” Created
Container greenbone-community-edition-vulnerability-tests-1 Exited
Container greenbone-community-edition-cert-bund-data-1 Exited
Container greenbone-community-edition-scap-data-1 Exited
Container greenbone-community-edition-redis-server-1 Started
Container greenbone-community-edition-notus-data-1 Started
Container greenbone-community-edition-gpg-data-1 Exited
Container greenbone-community-edition-data-objects-1 Exited
Container greenbone-community-edition-configure-openvas-1 Exited
Container greenbone-community-edition-pg-gvm-1 Started
Container greenbone-community-edition-report-formats-1 Exited
Container greenbone-community-edition-openvas-1 Started
Container greenbone-community-edition-openvasd-1 Started
Container greenbone-community-edition-dfn-cert-data-1 Exited
Container greenbone-community-edition-ospd-openvas-1 Started
Container greenbone-community-edition-gvmd-1 Started
Container greenbone-community-edition-gvm-tools-1 Started
Container greenbone-community-edition-gsa-1 Started
The front-end website isn’t running.
I’m a bit rusty in troubleshooting Greenbone and Docker, so any suggestions are welcome to solve the issue.