ubuntu22.04 airflow2.6.0설치


ubuntu22.04 airflow2.6.0설치

/* postgresql 설치 */ -- 설치하기전에 설치가능한 버전확인 apt show postgresql apt show postgresql-14 -- postgresql 설치를 위한 패키지 등록하기 최상위 경로 이동 cd / sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list. d/pgdg.list' GPG Key 추가 wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - 패키지 목록 업데이트 apt-get update /* postgresql 최신버전 설치..


원문링크 : ubuntu22.04 airflow2.6.0설치