Skip to content

Airflow - Postgres Connection Error #9

@jms0522

Description

@jms0522

❗️ Airflow Connection에서 Postgres conn

❓ postgres로 데이터 삽입 과정에서 conn 연결 오류 문제

  • 기본 docker-compose에서 포트 포워딩이 안되어 있었기에

/var/lib/postgresql/data/postgresql.conf에서 주석처리 해제

port = 5432
listen_addresses = '*'
max_connections = 100

이거 세개 체크 해보자!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions