Skip to content

Commit e1c8348

Browse files
authored
Merge pull request #278488 from MicrosoftDocs/release-postgresql-migrations-dms
[DMS Classic] Add include to PostgreSQL DMS classic files -- 06/18/2024 3PM
2 parents d25b47a + 5697062 commit e1c8348

8 files changed

+28
-250
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3043,6 +3043,11 @@
30433043
"redirect_url": "/sql/sql-server/stretch-database/stretch-database-databases-and-tables-stretch-database-advisor",
30443044
"redirect_document_id": false
30453045
},
3046+
{
3047+
"source_path_from_root": "/articles/dms/tutorial-azure-postgresql-to-azure-postgresql-online-portal.md",
3048+
"redirect_url": "/azure/postgresql/migrate/migration-service/tutorial-migration-service-single-to-flexible",
3049+
"redirect_document_id": false
3050+
},
30463051
{
30473052
"source_path_from_root": "/articles/vs-azure-tools-access-private-azure-clouds-with-visual-studio.md",
30483053
"redirect_url": "/visualstudio/azure/vs-azure-tools-access-private-azure-clouds-with-visual-studio",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Tutorial: Migrate PostgreSQL to Azure Database for PostgreSQL online via the Azure portal"
3+
author: markingmyname
4+
ms.author: maghan
5+
ms.reviewer: randolphwest, adityaduvuri
6+
ms.date: 06/19/2024
7+
ms.service: dms
8+
ms.topic: include
9+
---
10+
11+
> [!IMPORTANT]
12+
> It’s recommended to use the [new migration service in Azure Database for PostgreSQL](/azure/postgresql/migrate/migration-service/concepts-migration-service-postgresql) for a more streamlined and efficient migration experience. This service simplifies the process by supporting a variety of source environments, ensuring a hassle-free transition to Azure Database for PostgreSQL.

articles/dms/known-issues-azure-postgresql-online.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Database Migration Service
44
description: Learn about known issues and migration limitations with online migrations from PostgreSQL to Azure Database for PostgreSQL using the Azure Database Migration Service.
55
author: apduvuri
66
ms.author: adityaduvuri
7-
ms.reviewer: randolphwest
7+
ms.reviewer: randolphwest, maghan
88
ms.date: 02/20/2020
99
ms.service: dms
1010
ms.topic: troubleshooting
@@ -14,6 +14,8 @@ ms.custom:
1414

1515
# Known issues/limitations with online migrations from PostgreSQL to Azure Database for PostgreSQL
1616

17+
[!INCLUDE [postgresql-migration-service](includes/postgresql-migration-service.md)]
18+
1719
Known issues and limitations associated with online migrations from PostgreSQL to Azure Database for PostgreSQL are described in the following sections.
1820

1921
## Online migration configuration

articles/dms/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,6 @@
129129
href: tutorial-postgresql-azure-postgresql-online-portal.md
130130
- name: to Azure DB for PostgreSQL (Az CLI)
131131
href: tutorial-postgresql-azure-postgresql-online.md
132-
- name: Migrate Azure DB for PostgreSQL - Single Server
133-
items:
134-
- name: to Azure DB for PostgreSQL (Portal)
135-
href: tutorial-azure-postgresql-to-azure-postgresql-online-portal.md
136132
- name: Migrate RDS PostgreSQL
137133
items:
138134
- name: to Azure DB for PostgreSQL

articles/dms/tutorial-azure-postgresql-to-azure-postgresql-online-portal.md

Lines changed: 0 additions & 245 deletions
This file was deleted.

articles/dms/tutorial-postgresql-azure-postgresql-online-portal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ ms.custom:
1414

1515
# Tutorial: Migrate PostgreSQL to Azure Database for PostgreSQL online using DMS (classic) via the Azure portal
1616

17+
[!INCLUDE [postgresql-migration-service](includes/postgresql-migration-service.md)]
18+
19+
For more information about Azure Database Migration Service, see the article [What is Azure Database Migration Service?](./dms-overview.md).
20+
1721
You can use Azure Database Migration Service to migrate the databases from an on-premises PostgreSQL instance to [Azure Database for PostgreSQL](../postgresql/index.yml) with minimal downtime to the application. In this tutorial, you migrate the **listdb** sample database from an on-premises instance of PostgreSQL 13.10 to Azure Database for PostgreSQL by using the online migration activity in Azure Database Migration Service.
1822

1923
In this tutorial, you learn how to:

articles/dms/tutorial-postgresql-azure-postgresql-online.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom:
1515

1616
# Tutorial: Migrate PostgreSQL to Azure Database for PostgreSQL online using DMS (classic) via the Azure CLI
1717

18+
[!INCLUDE [postgresql-migration-service](includes/postgresql-migration-service.md)]
19+
1820
You can use Azure Database Migration Service to migrate the databases from an on-premises PostgreSQL instance to [Azure Database for PostgreSQL](../postgresql/index.yml) with minimal downtime. In other words, migration can be achieved with minimal downtime to the application. In this tutorial, you migrate the **DVD Rental** sample database from an on-premises instance of PostgreSQL 9.6 to Azure Database for PostgreSQL by using the online migration activity in Azure Database Migration Service.
1921

2022
In this tutorial, you learn how to:

articles/dms/tutorial-rds-postgresql-server-azure-db-for-postgresql-online.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom:
1414

1515
# Tutorial: Migrate RDS PostgreSQL to Azure DB for PostgreSQL online using DMS
1616

17+
[!INCLUDE [postgresql-migration-service](includes/postgresql-migration-service.md)]
18+
1719
You can use Azure Database Migration Service to migrate databases from an RDS PostgreSQL instance to [Azure Database for PostgreSQL](../postgresql/index.yml) while the source database remains online during migration. In other words, migration can be achieved with minimal downtime to the application. In this tutorial, you migrate the **DVD Rental** sample database from an instance of RDS PostgreSQL 9.6 to Azure Database for PostgreSQL by using the online migration activity in Azure Database Migration Service.
1820

1921
In this tutorial, you learn how to:

0 commit comments

Comments
 (0)