Skip to content

Commit 618e070

Browse files
authored
Merge pull request #105994 from hyoshioka0128/patch-627
Typo "Azure DB"→"Azure Database"
2 parents f28d591 + e5911bc commit 618e070

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Tutorial: Migrate Azure DB for PostgreSQL to Azure DB for PostgreSQL online via the Azure portal"
2+
title: "Tutorial: Migrate Azure Database for PostgreSQL to Azure Database for PostgreSQL online via the Azure portal"
33
titleSuffix: Azure Database Migration Service
4-
description: Learn to perform an online migration from one Azure DB for PostgreSQL to another Azure Database for PostgreSQL by using Azure Database Migration Service via the Azure portal.
4+
description: Learn to perform an online migration from one Azure Database for PostgreSQL to another Azure Database for PostgreSQL by using Azure Database Migration Service via the Azure portal.
55
services: dms
66
author: croblesm
77
ms.author: roblescarlos
@@ -14,7 +14,7 @@ ms.topic: tutorial
1414
ms.date: 07/21/2020
1515
---
1616

17-
# Tutorial: Migrate/Upgrade Azure DB for PostgreSQL - Single Server to Azure DB for PostgreSQL - Single Server online using DMS via the Azure portal
17+
# Tutorial: Migrate/Upgrade Azure Database for PostgreSQL - Single Server to Azure Database for PostgreSQL - Single Server online using DMS via the Azure portal
1818

1919
You can use Azure Database Migration Service to migrate the databases from an [Azure Database for PostgreSQL - Single Server](../postgresql/overview.md#azure-database-for-postgresql---single-server) instance to same or different version of Azure Database for PostgreSQL - Single Server instance or Azure Database for PostgreSQL - Flexible Server with minimal downtime. In this tutorial, you migrate the **DVD Rental** sample database from an Azure Database for PostgreSQL v10 to Azure Database for PostgreSQL - Single Server by using the online migration activity in Azure Database Migration Service.
2020

@@ -52,7 +52,7 @@ To complete this tutorial, you need to:
5252
* Ensure that the Network Security Group (NSG) rules for your virtual network don't block the outbound port 443 of ServiceTag for ServiceBus, Storage and AzureMonitor. For more detail on virtual network NSG traffic filtering, see the article [Filter network traffic with network security groups](../virtual-network/virtual-network-vnet-plan-design-arm.md).
5353
* Create a server-level [firewall rule](/azure/azure-sql/database/firewall-configure) for Azure Database for PostgreSQL source to allow Azure Database Migration Service to access to the source databases. Provide the subnet range of the virtual network used for Azure Database Migration Service.
5454
* Create a server-level [firewall rule](/azure/azure-sql/database/firewall-configure) for Azure Database for PostgreSQL target to allow Azure Database Migration Service to access to the target databases. Provide the subnet range of the virtual network used for Azure Database Migration Service.
55-
* [Enable logical replication](../postgresql/concepts-logical.md) in the Azure DB for PostgreSQL source.
55+
* [Enable logical replication](../postgresql/concepts-logical.md) in the Azure Database for PostgreSQL source.
5656
* Set the following Server parameters in the Azure Database for PostgreSQL instance being used as a source:
5757

5858
* max_replication_slots = [number of slots], recommend setting to **ten slots**
@@ -195,13 +195,13 @@ After the service is created, locate it within the Azure portal, open it, and th
195195
196196
* Select **Run migration**.
197197
198-
The migration activity window appears, and the **Status** of the activity should update to show as **Backup in Progress**. You may encounter the following error when upgrading from Azure DB for PostgreSQL 9.5 or 9.6:
198+
The migration activity window appears, and the **Status** of the activity should update to show as **Backup in Progress**. You may encounter the following error when upgrading from Azure Database for PostgreSQL 9.5 or 9.6:
199199
200200
**A scenario reported an unknown error. 28000: no pg_hba.conf entry for replication connection from host "40.121.141.121", user "sr"**
201201
202202
This is because the PostgreSQL does not have appropriate privileges to create required logical replication artifacts. To enable required privileges, you can do the following:
203203
204-
1. Open "Connection security" settings for the source Azure DB for PostgreSQL server you are trying to migrate/upgrade from.
204+
1. Open "Connection security" settings for the source Azure Database for PostgreSQL server you are trying to migrate/upgrade from.
205205
2. Add a new firewall rule with a name ending with "_replrule" and add the IP address from the error message to the start IP and End IP fields. For the above error example -
206206
> Firewall rule name = sr_replrule;
207207
> Start IP = 40.121.141.121;

0 commit comments

Comments
 (0)