enterdv

Results 10 comments of enterdv

> PG is 11.14? Strange, since the last version of PG on the pre 21.4.0-v5 tags was 12. > > Did you try to go into the 21.4.3-v1 container, stop...

OK, I start new empty docker-compose with debian, then stop all gvm services, and restore postgresql database from previous version. Start services. All tasks/reports/etc seems OK, but scan not working...

I start like this ``` volumes: - /gvm_data/database:/opt/database - /gvm_data/lib:/var/lib/gvm - /gvm_data/plugins:/var/lib/openvas/plugins - /gvm_data/ssh:/etc/ssh ```

> If you need to "downgrade" please read this: https://dba.stackexchange.com/questions/284260/how-to-prevent-pg-dump-from-generating-set-default-table-access-method-heap/284263#284263 > > There you get some Info how to do this - not very handy but works. Thanks for your...

> > Reproduced on version 2.6.0 for me > > Hello @enterdv! Are you able to include the config that you used that will help us reproduce this issue? We'll...

I have this reproduced constantly on the kubernetes version 1.19. Won't reproduce after upgrade to 1.20+. Big volumes (1TB+) mount successfully.

I fixed the issue with disabling IPv6 IP-addresses on master nodes. When the first node was bootstrapped it tried to connect with two other node with IPv6 and failed. After...