Skip to content

Commit 701dd5e

Browse files
Merge pull request #5110 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-26 22:11 UTC
2 parents e36a6d7 + 3630d31 commit 701dd5e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

articles/mysql/flexible-server/concepts-server-parameters.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ You can set this parameter at the session level by using `init_connect`. For mor
212212

213213
You can populate the time zone tables with the latest time zone information by calling the `mysql.az_load_timezone` stored procedure from a tool like the MySQL command line or MySQL Workbench and then set the global time zones by using the [Azure portal](./how-to-configure-server-parameters-portal.md#working-with-the-time-zone-parameter) or the [Azure CLI](./how-to-configure-server-parameters-cli.md#working-with-the-time-zone-parameter). Time zones are automatically loaded during server creation, removing the need for customers to manually execute the `mysql.az_load_timezone` stored procedure afterwards to load the time zone.
214214

215+
>[!NOTE]
216+
> Known Issue: After promoting a read replica to a standalone server in Azure Database for MySQL, the stored procedure `mysql.az_load_timezone` may not be present on the promoted replica server. This will impact the scenario when manual refresh of timezone tables is required on the promoted replica server. Current workaround is to seek assistance from Microsoft support.
217+
215218
### innodb_temp_data_file_size_max
216219
For Azure Database for MySQL Flexible Server (version 5.7 only), innodb_temp_data_file_size_max parameter defines the maximum size of InnoDB temporary tablespace data files in MB. Setting the value to 0 means no limit, allowing growth up to the full storage size. Any non-zero value below 64 MB is rounded up to 64 MB, while values above 64 MB are applied as specified. This is a static variable and requires a server restart for changes to take effect.
217220

articles/postgresql/migrate/migration-service/concepts-migration-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The postGIS extension has breaking changes/compact issues between different vers
6666
- **Premigration consideration**: Users must ensure that no background job (for example, cron, BGP) is running that recreates partitions during the migration process.
6767

6868
## TimescaleDB migration
69-
The `TimescaleDB` extension is a time-series database packaged as an extension for PostgreSQL. It provides time-oriented analytical functions and optimizations and scales PostgreSQL for time-series workloads. [Learn more about TimescaleDB](https://docs.timescale.com/timescaledb/latest/), a registered trademark of Timescale, Inc. Azure Database for PostgreSQL flexible server provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses), and the migration service supports the same.
69+
The `TimescaleDB` extension is a time-series database packaged as an extension for PostgreSQL. It provides time-oriented analytical functions and optimizations and scales PostgreSQL for time-series workloads. [Learn more about TimescaleDB](https://docs.timescale.com/), a registered trademark of Timescale, Inc. Azure Database for PostgreSQL flexible server provides the TimescaleDB [Apache-2 edition](https://www.timescale.com/legal/licenses), and the migration service supports the same.
7070

7171
> [!NOTE]
7272
> Only **Offline** migration is possible for time series databases.

0 commit comments

Comments
 (0)