Skip to content

Commit 6fc542f

Browse files
authored
Merge pull request #207927 from sr-msft/migration-tool
Migration tool - version update
2 parents 50504a5 + ba8e132 commit 6fc542f

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
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: 26 additions & 8 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+
Single to Flexible server migration tool is designed to help you with your migration from Single to flexible server task. The tool allows you to 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 offered **free of cost**.
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 Postgres version (Single Server) | Suggested Target Postgres version (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

@@ -157,7 +170,7 @@ After you finish the prerequisites, migrate the data and schemas by using one of
157170
158171
### Size
159172
160-
- You can migrate databases of sizes up to 1 TB by using this tool. To migrate larger databases or heavy write workloads, contact your account team or [contact us](mailto:[email protected]).
173+
- You can migrate databases of sizes **up to 1 TB** by using this tool. To migrate larger databases or heavy write workloads, contact your account team to reach out to us or file a support ticket.
161174
162175
- In one migration attempt, you can migrate up to eight user databases from Single Server to Flexible Server. If you have more databases to migrate, you can create multiple migrations between the same Single Server and Flexible Server.
163176
@@ -210,6 +223,11 @@ After you finish the prerequisites, migrate the data and schemas by using one of
210223
- Cut over all dependent applications to access the new primary database, and open the applications for production usage.
211224
- After the application starts running on the Flexible Server target, monitor the database performance closely to see if performance tuning is required.
212225
226+
## Other migration methods
227+
228+
The intent of the tool is to provide a seamless migration experience for most workloads. However, you may also choose other options to migrate using [dump/restore](../single-server/how-to-upgrade-using-dump-and-restore.md) or using [Azure Database Migration Service (DMS)](../../dms/tutorial-postgresql-azure-postgresql-online-portal.md) or using any 3rd party tools.
229+
230+
213231
## Next steps
214232
215233
- [Migrate to Flexible Server by using the Azure portal](../migrate/how-to-migrate-single-to-flexible-portal.md)

0 commit comments

Comments
 (0)