You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm probably doing something wrong. Previously all files were linked from gvm-data. I moved the relevant directories (plugins, database, etc) to under ./storage and ran the docker and I get this error:
2021-11-13 09:16:13,807 INFO exited: postgresql (exit status 1; not expected)
Do I need to upgrade from 21.4.0 to 21.4.2 and move my way to the latest?
markdesilva
changed the title
[Bug]
[Bug] Config, past scans etc gone after update to latest
Nov 13, 2021
2021-11-13 10:15:07.249 UTC [114] FATAL: database files are incompatible with server
2021-11-13 10:15:07.249 UTC [114] DETAIL: The data directory was initialized by PostgreSQL version 12, which is not compatible with this version 13.3.
Describe the bug
Upgraded to latest 21.4.3-v2 from 21.4.0, all configs and previous scan reports, etc are gone.
Using new volume env:
--volume ./storage/postgres-db:/opt/database
--volume ./storage/openvas-plugins:/var/lib/openvas/plugins
--volume ./storage/gvm:/var/lib/gvm
--volume ./storage/ssh:/etc/ssh
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See all scan configs, past scans, etc.
Screenshots
NA
Host Device:
Image in use:
docker image inspect <image>
:Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: