Skip to content

Commit

Permalink
MTK 55.10 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gvasquezvargas committed Nov 19, 2024
1 parent ff02a56 commit 923b31a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Release notes"
redirects:
- ../01_whats_new/
navigation:
- mtk_55100_rel_notes
- mtk_5590_rel_notes
- mtk_5580_rel_notes
- mtk_5570_rel_notes
Expand All @@ -23,6 +24,7 @@ The Migration Toolkit documentation describes the latest version of Migration To

| Version | Release Date |
|---------------------------------|--------------|
| [55.10.0](mtk_55100_rel_notes) | 20 Nov 2024 |
| [55.9.0](mtk_5590_rel_notes) | 21 Aug 2024 |
| [55.8.0](mtk_5580_rel_notes) | 16 May 2024 |
| [55.7.0](mtk_5570_rel_notes) | 13 Dec 2023 |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Migration Toolkit 55.10.0 release notes"
navTitle: Version 55.10.0
---

Released: 20 Nov 2024

New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.10.0 include:

| Type | Description | Ticket |
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------|
| Enhancement | Migration Toolkit now supports PostgreSQL version 17 and EDB Postgres Advanced Server version 17 both as a source and target database. | |
| Enhancement | Improved the handling and consistency in migrating virtual columns across different source and target database combinations. <br/> You can now choose whether to migrate virtual columns as virtual columns or map them to regular columns in the target. See [mapVirtualToRegular](../07_invoking_mtk/08_mtk_command_options/#-mapvirtualtoregular) for more information. | #38897 |
| Bug&nbsp;fix | Fixed an issue that caused synonyms from all source schemas to be migrated even when only one schema was selected for migration. | #41178 |
| Bug&nbsp;fix | Fixed an issue where the MySQL column type `BIGINT AUTO_INCREMENT` is not mapped to the `BIGSERIAL` column type in the target PostgreSQL/EDB Postgres Advanced Server table. | |
| Bug&nbsp;fix | Fixed the issue where migration fails in parallel mode for a table with a primary key based on the float data type. | |
| Bug&nbsp;fix | Fixed an issue where the indexes are skipped from migration when multiple tables are selected for a source MySQL database. | |

0 comments on commit 923b31a

Please sign in to comment.