Category: docker
-
How to solve “root” does not exist in Postgres docker
Problem By default when we create docker in Postgres, we usually use this command to create a container after that, we execute to Postgres container for my case, I run created command And we got an error createdb: error: connection to server on socket “/var/run/postgresql/.s.PGSQL.5432” failed: FATAL: role “root” does not exist Solution By default […]