Skip to content

Commit df62734

Browse files
committed
PR review comments
1 parent 84cd96e commit df62734

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

articles/postgresql/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@
570570
items:
571571
- name: Premigration error codes
572572
href: migrate/migration-service/troubleshoot-error-codes-premigration.md
573-
- name: Auto-migration from Azure Database for PostgreSQL - Single Server to Flexible Server
574-
href: migrate/auto-migration-single-to-flexible-postgresql.md
573+
- name: Automigration from Azure Database for PostgreSQL - Single Server to Flexible Server
574+
href: migrate/automigration-single-to-flexible-postgresql.md
575575
- name: Migrate data with pg_dump
576576
href: migrate/how-to-migrate-using-dump-and-restore.md
577577
- name: Minimal-downtime migration with DMS

articles/postgresql/migrate/auto-migration-single-to-flexible-postgresql.md renamed to articles/postgresql/migrate/automigration-single-to-flexible-postgresql.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ The compute tier and SKU for the target flexible server is provisioned based on
9898

9999
Here's the info you need to know post automigration:
100100

101-
1) The server parameters in Flexible server are tuned to the community standards. If you want to retain the same server parameter values as your Single server, you can log in via Powershell and run this [script](https://github.com/hariramt/automigration/blob/main/copy-server-parameters.ps1) to copy the parameter values.
102-
2) To enable [query perf insights](../flexible-server/concepts-query-performance-insight.md), you need to enable query store on the Flexible server which isn't enabled by default
103-
3) If [High Availability](../../reliability/reliability-postgresql-flexible-server.md) is needed, you can enable it with zero downtime.
101+
- The server parameters in Flexible server are tuned to the community standards. If you want to retain the same server parameter values as your Single server, you can log in via PowerShell and run this [script](https://github.com/hariramt/automigration/blob/main/copy-server-parameters.ps1) to copy the parameter values.
102+
- To enable [query perf insights](../flexible-server/concepts-query-performance-insight.md), you need to enable query store on the Flexible server which isn't enabled by default
103+
- If [High Availability](../../reliability/reliability-postgresql-flexible-server.md) is needed, you can enable it with zero downtime.
104104

105105
## Frequently Asked Questions (FAQs)
106106

@@ -119,17 +119,21 @@ Here's the info you need to know post automigration:
119119
- Configure service health alerts to receive automigration schedule and progress notifications via email/SMS by following steps [here](../single-server/concepts-planned-maintenance-notification.md#to-receive-planned-maintenance-notification).
120120
- Check the automigration notification on the Azure portal by following steps [here](../single-server/concepts-planned-maintenance-notification.md#check-planned-maintenance-notification-from-azure-portal).
121121

122-
**Q. How can I defer the scheduled migration?​**
122+
**Q. How can I defer the scheduled migration of my Single server?​**
123123

124124
**A.** You can review the migration schedule by navigating to the Overview page of your Single Server instance. If you wish to defer the migration, you can defer by a month at the most by navigating to the Overview page of your single server instance on the Azure portal. You can reschedule the migration by selecting another migration window within a month. The migration details will be locked seven days before the scheduled migration window after which you're unable to reschedule. This automigration can be deferred monthly until 30 March 2025.
125125

126+
**Q. How can I opt out of a scheduled automigration of my Single server?​**
127+
128+
**A.** If you wish to opt out of the automigration, you can raise a support ticket for this purpose.
129+
126130
**Q. What username and connection string would be supported for the migrated Flexible Server? ​​**
127131

128132
**A.** Both username formats - username@server_name (Single Server format) and username (Flexible Server format) are supported for the migrated Flexible Server, and hence you aren't required to update them to maintain your application continuity post migration. Additionally, both connection string formats (Single and Flexible server format) are also supported for the migrated Flexible Server.
129133

130134
**Q. I see a pricing difference on my potential move from postgresql Basic Single Server to postgresql Flexible Server??​**
131135

132-
**A.** Few servers might see a small price revision after migration as the minimum storage limit on both offerings is different (5 GiB on Single Server and 32 GiB on Flexible Server). Storage cost (0.1$/GB on Single Server and 0.12$/GB on Flexible Server) for Flexible Server is marginally higher than Single Server. Any price increase is offset through better throughput and performance compared to Single Server.
136+
**A.** Few servers might see a small price revision after migration as the minimum storage limit on both offerings is different (5 GiB on Single Server and 32 GiB on Flexible Server). Storage cost for Flexible Server is marginally higher than Single Server. Any price increase is offset through better throughput and performance compared to Single Server. For more information on Flexible server pricing, click [here](https://azure.microsoft.com/pricing/details/postgresql/flexible-server/)
133137

134138
## Related content
135139

0 commit comments

Comments
 (0)