Skip to content

Commit 521023d

Browse files
Merge pull request #6265 from EnterpriseDB/migration_portal_4.12.0
Migration Portal: 4.12.0 release
2 parents 7a9c9af + 753630b commit 521023d

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

product_docs/docs/migration_portal/4/01_mp_release_notes/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ redirects:
44
- ../01_whats_new/
55
- 09_mp_3.5.1_rel_notes
66
navigation:
7+
- mp_4.12.0_rel_notes
78
- mp_4.11.0_rel_notes
89
- mp_4.10.0_rel_notes
910
- mp_4.9.0_rel_notes
@@ -24,6 +25,7 @@ The Migration Portal documentation describes the latest version of Migration Por
2425

2526
| Version | Release date |
2627
|-------------------------------|--------------|
28+
| [4.12.0](mp_4.12.0_rel_notes) | 25 Nov 2024 |
2729
| [4.11.0](mp_4.11.0_rel_notes) | 20 Aug 2024 |
2830
| [4.10.0](mp_4.10.0_rel_notes) | 27 Jun 2024 |
2931
| [4.9.0](mp_4.9.0_rel_notes) | 21 May 2024 |
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Migration Portal 4.12.0 release notes"
3+
navTitle: Version 4.12.0
4+
---
5+
6+
Released: 25 Nov 2024
7+
8+
New features, enhancements, bug fixes, and other changes in Migration Portal 4.12.0 include the following:
9+
10+
| Type | Description |
11+
|-------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
12+
| Enhancement | Added support for EDB Postgres Advanced Server (EPAS) version 17, which introduced several new Oracle compatibility features. Migration Portal users can now assess their Oracle schemas against EPAS 17 and subsequently migrate the schema to an EPAS 17 database. |
13+
| Enhancement | The assessment notification message now informs users about possible delays when a partitioned table contains a large number of partitions. |
14+
| Enhancement | The ERH-2107 repair handler has been enhanced to remove the `COMPUTE STATISTICS` keyword from `CREATE INDEX` statements. |
15+
| Bug fix | Fixed an issue where Migration Portal skipped a portion of an object’s DDL due to a rare parsing failure. |
16+
| Bug fix | Fixed a minor UI issue where the **Reassess** button was displaced when the target DDL had a long line of code without a new line. |
17+
| Bug fix | Fixed an EDB DDL Extractor script issue that resulted in `PUBLIC SYNONYMS` not being extracted. The fix is included in a new version (2.4.5) of the EDB DDL Extractor script which can be downloaded from the Migration Portal. |
18+
| Security fix | Updated software libraries and implemented other security improvements. |

product_docs/docs/migration_portal/4/02_supported_platforms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Supported platforms"
66

77
<div id="supported_platforms" class="registered_link"></div>
88

9-
The Migration Portal supports assessment and migration from Oracle 11g, 12c, 18c, and 19c to EDB Postgres Advanced Server 12, 13, 14, 15, and 16. Migration Portal is supported on the following browsers.
9+
The Migration Portal supports assessment and migration from Oracle 11g, 12c, 18c, and 19c to EDB Postgres Advanced Server 13, 14, 15, 16, and 17. Migration Portal is supported on the following browsers.
1010

1111
## Supported browsers
1212

0 commit comments

Comments
 (0)