The latest version of Docker reports an error, but version 24.0.9 works fine

The latest version of Docker reports an error, but version 24.0.9 works fine.

docker run -itd -p 5432:5432 --name greenplum projectairws/greenplum
docker logs -f -n 100 ec004923b6aa
++ cat /root/orig_hostname
+ echo '127.0.0.1 ded068e68a23'
+ /usr/sbin/sshd -D
+ chmod u+s /bin/ping
Could not load host key: /etc/ssh/ssh_host_ecdsa_key
Could not load host key: /etc/ssh/ssh_host_ed25519_key
+ su - gpadmin
Last login: Wed May 29 08:08:51 UTC 2024
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Starting gpstart with args: -a
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Gathering information and validating the environment...
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Greenplum Binary Version: 'postgres (Greenplum Database) 6.19.2 build commit:0e1f6307eb4e368b79cbf67a0dc6af53362d26c0'
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Greenplum Catalog Version: '301908232'
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[WARNING]:-postmaster.pid file exists on Master, checking if recovery startup required
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Commencing recovery startup checks
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-No socket connection or lock file in /tmp found for port=5432
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-No Master instance process, entering recovery startup mode
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Clearing Master instance pid file
20241118:06:08:42:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Starting Master instance in admin mode
20241118:06:08:43:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Obtaining Greenplum Master catalog information
20241118:06:08:43:000034 gpstart:ec004923b6aa:gpadmin-[INFO]:-Obtaining Segment details from master...
20241118:06:08:43:000034 gpstart:ec004923b6aa:gpadmin-[CRITICAL]:-gpstart failed. (Reason='FATAL:  no pg_hba.conf entry for host "::1", user "gpadmin", database "template1", SSL off
') exiting...
psql: FATAL:  System was started in master-only utility mode - only utility mode connections are allowed

Please use a code bock for the log output:

```
echo "I am a code."
echo "An athletic one, and I wanna run."
```

It looks like a postgres config issue. I guess where you have Docker 24.0.9 you also have IPv6 enabled or some ipv6 related docker config is enabled.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.