Skip to content

Commit 780a375

Browse files
committed
[DMS classic] New include file to migration service
1 parent 85e8e22 commit 780a375

6 files changed

+25
-245
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 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/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:

0 commit comments

Comments
 (0)