

# Babelfish for Aurora PostgreSQL 버전 업데이트 관리
<a name="babelfish-information"></a>

Babelfish는 Aurora PostgreSQL 버전 13.4 이상에서 사용할 수 있는 옵션입니다. Babelfish에 대한 업데이트는 Aurora PostgreSQL 데이터베이스 엔진의 특정 새 릴리스로 제공됩니다. 자세한 내용은 [https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/Welcome.html](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraPostgreSQLReleaseNotes/Welcome.html)를 참조하세요.

**참고**  
Aurora PostgreSQL 13의 모든 버전에서 실행 중인 Babelfish DB 클러스터는 Aurora PostgreSQL 14.3, 14.4 및 14.5로 업그레이드할 수 없습니다. 또한 Babelfish는 13.x에서 15.x로의 직접 업그레이드를 지원하지 않습니다. 먼저 13.x DB 클러스터를 14.6 이상 버전으로 업그레이드한 다음 15.x 버전으로 업그레이드해야 합니다.

다양한 Babelfish 릴리스에서 지원되는 기능 목록은 [버전별 Babelfish에서 지원되는 기능](babelfish-compatibility.supported-functionality-table.md) 섹션을 참조하세요.

현재 지원되지 않는 기능 목록은 [Babelfish에서 지원되지 않는 기능](babelfish-compatibility.tsql.limitations-unsupported.md) 섹션을 참조하세요.

다음과 같이 [https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html) AWS CLI 명령을 사용해 AWS 리전을 쿼리하여 Babelfish를 지원하는 Aurora PostgreSQL 버전 목록을 가져올 수 있습니다.

대상 LinuxmacOS, 또는Unix:

```
$ aws rds describe-db-engine-versions --region us-east-1 \
    --engine aurora-postgresql \
    --query '*[]|[?SupportsBabelfish==`true`].[EngineVersion]' \
    --output text
```

자세한 정보는 *AWS CLI 명령 참조*의 [https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-engine-versions.html) 섹션을 참조하세요.

다음 주제에서는 Aurora PostgreSQL DB 클러스터에서 실행 중인 Babelfish 버전을 식별하는 방법과 새 버전으로 업그레이드하는 방법을 알아볼 수 있습니다.

**Contents**
+ [사용 중인 Babelfish 버전 식별](babelfish-information-identify-version.md)
+ [Babelfish 클러스터를 새 버전으로 업그레이드](babelfish-information-upgrading.md)
  + [Babelfish를 새 마이너 버전으로 업그레이드](babelfish-information-upgrading-minor.md)
  + [Babelfish를 새 메이저 버전으로 업그레이드](babelfish-information-upgrading-major.md)
    + [Babelfish를 새 메이저 버전으로 업그레이드하기 전](babelfish-information-upgrading-major.md#babelfish-information-upgrading-preliminary)
    + [메이저 버전 업그레이드 수행](babelfish-information-upgrading-major.md#babelfish-performing-major-version-upgrade)
    + [새 메이저 버전으로 업그레이드한 후](babelfish-information-upgrading-major.md#babelfish-information-upgrading-post-upgrade)
    + [예: Babelfish DB 클러스터를 메이저 릴리스로 업그레이드](babelfish-information-upgrading-major.md#babelfish-information-upgrading-example)
+ [Babelfish 제품 버전 파라미터 사용](babelfish-guc-version.md)
  + [Babelfish 제품 버전 파라미터 구성](babelfish-guc-version.md#babelfish-guc-version-setvalues)
  + [영향을 받는 쿼리 및 파라미터](babelfish-guc-version.md#babelfish-guc-version-affects)
  + [babelfishpg\$1tsql.version 파라미터가 있는 인터페이스](babelfish-guc-version.md#babelfish-guc-version-tsql)