Skip to content

Commit a8d83cc

Browse files
committed
Migration tool - version update
1 parent 4db915d commit a8d83cc

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

articles/postgresql/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
items:
1717
- name: Single Server to Flexible Server migration (preview)
1818
items:
19-
- name: Single to Flexible server migration (Preview) - Concepts
19+
- name: Single to Flexible server migration tool (Preview) - Concepts
2020
href: migrate/concepts-single-to-flexible.md
21-
- name: Single to Flexible server migration (Preview) - Migrate using portal
21+
- name: Single to Flexible server migration tool (Preview) - Using portal
2222
href: migrate/how-to-migrate-single-to-flexible-portal.md
23-
- name: Single to Flexible server migration (Preview)- Migrate using CLI
23+
- name: Single to Flexible server migration tool (Preview)- Using CLI
2424
href: migrate/how-to-migrate-single-to-flexible-cli.md
2525
- name: Single to Flexible server migration (Preview) - Set up Azure AD app using portal
2626
href: migrate/how-to-set-up-azure-ad-app-portal.md

articles/postgresql/migrate/concepts-single-to-flexible.md

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,40 @@
11
---
2-
title: "Migrate from Azure Database for PostgreSQL Single Server to Flexible Server - Concepts"
2+
title: "Migration tool - Azure Database for PostgreSQL Single Server to Flexible Server - Concepts"
33
titleSuffix: Azure Database for PostgreSQL Flexible Server
44
description: Concepts about migrating your Single server to Azure database for PostgreSQL Flexible server.
55
author: shriram-muthukrishnan
66
ms.author: shriramm
77
ms.service: postgresql
88
ms.topic: conceptual
9-
ms.date: 05/11/2022
9+
ms.date: 08/12/2022
1010
ms.custom: "mvc, references_regions"
1111
---
1212

13-
# Migrate from Azure Database for PostgreSQL Single Server to Flexible Server (preview)
13+
# Migration tool - Azure Database for PostgreSQL Single Server to Flexible Server (preview)
1414

1515
[!INCLUDE[applies-to-postgres-single-flexible-server](../includes/applies-to-postgresql-single-flexible-server.md)]
1616

1717
Azure Database for PostgreSQL Flexible Server provides zone-redundant high availability, control over price, and control over maintenance windows. You can use the available migration tool to move your databases from Single Server to Flexible Server. To understand the differences between the two deployment options, see [this comparison chart](../flexible-server/concepts-compare-single-server-flexible-server.md).
1818

19-
By using the migration tool, you can initiate migrations for multiple servers and databases in a repeatable way. The tool automates most of the migration steps to make the migration journey across Azure platforms as seamless as possible. The tool is free for customers.
19+
By using the single to flexible server migration tool, you can initiate migrations for multiple servers and databases in a repeatable way. The tool automates most of the migration steps to make the migration journey across Azure platforms as seamless as possible. The tool is free for customers.
2020

2121
>[!NOTE]
22-
> The migration tool is in public preview.
23-
>
24-
> Migration from Single Server to Flexible Server is enabled in preview in these regions: Central US, West US, South Central US, North Central US, East Asia, Switzerland North, Australia South East, UAE North, UK West and Canada East.
22+
> The migration tool is in public preview. Feature, functionality, and user interfaces are subject to change.
23+
24+
## Recommended migration path
25+
26+
The migration tool is agnostic of source and target PostgreSQL versions. Here are some guidelines.
27+
28+
| Source (Single Server) | Target (Flexible server) | Remarks |
29+
|:---------------|:-------------|:-----------------|
30+
| Postgres 9.5 (Retired) | Postgres 12 | You can even directly migrate to Postgres 14. Verify your application compatibility. |
31+
| Postgres 9.6 (Retired) | Postgres 12 | You can even directly migrate to Postgres 14. Verify your application compatibility. |
32+
| Postgres 10 (Retiring Nov'22) | Postgres 14 | Verify your application compatibility. |
33+
| Postgres 11 | Postgres 14 | Verify your application compatibility. |
34+
| Postgres 11 | Postgres 11 | You can choose to migrate to the same version in Flexible Server. You can then upgrade to a higher version in Flexible Server |.
35+
36+
>[!NOTE]
37+
> Migration initiation from Single Server is enabled in preview in these regions: Central US, West US, South Central US, North Central US, East Asia, Switzerland North, Australia South East, UAE North, UK West and Canada East. However, you can use the migration wizard from the Flexible Server side in all regions.
2538
2639
## Overview
2740

0 commit comments

Comments
 (0)