Skip to content

Commit 8006ead

Browse files
authored
Merge pull request #5081 from EnterpriseDB/content/docs/mtk/55.7.0/new_release
MTK - 55.7.0 release branch
2 parents 72cf0d7 + 1ea0af0 commit 8006ead

File tree

8 files changed

+51
-65
lines changed

8 files changed

+51
-65
lines changed

install_template/config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ products:
8484
- name: Ubuntu 20.04
8585
arch: x86_64
8686
supported versions: [55]
87-
- name: Ubuntu 18.04
88-
arch: x86_64
89-
supported versions: [55]
9087
- name: Debian 11
9188
arch: x86_64
9289
supported versions: [55]

install_template/templates/products/migration-toolkit/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ legacyRedirects:
3636

3737
## Windows
3838
- [Windows Server 2019](windows)
39+
- [Windows Server 2022](windows)
40+
- [Windows 11](windows)
3941
{% endblock otherosinstall %}

product_docs/docs/migration_toolkit/55/02_supported_operating_systems_and_database_versions.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ title: "Supported platforms and databases"
99

1010
You can use the following database product versions with Migration Toolkit:
1111

12-
- PostgreSQL versions 11, 12, 13, 14, and 15
13-
- EDB Postgres Advanced Server versions 11, 12, 13, 14, and 15
12+
- PostgreSQL versions 12, 13, 14, 15, and 16
13+
- EDB Postgres Advanced Server versions 12, 13, 14, 15, and 16
1414
- Oracle 11g
1515
- Oracle 12c
1616
- Oracle 18c
@@ -25,10 +25,19 @@ You can use the following database product versions with Migration Toolkit:
2525
- (Sybase) SAP Adaptive Server Enterprise 15.7
2626
- (Sybase) SAP Adaptive Server Enterprise 16.0
2727

28+
!!! Note
29+
All the PostgreSQL and EDB Postgres Advanced Server versions available as BigAnimal single-node, primary/standby high-availability, and distributed high-availability cluster types are also supported for use with Migration Toolkit. See the BigAnimal (EDB’s managed database cloud service) [documentation](/biganimal/latest) for more information about BigAnimal’s [supported cluster types](/biganimal/latest/overview/02_high_availability/). See the [database version policy documentation](/biganimal/latest/overview/05_database_version_policy/) for the versions of PostgreSQL and EDB Postgres Advanced Server available in BigAnimal.
30+
31+
The superuser role isn't available in BigAnimal EDB Postgres Advanced Server distributed high-availability cluster databases. As a result, the following Migration Toolkit capabilities that require superuser access aren't supported when targeting BigAnimal distributed high-availability clusters:
32+
- The `-copyViaDBLinkOra` option that enables data migration using the db_link_ora extension
33+
- The Oracle-compatible SQL command `CREATE DATABASE LINK`
34+
!!!
35+
2836
Contact your EnterpriseDB Account Manager or [sales@enterprisedb.com](mailto:sales@enterprisedb.com) if you require support for other database products.
2937

3038
!!! Note
31-
The Migration Toolkit isn't tested with and doesn't officially support use with Oracle Real Application Clusters (RAC) and Exadata. However, Migration Toolkit might work when it is connected to a single persistent node. For more information, contact your EDB representative.
39+
The Migration Toolkit isn't tested with and doesn't officially support use with Oracle Real Application Clusters (RAC) and Exadata. However, Migration Toolkit might work when it's connected to a single persistent node. For more information, contact your EDB representative.
40+
!!!
3241

3342
## Supported operating systems versions
3443

product_docs/docs/migration_toolkit/55/installing/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Select a link to access the applicable installation instructions:
5656

5757
### Debian and derivatives
5858

59-
- [Ubuntu 22.04](linux_x86_64/mtk_ubuntu_22), [Ubuntu 20.04](linux_x86_64/mtk_ubuntu_20), [Ubuntu 18.04](linux_x86_64/mtk_ubuntu_18)
59+
- [Ubuntu 22.04](linux_x86_64/mtk_ubuntu_22), [Ubuntu 20.04](linux_x86_64/mtk_ubuntu_20)
6060

6161
- [Debian 11](linux_x86_64/mtk_debian_11), [Debian 10](linux_x86_64/mtk_debian_10)
6262

@@ -77,3 +77,5 @@ Select a link to access the applicable installation instructions:
7777
## Windows
7878

7979
- [Windows Server 2019](windows)
80+
- [Windows Server 2022](windows)
81+
- [Windows 11](windows)

product_docs/docs/migration_toolkit/55/installing/linux_x86_64/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ navigation:
2020
- mtk_sles_12
2121
- mtk_ubuntu_22
2222
- mtk_ubuntu_20
23-
- mtk_ubuntu_18
2423
- mtk_debian_11
2524
- mtk_debian_10
2625
---
@@ -63,8 +62,6 @@ Operating system-specific install instructions are described in the correspondin
6362

6463
- [Ubuntu 20.04](mtk_ubuntu_20)
6564

66-
- [Ubuntu 18.04](mtk_ubuntu_18)
67-
6865
- [Debian 11](mtk_debian_11)
6966

7067
- [Debian 10](mtk_debian_10)

product_docs/docs/migration_toolkit/55/installing/linux_x86_64/mtk_ubuntu_18.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Release notes"
33
redirects:
44
- ../01_whats_new/
55
navigation:
6+
- mtk_5570_rel_notes
67
- mtk_5561_rel_notes
78
- mtk_556_rel_notes
89
- mtk_555_rel_notes
@@ -18,17 +19,18 @@ navigation:
1819

1920
The Migration Toolkit documentation describes the latest version of Migration Toolkit 55 including minor releases and patches. The release notes in this section provide information on what was new in each release. For new functionality introduced in a minor or patch release, there are also indicators within the content about what release introduced the feature.
2021

21-
| Version | Release Date |
22-
| ------- | ------------ |
23-
| [55.6.1](mtk_5561_rel_notes) | 06 Sep 2023 |
24-
| [55.6.0](mtk_556_rel_notes) | 25 May 2023 |
25-
| [55.5.0](mtk_555_rel_notes) | 14 Feb 2023 |
26-
| [55.4.0](mtk_554_rel_notes) | 29 Nov 2022 |
27-
| [55.3.0](mtk_553_rel_notes) | 06 Oct 2022 |
28-
| [55.2.3](mtk_5523_rel_notes) | 16 Jun 2022 |
22+
| Version | Release Date |
23+
| ------------------------------- | ------------ |
24+
| [55.7.0](mtk_5570_rel_notes) | 13 Dec 2023 |
25+
| [55.6.1](mtk_5561_rel_notes) | 06 Sep 2023 |
26+
| [55.6.0](mtk_556_rel_notes) | 25 May 2023 |
27+
| [55.5.0](mtk_555_rel_notes) | 14 Feb 2023 |
28+
| [55.4.0](mtk_554_rel_notes) | 29 Nov 2022 |
29+
| [55.3.0](mtk_553_rel_notes) | 06 Oct 2022 |
30+
| [55.2.3](mtk_5523_rel_notes) | 16 Jun 2022 |
2931
| [55.2.2](05_mkt_5522_rel_notes) | 10 Mar 2022 |
3032
| [55.2.1](06_mkt_5521_rel_notes) | 13 Jan 2022 |
31-
| [55.2.0](07_mkt_552_rel_notes) | 2 Dec 2021 |
32-
| [55.1.0](08_mkt_551_rel_notes) | 20 Sep 2021 |
33-
| [55.0.0](09_mkt_55_rel_notes) | 19 Mar 2021 |
33+
| [55.2.0](07_mkt_552_rel_notes) | 2 Dec 2021 |
34+
| [55.1.0](08_mkt_551_rel_notes) | 20 Sep 2021 |
35+
| [55.0.0](09_mkt_55_rel_notes) | 19 Mar 2021 |
3436

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Migration Toolkit 55.7.0 release notes"
3+
navTitle: Version 55.7.0
4+
---
5+
6+
Released: 13 Dec 2023
7+
8+
New features, enhancements, bug fixes, and other changes in Migration Toolkit 55.7.0 include:
9+
10+
| Type | Description |
11+
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
12+
| Enhancement | The Migration Toolkit is now certified to work with all the BigAnimal supported cluster types including the distributed high availability clusters. |
13+
| Enhancement | Improved the performance of table-level parallel loading of many tables by updating the operation to fetch all the constraints in a single network round trip. [Support ticket #97379] |
14+
| Bug fix | Fixed an issue where user-created triggers on the target PostgreSQL or EDB Postgres Advanced Server databases were getting disabled during the data migration phase. [Support ticket #97637] |
15+
| Bug fix | Fixed an issue that caused reevaluation of the same table with an indefinite loop for table-level parallel loading mode. [Support ticket #96054]|
16+
| Bug fix | Fixed an issue where data copy was failing while migrating from a source Oracle database configured with the Latin9 character set. [Support ticket #99475, #99506] |
17+
| Bug fix | Fixed an issue where the copy API was failing to copy the data and a subsequent attempt to copy the data with the bulk insert mode was failing with a duplicate error in the target database.[Support ticket #99506, #97784] |
18+
| Bug fix | Fixed an issue where a data copy was failing while migrating a source SQL server table with a case-sensitive column name in the EDB Postgres Advanced server target database. |
19+
| Bug fix | Fixed an issue where a data copy was failing while migrating a source MySQL table due to a case-sensitive table name. |
20+
| Bug fix | Fixed an issue for partitioned tables with a `SUBPARTITION TEMPLATE` clause that caused a partitioned table sub-partitioned by range to fail to migrate. |
21+
| Bug fix | Fixed an issue where the `capture_admin` database system group was getting included when the `-allgroups` option was specified for migration from the source EDB Postgres Advanced Server version 16 database. |

0 commit comments

Comments
 (0)