I loaded up the most recent master from git and ran through the docker compose setup, as instructed: nothing special in configuration besides setting a real password and filling out missing necessary variables.
I ran the load command docker compose exec fastcve load --data cve cvehist cpe cwe capec epss kev to get started.
I see in the docker log for fastcve-db it's constantly spamming FATAL: database "fastcve_db_user" does not exist every 5 seconds. Likely somewhere in the code it's using the user name for the database from the env file, instead of the db string?
I loaded up the most recent master from git and ran through the docker compose setup, as instructed: nothing special in configuration besides setting a real password and filling out missing necessary variables.
I ran the load command
docker compose exec fastcve load --data cve cvehist cpe cwe capec epss kevto get started.I see in the docker log for fastcve-db it's constantly spamming
FATAL: database "fastcve_db_user" does not existevery 5 seconds. Likely somewhere in the code it's using the user name for the database from the env file, instead of the db string?