Finally I did some investigation. The problem is within the shutdown of the pg-gvm container.
When docker itself is restarted or shutdown, for example during a reboot, the containers don’t get that much time as during normal stop. In case of the pg-gvm container this results in an insufficient shutdown of the postgres database which leaves a dangling lock file in the file system.
The same…. I run docker-compose down, docker rmi registry.community.greenbone.net/community/pg-gvm:stableregistry.community.greenbone.net/community/pg-gvm:stable migrator:stableregistry.community.greenbone.net/community/gvmd:stable docker volume rm greenbone-community-edition_psql_socket_vol in yaml changed stable to the latest for containers gvmd, psql, psql-migrator docker-compose up -d After rebooting the server or restart docker got the same error. What I’m doing wrong ?