-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4107 from EnterpriseDB/release/2023-05-18
Release: 2023-05-18
- Loading branch information
Showing
6 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
product_docs/docs/migration_portal/4/01_mp_release_notes/mp_4.5_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "Version 4.5" | ||
--- | ||
|
||
|
||
New features, enhancements, bug fixes, and other changes in Migration Portal 4.5 include the following: | ||
|
||
| Type | Description | | ||
| ---- |------------ | | ||
| Enhancement | The Migration Portal’s migration complexity and feature analysis capability now captures and reports the presence of the following Oracle features that hadn't previously been captured: `SELECT FOR UPDATE OF`, `ANY with = <> != operators`, `ANY with > < >= <= operators`, `IS JSON CHECK CONSTRAINT`, `LISTAGG ON OVERFLOW`, `UNDER IN TYPE DEFINITION`, `REF IN TYPE SPECIFICATIONS`, `OVERRIDING SUBPROGRAM DECLARATION IN TYPE`, and `OF IN OBJECT VIEW CLAUSE`. | | ||
| Enhancement | The EDB DDL Extractor utility now provides you with the option to extract `GRANT` statements only if desired when extracting schemas. Previously, `GRANT` statements were always extracted. Now, you can choose to extract them. By default, `GRANT` statements aren't extracted. | | ||
| Enhancement | The Migration Portal now indicates when a project is targeting an EDB Postgres Advanced Server database version that is nearing the end of normal support and to restrict further updates to the project when support for the target database is removed from the Migration Portal. | | ||
| Enhancement | Migration Portal now shows the project creation date and the Migration Portal version used when the project was created in the **Overview** section of the Migration Portal user interface. | | ||
| Enhancement | Migration Portal now detects the `SQLERRM()` function as an incompatible function for target database versions 11 to 14. | | ||
| Enhancement | Migration Portal has been enhanced with a new repair handler (ERH-2103), which replaces the use of the `= ANY` operator with `IN` and the `!= ANY` operator with `NOT IN`. | | ||
| Enhancement | Repair handler ERH-2100 now detects and removes `WRITE ON DIRECTORY` grant privileges, which aren't supported by EDB Postgres Advanced Server. | | ||
| Bug fix | Fixed the issue where some unsupported system grants like `IMPORT FULL` and `EXPORT FULL` weren't being removed by Migration Portal. | | ||
| Bug fix | Fixed the issue where the `DBMS_UTILITY.FORMAT_CALL_STACK` and `DBMS_UTILITY.LNAME_ARRAY` functions were incorrectly flagged as being incompatible although they are supported in EDB Postgres Advanced Server. | | ||
| Bug fix | Fixed the issue where the `CREATE ROLE` statement wasn't getting extracted for a role that is assigned to another role. | | ||
| Bug fix | Removed the unnecessary `SET SEARCH_PATH=GLOBAL_OBJECTS` statement from the project export sql file. | | ||
| Bug fix | Fixed the issue that was causing the Migration Portal assessment process to error out during the file parsing phase in a specific use case. | | ||
| Bug fix | Fixed the issue where nested tables that were being extracted and included in the uploaded source DDL by the Oracle Data Pump utilities was causing a parsing failure. EDB Postgres Advanced Server doesn't support nested tables. As a result, they are removed from the source DDL prior to processing and assessment by the Migration Portal. | | ||
| Security fix | The ejs library (for Node.js) used by the Migration Portal has been updated to address the security vulnerabilities identified in [CVE-2022-29078](https://nvd.nist.gov/vuln/detail/CVE-2022-29078) and [CVE-2021-23566](https://nvd.nist.gov/vuln/detail/CVE-2021-23566).| | ||
| Security fix | The terser (NPM) library used by the Migration Portal has been updated to address the security vulnerability identified in [CVE-2022-25858](https://nvd.nist.gov/vuln/detail/CVE-2022-25858). | | ||
|
||
## End of support notice | ||
Since the end of standard support for EDB Postgres Advanced Server (EPAS) version 11 is scheduled for November 20, 2023, more recent versions of EPAS that will be supported beyond 2023 should be selected for new Migration Portal projects. Support for EPAS 11 is planned to begin being removed from the Migration Portal on May 20, 2023 to help ensure that no new EPAS 11 projects will be created after this date. | ||
|
||
To maximize the length of available support and to take advantage of new features, particularly those that provide additional compatibility with Oracle, EDB recommends selecting the latest EPAS version as the target of a Migration Portal project. See the EDB [Platform Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) page for more information on the support periods for each EDB Postgres Advanced Server major version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5de0527
There was a problem hiding this comment.
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://64664fb789ec4725655b6a8d--edb-docs.netlify.app