The Azure PostgreSQL Database Server should use the current major version

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

Description

PostgreSQL is using the most recent major version available.

Rationale

PostegreSQL employs both minor and major version updates. Using the most recent version available (particularly the most recent major version) ensures that you are using the most secure, feature rich, and supported version available. Azure Database Migration Service can help minimize downtime when performing version upgrades in Azure Database for PostgreSQL - Single Server.

Remediation

From the console

  1. Use Azure’s Configure server parameters in Azure Database for PostgreSQL - Single Server via the Azure portal to configure a target database with desired PostgreSQL version, network settings, and parameters.
  2. Follow the steps listed at Tutorial: Migrate/Upgrade Azure DB for PostgreSQL - Single Server to Azure DB for PostgreSQL - Single Server online using DMS via the Azure portal to migrate the old database to the new database.

From the command line

  1. Use Azure’s Customize server configuration parameters for Azure Database for PostgreSQL - Single Server using Azure CLI to configure a target database with desired PostgreSQL version, network settings, and parameters.
  2. Follow the steps listed at Tutorial: Migrate PostgreSQL to Azure DB for PostgreSQL online using DMS via the Azure CLI to migrate the old database to the new database.