Skip to content

Commit

Permalink
Merge pull request #5087 from EnterpriseDB/release/2023-11-13
Browse files Browse the repository at this point in the history
Release: 2023-11-13
  • Loading branch information
nidhibhammar authored Dec 13, 2023
2 parents a0c702f + 8006ead commit acd0103
Show file tree
Hide file tree
Showing 12 changed files with 55 additions and 85 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ Before you begin the installation process:
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```

## Install the package
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ Before you begin the installation process:
sudo dnf config-manager --set-enabled powertools
```

- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```

## Install the package
Expand Down
3 changes: 0 additions & 3 deletions install_template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ products:
- name: Ubuntu 20.04
arch: x86_64
supported versions: [55]
- name: Ubuntu 18.04
arch: x86_64
supported versions: [55]
- name: Debian 11
arch: x86_64
supported versions: [55]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ legacyRedirects:

## Windows
- [Windows Server 2019](windows)
- [Windows Server 2022](windows)
- [Windows 11](windows)
{% endblock otherosinstall %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
{% set packageManager = "dnf" %}
{% block prerequisites %}
{{ super() }}
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```
{% endblock prerequisites %}
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@
{% set packageManager = "dnf" %}
{% block prerequisites %}
{{ super() }}
- Enable additional repositories to resolve dependencies:
```shell
dnf config-manager --set-enabled powertools
```
- Disable the built-in PostgreSQL module:
```shell
dnf -qy module disable postgresql
sudo dnf -qy module disable postgresql
```
{% endblock prerequisites %}
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ title: "Supported platforms and databases"

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

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

!!! Note
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.

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:
- The `-copyViaDBLinkOra` option that enables data migration using the db_link_ora extension
- The Oracle-compatible SQL command `CREATE DATABASE LINK`
!!!

Contact your EnterpriseDB Account Manager or [[email protected]](mailto:[email protected]) if you require support for other database products.

!!! Note
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.
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.
!!!

## Supported operating systems versions

Expand Down
4 changes: 3 additions & 1 deletion product_docs/docs/migration_toolkit/55/installing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Select a link to access the applicable installation instructions:

### Debian and derivatives

- [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)
- [Ubuntu 22.04](linux_x86_64/mtk_ubuntu_22), [Ubuntu 20.04](linux_x86_64/mtk_ubuntu_20)

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

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

- [Windows Server 2019](windows)
- [Windows Server 2022](windows)
- [Windows 11](windows)
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ navigation:
- mtk_sles_12
- mtk_ubuntu_22
- mtk_ubuntu_20
- mtk_ubuntu_18
- mtk_debian_11
- mtk_debian_10
---
Expand Down Expand Up @@ -63,8 +62,6 @@ Operating system-specific install instructions are described in the correspondin

- [Ubuntu 20.04](mtk_ubuntu_20)

- [Ubuntu 18.04](mtk_ubuntu_18)

- [Debian 11](mtk_debian_11)

- [Debian 10](mtk_debian_10)

This file was deleted.

24 changes: 13 additions & 11 deletions product_docs/docs/migration_toolkit/55/mtk_rel_notes/index.mdx
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_5570_rel_notes
- mtk_5561_rel_notes
- mtk_556_rel_notes
- mtk_555_rel_notes
Expand All @@ -18,17 +19,18 @@ navigation:

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.

| Version | Release Date |
| ------- | ------------ |
| [55.6.1](mtk_5561_rel_notes) | 06 Sep 2023 |
| [55.6.0](mtk_556_rel_notes) | 25 May 2023 |
| [55.5.0](mtk_555_rel_notes) | 14 Feb 2023 |
| [55.4.0](mtk_554_rel_notes) | 29 Nov 2022 |
| [55.3.0](mtk_553_rel_notes) | 06 Oct 2022 |
| [55.2.3](mtk_5523_rel_notes) | 16 Jun 2022 |
| Version | Release Date |
| ------------------------------- | ------------ |
| [55.7.0](mtk_5570_rel_notes) | 13 Dec 2023 |
| [55.6.1](mtk_5561_rel_notes) | 06 Sep 2023 |
| [55.6.0](mtk_556_rel_notes) | 25 May 2023 |
| [55.5.0](mtk_555_rel_notes) | 14 Feb 2023 |
| [55.4.0](mtk_554_rel_notes) | 29 Nov 2022 |
| [55.3.0](mtk_553_rel_notes) | 06 Oct 2022 |
| [55.2.3](mtk_5523_rel_notes) | 16 Jun 2022 |
| [55.2.2](05_mkt_5522_rel_notes) | 10 Mar 2022 |
| [55.2.1](06_mkt_5521_rel_notes) | 13 Jan 2022 |
| [55.2.0](07_mkt_552_rel_notes) | 2 Dec 2021 |
| [55.1.0](08_mkt_551_rel_notes) | 20 Sep 2021 |
| [55.0.0](09_mkt_55_rel_notes) | 19 Mar 2021 |
| [55.2.0](07_mkt_552_rel_notes) | 2 Dec 2021 |
| [55.1.0](08_mkt_551_rel_notes) | 20 Sep 2021 |
| [55.0.0](09_mkt_55_rel_notes) | 19 Mar 2021 |

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Migration Toolkit 55.7.0 release notes"
navTitle: Version 55.7.0
---

Released: 13 Dec 2023

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

| Type | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Enhancement | The Migration Toolkit is now certified to work with all the BigAnimal supported cluster types including the distributed high availability clusters. |
| 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] |
| 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] |
| 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]|
| 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] |
| 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] |
| 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. |
| Bug fix | Fixed an issue where a data copy was failing while migrating a source MySQL table due to a case-sensitive table name. |
| 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. |
| 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. |

2 comments on commit acd0103

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65799743d4e6e8109137c1c4--edb-docs.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.