Skip to content

Commit 8b533bd

Browse files
Merge pull request #230606 from hariramt/s2f-updates-1.1
Extensions message update
2 parents 4f8e042 + a7dcc23 commit 8b533bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/postgresql/migrate/concepts-single-to-flexible.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ Search for the **azure.extensions** parameter on the Server Parameters blade on
196196
:::image type="content" source="./media/concepts-single-to-flexible/allowlist-extensions.png" alt-text="Diagram that shows allow listing of extensions on Flexible Server." lightbox="./media/concepts-single-to-flexible/allowlist-extensions.png":::
197197

198198
>[!NOTE]
199-
> If TIMESCALEDB, PG_PARTMAN or POSTGIS_TIGER_DECODER extensions are used in your single server database, please raise a support request since the Single to Flex migration tool will not handle these extensions.
199+
> If TIMESCALEDB, PG_PARTMAN, POSTGRES_FDW or POSTGIS_TIGER_DECODER extensions are used in your single server database, please raise a support request since the Single to Flex migration tool will not handle these extensions.
200200
201-
Check if the list contains any of the following extensions:
201+
Check if the list contains any of the following extensions:
202202
* PG_CRON
203203
* PG_HINT_PLAN
204204
* PG_PARTMAN_BGW

articles/postgresql/migrate/how-to-migrate-single-to-flexible-cli.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ To complete this tutorial, you need to:
3737
* Use an existing instance of Azure Database for PostgreSQL – Single Server (the source server)
3838
* All extensions used on the Single Server (source) must be [allow-listed on the Flexible Server (target)](./concepts-single-to-flexible.md#allow-list-required-extensions)
3939

40+
>[!NOTE]
41+
> If TIMESCALEDB, PG_PARTMAN, POSTGRES_FDW or POSTGIS_TIGER_DECODER extensions are used in your single server database, please raise a support request since the Single to Flex migration tool will not handle these extensions.
42+
4043
> [!IMPORTANT]
4144
> To provide the best migration experience, performing migration using a burstable instance of Flexible server is not supported. Please use a general purpose or a memory optimized instance (4 VCore or higher) as your Target Flexible server to perform the migration. Once the migration is complete, you can downscale back to a burstable instance if necessary.
4245

articles/postgresql/migrate/how-to-migrate-single-to-flexible-portal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ After deploying the Flexible Server, follow the steps 3 to 5 under [Configure th
8080

8181
The first tab is **Setup**. Just in case you missed it, allowlist all required extensions as shown in [Migrate from Azure Database for PostgreSQL Single Server to Flexible Server](./concepts-single-to-flexible.md#allow-list-required-extensions). It is important to allowlist the extensions before you initiate a migration using this tool.
8282

83+
>[!NOTE]
84+
> If TIMESCALEDB, PG_PARTMAN, POSTGRES_FDW or POSTGIS_TIGER_DECODER extensions are used in your single server database, please raise a support request since the Single to Flex migration tool will not handle these extensions.
85+
8386
:::image type="content" source="./media/concepts-single-to-flexible/single-to-flex-setup.png" alt-text="Screenshot of the details belonging to Set up tab." lightbox="./media/concepts-single-to-flexible/single-to-flex-setup.png":::
8487

8588
**Migration name** is the unique identifier for each migration to this Flexible Server target. This field accepts only alphanumeric characters and doesn't accept any special characters except a hyphen (-). The name can't start with a hyphen and should be unique for a target server. No two migrations to the same Flexible Server target can have the same name.

0 commit comments

Comments
 (0)