I am a Ubuntu 22.04 user, so I cannot use Docker Desktop. When setting the host as host.docker.internal in the dbt profile.yml file, an error occurs saying that the host cannot be found. Following ChatGPT's recommendation, I set the host to the name written in the Docker Compose file. However, when running docker compose up, dbt generates the following error and exits every time:
Even after modifying postgresql.conf or pg_hba.conf, the issue persists. How can I resolve this error?
I am a Ubuntu 22.04 user, so I cannot use Docker Desktop. When setting the host as host.docker.internal in the dbt profile.yml file, an error occurs saying that the host cannot be found. Following ChatGPT's recommendation, I set the host to the name written in the Docker Compose file. However, when running docker compose up, dbt generates the following error and exits every time:
Even after modifying postgresql.conf or pg_hba.conf, the issue persists. How can I resolve this error?