You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can migrate an instance of Azure Database for PostgreSQL – Single Server to Azure Database for PostgreSQL – Flexible Server by using the Azure Command Line Interface (CLI). In this tutorial, we perform migration of a sample database from an Azure Database for PostgreSQL single server to a PostgreSQL flexible server using the Azure CLI.
Copy file name to clipboardExpand all lines: articles/postgresql/migrate/how-to-migrate-single-to-flexible-portal.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,6 @@ ms.custom: seo-lt-2023
16
16
17
17
You can migrate an instance of Azure Database for PostgreSQL – Single Server to Azure Database for PostgreSQL – Flexible Server by using the Azure portal. In this tutorial, we perform migration of a sample database from an Azure Database for PostgreSQL single server to a PostgreSQL flexible server using the Azure portal.
18
18
19
-
>[!NOTE]
20
-
> The migration tool is in public preview.
21
-
22
19
In this tutorial, you learn to:
23
20
24
21
> [!div class="checklist"]
@@ -46,7 +43,7 @@ The migration tool comes with a simple, wizard-based experience on the Azure por
46
43
47
44
2. Go to your Azure Database for PostgreSQL Flexible Server target.
48
45
49
-
3. In the **Overview** tab of the Flexible Server, on the left menu, scroll down to **Migration (preview)** and select it.
46
+
3. In the **Overview** tab of the Flexible Server, on the left menu, scroll down to **Migration** and select it.
50
47
51
48
:::image type="content" source="./media/concepts-single-to-flexible/azure-portal-overview-page.png" alt-text="Screenshot of the Overview page." lightbox="./media/concepts-single-to-flexible/azure-portal-overview-page.png":::
52
49
@@ -131,7 +128,7 @@ The **Review + create** tab summarizes all the details for creating the migratio
131
128
132
129
## Monitor the migration
133
130
134
-
After you select the **Create** button, a notification appears in a few seconds to say that the migration creation is successful. You are redirected automatically to the **Migration (Preview)** page of Flexible Server. That page has a new entry for the recently created migration.
131
+
After you select the **Create** button, a notification appears in a few seconds to say that the migration creation is successful. You are redirected automatically to the **Migration** page of Flexible Server. That page has a new entry for the recently created migration.
135
132
136
133
:::image type="content" source="./media/concepts-single-to-flexible/azure-portal-migration-grid-monitor.png" alt-text="Screenshot of recently created migration details." lightbox="./media/concepts-single-to-flexible/azure-portal-migration-grid-monitor.png":::
0 commit comments