Hi,
I’m running docker containers a long time, and normaly everything runs well.
Since yesterday all postgres DB container don’t start and run in restart loop, so it is not possible to jump into the container
What I see in the logfiles is:
PostgreSQL Database directory appears to contain a database; Skipping initialization
2026-02-12 06:10:30.561 UTC [1] LOG: starting PostgreSQL 14.3 (Debian 14.3-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
2026-02-12 06:10:30.561 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2026-02-12 06:10:30.561 UTC [1] LOG: listening on IPv6 address "::", port 5432
2026-02-12 06:10:30.564 UTC [1] LOG: could not create Unix socket for address "/var/run/postgresql/.s.PGSQL.5432": Permission denied
2026-02-12 06:10:30.564 UTC [1] WARNING: could not create Unix-domain socket in directory "/var/run/postgresql"
2026-02-12 06:10:30.564 UTC [1] FATAL: could not create any Unix-domain sockets
2026-02-12 06:10:30.566 UTC [1] LOG: database system is shut down
I’ve tryed to set the user: 1000:1000 explicite in the compose file without success
Searching the web does not help too.
Running on Tuxedo OS (Ubuntu)
Any hint or solution to fix this problem?
Thanks in advance
Kind Regards