From 1023493a21c0785d3f2e09d05a2b239258617052 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Tue, 15 Jun 2021 11:33:20 +0530 Subject: [PATCH 01/18] Oracle 19 C change Former-commit-id: c627e4bb98d7a7d2d2844e1beadaf34e45f78862 --- .../01_prerequisites/04_preparing_pub_database.mdx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx index 639e7bfd2b6..ec77b79d530 100644 --- a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx +++ b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx @@ -75,8 +75,15 @@ GRANT LOCK ANY TABLE TO pubuser; ```text GRANT UNLIMITED TABLESPACE TO pubuser; ``` +**Step 6 (For Oracle 19c onwards):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. -**Step 6:** The publication database user must be able to read the tables and views that are to be included in publications. +This requirement applies to both pluggable as well as non-container databases. + +```text +GRANT CREATE JOB TO pubuser; +``` + +**Step 7:** The publication database user must be able to read the tables and views that are to be included in publications. ```text GRANT SELECT ON edb.dept TO pubuser; @@ -85,7 +92,7 @@ GRANT SELECT ON edb.jobhist TO pubuser; GRANT SELECT ON edb.salesemp TO pubuser; ``` -**Step 7 (Optional):** Create one or more `group` roles containing the required privileges to access the tables and views of the publications that will be needed by application users. +**Step 8 (Optional):** Create one or more `group` roles containing the required privileges to access the tables and views of the publications that will be needed by application users. Using roles is convenient if you wish to add new application users who need privileges to `select, insert, update`, or `delete` from any of the publication tables. A role containing the required privileges can then be granted to the new users instead of granting each privilege individually to each user. From d7d17816b753aa25070088c750ddb0c80dead7e1 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Wed, 16 Jun 2021 21:40:37 +0530 Subject: [PATCH 02/18] Upcoming Release 3.2.0 Former-commit-id: 3ed9b745638bdc3fbaceb330978fbb55b9bcdee5 --- .../migration_portal/3.2.0/01_whats_new.mdx | 87 +++++ .../3.2.0/02_supported_platforms.mdx | 30 ++ .../01_mp_overview_home.mdx | 44 +++ .../02_mp_overview_project.mdx | 51 +++ .../03_mp_overview_wiki.mdx | 25 ++ .../3.2.0/03_mp_using_portal/index.mdx | 38 ++ .../01_mp_schema_extraction.mdx | 154 +++++++++ .../02_mp_schema_assessment.mdx | 111 ++++++ .../03_mp_schema_migration.mdx | 327 ++++++++++++++++++ .../04_mp_data_migration.mdx | 37 ++ .../3.2.0/04_mp_migrating_database/index.mdx | 24 ++ .../3.2.0/05_mp_advanced_data_migration.mdx | 19 + .../docs/migration_portal/3.2.0/images/1.png | 3 + .../docs/migration_portal/3.2.0/images/3.png | 3 + .../3.2.0/images/EDB_logo.png | 3 + .../3.2.0/images/edb_logo.svg | 19 + .../3.2.0/images/edb_logo_full_color.svg | 3 + .../3.2.0/images/mp_new_filters.png | 3 + .../3.2.0/images/mp_overview_home.png | 3 + .../3.2.0/images/mp_overview_project_kb.png | 3 + .../images/mp_overview_project_numbered.png | 3 + .../3.2.0/images/mp_overview_wiki.png | 3 + .../3.2.0/images/mp_overview_wiki_1.png | 3 + .../3.2.0/images/mp_overview_wiki_2.png | 3 + .../mp_schema_assessment_analysis_result.png | 3 + .../images/mp_schema_assessment_errors.png | 3 + .../mp_schema_assessment_incompatible.png | 3 + .../mp_schema_assessment_new_project.png | 3 + .../mp_schema_assessment_schema_report.png | 3 + ...mp_schema_assessment_schema_report_pdf.png | 3 + .../mp_schema_assessment_select_schema.png | 3 + .../mp_schema_assessment_verifying_ddl.png | 3 + .../mp_schema_assessment_workaround.png | 3 + .../images/mp_schema_dependent_objects.png | 3 + .../images/mp_schema_extraction_list.png | 3 + .../images/mp_schema_extraction_paths.png | 3 + .../images/mp_schema_extraction_target.png | 3 + .../images/mp_schema_mig_cloud_cluster.png | 3 + ...hema_mig_cloud_cluster_connection_page.png | 3 + ...hema_mig_cloud_cluster_connection_test.png | 3 + .../mp_schema_mig_cloud_epas_mig_success.png | 3 + ...chema_mig_cloud_epas_schemas_selection.png | 3 + .../images/mp_schema_mig_cloud_option.png | 3 + .../mp_schema_mig_exist_epas_contact_us.png | 3 + .../mp_schema_mig_exist_epas_download.png | 3 + .../mp_schema_mig_exist_epas_mig_success.png | 3 + ...chema_mig_exist_epas_schemas_selection.png | 3 + ...mig_exist_epas_schemas_selection_linux.png | 3 + .../mp_schema_mig_exist_epas_windows.png | 3 + .../images/mp_schema_mig_exist_linux.png | 3 + .../mp_schema_mig_new_epas_download.png | 3 + .../images/mp_schema_mig_new_epas_linux.png | 3 + .../mp_schema_mig_new_epas_linux_guide.png | 3 + .../mp_schema_mig_new_epas_linux_import.png | 3 + .../mp_schema_mig_new_epas_linux_repo.png | 3 + .../mp_schema_mig_new_epas_mig_success.png | 3 + ...ma_mig_new_epas_schemas_selection copy.png | 3 + ..._schema_mig_new_epas_schemas_selection.png | 3 + .../images/mp_schema_mig_new_epas_windows.png | 3 + .../mp_schema_mig_new_epas_windows_guide.png | 3 + .../mp_schema_mig_new_epas_windows_import.png | 3 + ..._schema_mig_new_epas_windows_installer.png | 3 + .../3.2.0/images/mp_schema_migration_cds.png | 3 + ...mp_schema_migration_connection_details.png | 3 + ...schema_migration_connection_successful.png | 3 + .../images/mp_schema_migration_deployed.png | 3 + ..._schema_migration_download_file_button.png | 3 + ..._schema_migration_download_file_option.png | 3 + .../mp_schema_migration_existing_epas.png | 3 + .../3.2.0/images/mp_schema_migration_home.png | 3 + .../images/mp_schema_migration_home_cloud.png | 3 + .../images/mp_schema_migration_home_new.png | 3 + ...schema_migration_select_schemas (copy).png | 3 + .../mp_schema_migration_select_schemas.png | 3 + .../3.2.0/images/mp_using_portal.png | 3 + .../images/mp_using_portal_accessing.png | 3 + ..._whats_new_assessment_report_rh_counts.png | 3 + .../images/mp_whats_new_branding_updates.png | 3 + .../images/mp_whats_new_common_failures.png | 3 + ...mp_whats_new_compatibility_guage_color.png | 3 + .../3.2.0/images/mp_whats_new_csv.png | 3 + .../mp_whats_new_objects_repaired_by_me.png | 3 + .../mp_whats_new_prepopulated_email.png | 3 + .../images/mp_whats_new_warning_sign.png | 3 + .../3.2.0/images/project page overview.png | 3 + .../migration_portal/3.2.0/images/test.png | 3 + .../3.2.0/images/whats_new_new_look.png | 3 + .../docs/migration_portal/3.2.0/index.mdx | 29 ++ 88 files changed, 1217 insertions(+) create mode 100644 product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/01_mp_schema_extraction.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/02_mp_schema_assessment.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/03_mp_schema_migration.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/04_mp_data_migration.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/index.mdx create mode 100644 product_docs/docs/migration_portal/3.2.0/05_mp_advanced_data_migration.mdx create mode 100755 product_docs/docs/migration_portal/3.2.0/images/1.png create mode 100644 product_docs/docs/migration_portal/3.2.0/images/3.png create mode 100644 product_docs/docs/migration_portal/3.2.0/images/EDB_logo.png create mode 100644 product_docs/docs/migration_portal/3.2.0/images/edb_logo.svg create mode 100644 product_docs/docs/migration_portal/3.2.0/images/edb_logo_full_color.svg create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_new_filters.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_overview_home.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_kb.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_numbered.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_1.png create mode 100644 product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_2.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_analysis_result.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_errors.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_incompatible.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_new_project.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report_pdf.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_select_schema.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_verifying_ddl.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_workaround.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_dependent_objects.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_list.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_paths.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_target.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_page.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_test.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_mig_success.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_schemas_selection.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_option.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_contact_us.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_download.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_mig_success.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection_linux.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_windows.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_linux.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_download.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_guide.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_import.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_repo.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_mig_success.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection copy.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_guide.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_import.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_installer.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_cds.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_details.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_successful.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_deployed.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_button.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_option.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_existing_epas.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_cloud.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_new.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas (copy).png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_using_portal.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_using_portal_accessing.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_assessment_report_rh_counts.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_branding_updates.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_common_failures.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_compatibility_guage_color.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_csv.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_objects_repaired_by_me.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_prepopulated_email.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_warning_sign.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/project page overview.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/test.png create mode 100755 product_docs/docs/migration_portal/3.2.0/images/whats_new_new_look.png create mode 100644 product_docs/docs/migration_portal/3.2.0/index.mdx diff --git a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx new file mode 100644 index 00000000000..efc856f7422 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx @@ -0,0 +1,87 @@ +--- +title: "What's New" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/whats_new.html" +--- + + + +The following enhancements are added to the Migration Portal for the release 3.2.0: + +- Asynchronous/Parallel assessment + + You can now create multiple projects and run the assessments in parallel, getting notified once the assessment completes. Also, use multiple browser tabs to work on projects simultaneously. + +- Restructured schema assessment report for enhanced readability along with consolidated information about the incompatible function/package + +- Refined object search and filter experience along with other UI enhancements + +- Starting this release, Migration Portal detects function/procedure names from the packages which are not supported in EPAS, for example, `'Incompatible function/package found : UTL_FILE.GET_RAW'`, giving a better understanding of error and the migration efforts required. + + +**Updated Repair Handler** + +Repair handlers convert Oracle syntax to Postgres-compatible syntax so that you don’t have to do it manually. + +- **ERH-2055 - UNSUPPORTED_USING_INDEX_CLAUSE** + + Updated the repair handler such that it does not remove GLOBAL indexes from the table definition + +- **ERH-1012 - INSERT_STATEMENT_ALIAS** + + Modified the repair handler as it was not firing for scenarios where INSERT statements contained the SELECT statement + + +- **ERH-2090 - CONVERT_FUNCTION** + + Enhanced the performance for large DDLs + +- **ERH-2027 - SESSION_GLOBAL_SEQUENCE** + + Enhanced the accuracy so that it functions correctly for edge case DDLs + +- **ERH-2079 - GLOBAL_PARTITIONED_INDEX** + + Removed this so that Global Partitioned Indexes will not be removed + +**Knowledge Base** + +Knowledge base entries provide workarounds or solutions for the objects that fail during an assessment. You can view and apply the knowledge base solutions to reassess the fail objects. + + +**New Knowledge Base entries** + +Following are the new knowledge base entries added: + +- **Workaround for Oracle SQLERRM function** + + The `SQLERRM()` function returns the error message associated with the most recently raised error exception. You may use Advanced Server supported `SQLCODE` and `SQLERRM` variables in the exception block to get similar results. + +- **Workaround for Oracle SQLCODE function** + + In PL/SQL blocks, the `SQLCODE` can be used for getting numeric code of exception, in Advanced Server you can create custom function which can return numeric value of error. + +- **Value assignment with %type operator for TYPE definition inside package** + + This syntax is supported starting with Advanced Server v12, hence we recommend upgrading to Advanced Server v12 or above to resolve this error. + +- **Global Indexes** + + Global Indexes map one index to multiple partitioned tables. There can be multiple workarounds, for example, aligning partitioning keys across all referencing and referenced tables. + +- **Workaround for NESTED Table** + + In Advanced Server, `ARRAY` can be used to achieve the same kind of functionality. + +- **Method Overloading** + + In Oracle, users can overload the method inside the package by changing the name of the arguments. In Advanced Server, users should change the argument type to overload a method. + + + + + + + diff --git a/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx b/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx new file mode 100644 index 00000000000..52834bfef16 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx @@ -0,0 +1,30 @@ +--- +title: "Supported Platforms" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/supported_versions.html" +--- + + + +The Migration Portal supports assessment and migration from Oracle 11g and 12c to EDB Postgres Advanced Server 10, 11, 12, or 13. Migration Portal is supported on the following browsers and operating systems: + +**Supported Browsers** + +For the best user experience, we recommend using the Google Chrome browser. Migration Portal is also supported on the following browsers: + +| **Browser** | **Supported Version** | +| ---------------------------- | --------------------- | +| Apple Safari on Macintosh OS | 11 and above | +| Google Chrome | 68 and above | +| Microsoft Edge | 42 and above | +| Mozilla Firefox | 60 and above | + +**Supported Operating Systems** + +| **Operating Systems** | **Supported Version** | +| --------------------- | --------------------- | +| Macintosh | OS X Sierra | +| Windows | 10 | +| Linux | CentOS 7 | diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx new file mode 100644 index 00000000000..547e4a952e3 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx @@ -0,0 +1,44 @@ +--- +title: "Overview of the Migration Portal Home Page" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_overview_home.html" +--- + + + +The Migration Portal home page provides quick access to migration tools. + +![The Migration Portal home page.](../images/mp_overview_home.png) + +*Figure 2-3: The Migration Portal home* + +The Migration Portal home page allows access to the following Migration Portal features: + +1. **Projects**: The `Projects` panel displays a list of assessed projects. + +2. **Create project**: Click `+ New` (the button located to the right of the `Projects` label) to create a new project. + +!!!Note + Uploading large DDL files might freeze or crash the browser (depending on the browser and the system resources in use). In this scenario, try running Migration Portal in a different browser or extracting fewer schemas and uploading that file on Migration Portal. + +3. **Search projects**: Use the `Search` box to search for projects. + +4. **Overview**: The `Overview` panel provides details about the selected project and displays the compatibility percentage after schema assessment. + +5. **Migrate to**: Use the `Migrate to` button to either download an EDB Postgres Advanced Server compatible `.sql` file or migrate a schema to an EDB Postgres Advanced Server on-premise or on the cloud. For more information, see [Schema Migration](../04_mp_migrating_database/03_mp_schema_migration/#mp_schema_migration). + +6. **Report**: Use the `Report` button to view and download the schema assessment report. + +7. **Delete**: Use the `Delete` button to delete a selected project. + +8. **Warning sign**: A warning message is displayed if a project or a schema is less than 70% compatible or any DDL doesn’t succeed after multiple attempts. + +9. **Upload DDL file**: Use the `Upload new schema` button to upload a new or additional DDL file. + +10. **Schemas**: The `Schemas` panel displays the assessment result from an uploaded DDL file. + +11. **Quick help**: The `Quick help` panel contains quick handles to a few required resources. + +12. **Portal Wiki**: The `Portal Wiki` has links to product information and different help guides. diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx new file mode 100644 index 00000000000..166dadf86de --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx @@ -0,0 +1,51 @@ +--- +title: "Overview of the Migration Portal Projects Page" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_overview_project.html" +--- + + + +The Migration Portal Projects page provides detailed information about your migration. + +![The Migration Portal Projects Page overview.](../images/mp_overview_project_numbered.png) + +*Figure 2-4: The Migration Portal Projects Page overview* + +Use the following resources to gather information about your migration projects: + +1. **Compatible**: The `Compatible` gauge displays the color on the basis of the compatibility percentage of the assessed schema. + +2. **Schema Count**: Displays the number of schemas in a project. + +3. **Migrate to**: Use the `Migrate to` to migrate the schema to an *EDB Postgres Advanced Server* on-prmise or on cloud. + +4. **Search objects**: Use the `Search` box to search for objects. + +5. **Filters**: You can filter the system repaired and manual repaired objects from the left panel of the Projects page.In addition, you can select one or more filter combinations to refine the information. + +6. **Objects**: Displays the objects for the selected schemas. + +7. **Common Failures**: Displays the reason for the failed objects for the selected schemas. + + ![Common Failures tab](../images/mp_whats_new_common_failures.png) + + *Figure 2-5: Common Failures tab* + + !!! Note + You can download a `CSV` file for the common failures for the project. + +8. **Schema**: The `Schema` panel displays the result of the assessment. + +9. **Tooltip**: Hover over a result set to display a tooltip with the number of passed, failed, and repaired objects. + + +10. **Quick help**: The `Quick help` panel displays links to Knowledge base articles and repair handler documentation. + +11. **Search**: Use the `Search` box to search the `Knowledge base` entries or repair handler documentation for specific information. + +![Searching the Knowledge Base entry.](../images/mp_overview_project_kb.png) + +*Figure 2-6: Searching the Knowledge Base entry* diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx new file mode 100644 index 00000000000..cc1a86df4f3 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx @@ -0,0 +1,25 @@ +--- +title: "Overview of the Migration Portal Wiki Page" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_overview_wiki.html" +--- + + + +The Portal Wiki page provides quick access to information: + +- What’s New information +- Quick Start guide +- Migrating Schema +- Migrating Data +- DDL Extractor guide +- Knowledge Base +- Repair handlers +- Migration Portal User's Guide +- FAQs + +![The Migration Portal Wiki page.](../images/mp_overview_wiki.png) + +*Figure 2-7: The Migration Portal Wiki page* diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx new file mode 100644 index 00000000000..dd6da340ca9 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx @@ -0,0 +1,38 @@ +--- +title: "Using Migration Portal" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_using_portal.html" +--- + + + +Migration Portal allows you to easily migrate your database schema from Oracle to EDB Postgres Advanced Server. You can upload schemas for assessment and get immediate feedback and suggestions. The portal allows you to download assessed DDLs for all objects and create your EDB Postgres database on-premises or in the cloud. + +![The assessment and migration process](../images/mp_using_portal.png) + +*Figure 2-1: The assessment and migration process* + +!!! Note + Migration Portal currently does not have team collaboration features. We recommend collaborative meetings, screen sharing, and using the downloadable assessment report to share results. + +To access the Migration Portal: + +1. Open a browser and navigate to . + +2. On the EnterpriseDB home page, click `Products` > `Migration Portal`. + +![Accessing the Migration Portal.](../images/mp_using_portal_accessing.png) + +*Figure 2-2: The assessment and migration process* + +3. Click `Open Migration Portal`. + +4. Log in using your credentials. + +
+ +mp_overview_home mp_overview_project mp_overview_wiki + +
diff --git a/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/01_mp_schema_extraction.mdx b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/01_mp_schema_extraction.mdx new file mode 100644 index 00000000000..eaf8bdf8f0b --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/01_mp_schema_extraction.mdx @@ -0,0 +1,154 @@ +--- +title: "Performing a Schema Extraction" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_schema_extraction.html" +--- + + + +**Prerequisites** + +Before extracting a schema, you must download the latest EDB DDL Extractor script from the Migration Portal `Projects` page or from the link provided in the DDL Extractor guide in the Portal Wiki. The script can be run in SQL Developer or SQL\*Plus. It uses Oracle’s `DBMS_METADATA` built-in package to extract DDLs for different objects under schemas (specified while running the script). The EDB DDL extractor creates the DDL file uploaded to the portal and analyzed for EDB Postgres compatibility. + +!!!Note + You must have `CONNECT` and `SELECT_CATALOG_ROLE` roles and `CREATE TABLE` privilege. + +**For SQL\*Plus** + +1. Connect to SQL\*Plus and run the command: + + `SQL>@edb_ddl_extractor.sql` + +2. Provide the schema name and the path or directory in which the extractor will store the extracted DDL. When extracting multiple schemas, use a comma (`‘,’`) as a delimiter. + +!!!Note + If you want to extract all the user schemas from the current database, do not mention any schema names while extracting. However, it is recommended to mention the schema names that you would like to extract. + +3. If you want to extract dependent objects from other schemas, enter `yes` or `no`. + + **For example, on Linux:** + +```text +Enter a comma separated list of schemas to be extracted (Default all schemas): HR, SCOTT, FINANCE + +Location for output file (Default current location) : /home/oracle/extracted_ddls/ + +WARNING: + +Given schema(s) list may contain objects which are dependent on objects from other schema(s), not mentioned in the list.` `Assessment may fail for such objects. It is suggested to extract all dependent objects together. + +Extract dependent object from other schemas?(yes/no) (Default no / Ignored for all schemas option): yes +``` +**On Windows:** + +```text +Enter comma separated list of schemas to be extracted (Default all schemas): HR, SCOTT, FINANCE + +Location for output file (Default current location) : c:\Users\Example\Desktop\ + +WARNING: + +Given schema(s) list may contain objects which are dependent on objects from other schema(s), not mentioned in the list.` `Assessment may fail for such objects. It is suggested to extract all dependent objects together. + +Extract dependent object from other schemas?(yes/no) (Default no / Ignored for all schemas option): yes +``` + +**For SQL Developer** + +1. Connect to the SQL server and run the following command: + +![Enter the path for Linux or Windows.](../images/mp_schema_extraction_paths.png) + +*Figure 3-1: Enter the path for Linux or Windows* + +2. Enter a comma-separated list of schemas: + +![Provide a list of schemas.](../images/mp_schema_extraction_list.png) + +*Figure 3-2: Provide a list of schemas* + +3. Enter the path for the output file: + +![Specify the output file path.](../images/mp_schema_extraction_target.png) + +*Figure 3-3: Specify the output file path* + +4. Enter (yes/no) to extract dependant objects: + +![Extracting dependent objects.](../images/mp_schema_dependent_objects.png) + +*Figure 3-4: Extracting dependent objects* + +!!! Note + You can also enter single schema name in both SQL\*Plus and SQL Developer. + +The script then iterates through the object types in the source database and once the task is completed, the .SQL output is stored at the entered location, i.e., `c:\Users\Example\Desktop\`. + +**Additional Notes** + +- The EDB DDL Extractor script does not extract objects restored using `Flashback` and still have names like `BIN$b54+4XlEYwPgUAB/AQBWwA==$0`. If you want to extract these objects, you must change the name of the objects and re-run the extraction process. +- DDL Extractor extracts `nologging` tables as normal tables. Once these tables are migrated to EDB Postgres Advanced Server, WAL log files will be created. +- DDL Extractor creates Global Temporary tables to store the schema names and their dependency information. These tables are dropped at the end of successful extraction. +- DDL Extractor script does not extract schemas whose name starts with `PG_` because PostgreSQL does not support it. If you want to extract these schemas, you must change name of schema before extraction. + +## Supported Object Types + +The Migration Portal supports the migration of the following object types: + +- Synonyms +- DB Links +- Types and Type Body +- Sequences +- Tables +- Constraints +- Indexes (Except LOB indexes and indexes on materialized views) +- Views +- Materialized Views +- Triggers +- Functions +- Procedures +- Packages + +!!! Note + COMMENTS on Columns, Tables, and Materialized Views are also supported. + +## Unsupported Object Types + +- Editions +- Operators +- Schedulers +- LOB indexes and Indexes on Materialized Views +- XML Schemas +- Profiles +- Role and Object Grants +- Tablespaces +- Directories +- Users +- RLS Policy +- Queues + +## Oracle System Schemas + +EDB DDL Extractor script will ignore the following system schemas while extracting from Oracle: + +| | | | +| --------------------- | --------------------- | ------------------ | +| ANONYMOUS | APEX_PUBLIC_USER | APEX_030200 | +| APEX_040000 | APEX_040000 | APPQOSSYS | +| AUDSYS | BI | CTXSYS | +| DMSYS | DBSNMP | DIP | +| DVF | DVSYS | EXFSYS | +| FLOWS_FILES | FLOWS_020100 | GSMADMIN_INTERNAL | +| GSMCATUSER | GSMUSER | IX | +| LBACSYS | MDDATA | MDSYS | +| MGMT_VIEW | OE | OJVMSYS | +| OLAPSYS | ORDPLUGINS | ORDSYS | +| ORDDATA | OUTLN | ORACLE_OCM | +| OWBSYS | OWBYSS_AUDIT | PM | +| RMAN | SH | SI_INFORMTN_SCHEMA | +| SPATIAL_CSW_ADMIN_USR | SPATIAL_WFS_ADMIN_USR | SYS | +| SYSBACKUP | SYSDG | SYSKM | +| SYSTEM SYSMAN | TSMSYS WKPROXY | WKSYS | +| WK_TEST XS$NULL | WMSYS | XDB | diff --git a/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/02_mp_schema_assessment.mdx b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/02_mp_schema_assessment.mdx new file mode 100644 index 00000000000..94a834bfe44 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/02_mp_schema_assessment.mdx @@ -0,0 +1,111 @@ +--- +title: "Performing a Schema Assessment" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_schema_assessment.html" +--- + + + +To assess an Oracle database schema for compatibility with EDB Postgres Advanced Server, you must: + +1. Navigate to the [Migration Portal](https://migration.enterprisedb.com). + +2. Enter your EDB credentials. + +3. Click `New` to create a new project. + +![The Migration Portal New project dialog.](../images/mp_schema_assessment_new_project.png) + +*Figure 3-5: The Migration Portal New project dialog box* + +4. On the `New project` dialog box, enter the project name in the `Project name` field. + +5. Specify project details: + + - Select the radio button next to the `Application interface`. + - Select a `Source DB` and `Version` for the source. + - Select the `Target DB` and `Version` for the target. + +6. Click `Choose file` to upload the .SQL file generated by the latest EDB DDL Extractor for Oracle Database. + + !!! Note + - You should not modify the .SQL file. + - Only the .SQL file generated by the latest EDB DDL Extractor can be uploaded. + + For more information, refer to the [Schema Extraction](01_mp_schema_extraction/#mp_schema_extraction) section. + +7. Check the box next to `Add Index Prefix` to specify an index prefix (`idx`) when creating a project to ensure better assessment results, as EDB Postgres Advanced Server does not support the same name for tables and indexes. + +8. Click `Create & assess` to create a new project and to assess the schemas. + + ![The Schema analysis result.](../images/mp_schema_assessment_analysis_result.png) + + *Figure 3-6: The Schema analysis result* + + The analysis tool will review every construct and execute repair actions to improve compatibility with EDB Postgres Advanced Server and flag any remaining errors that require manual intervention. + +9. Verify the DDL objects (e.g., TABLES) that do not show a 100% success ratio. + +![Verifying the DDL objects.](../images/mp_schema_assessment_verifying_ddl.png) + +*Figure 3-7: Verifying the DDL objects* + +10. Click the objects that are not compatible with EDB Postgres Advanced Server and view the details. At the bottom of the middle panel, you can view repair action details. + +![Incompatible objects are identified.](../images/mp_schema_assessment_incompatible.png) + +*Figure 3-8: Incompatible objects are identified* + +11. Refer to the Knowledge Base information in the right panel to locate the possible workarounds for the objects that are not immediately compatible with EDB Postgres Advanced Server. You can also view the Knowledge Base information on the Portal Wiki page. + +![Assessment result with errors.](../images/mp_schema_assessment_errors.png) + +*Figure 3-9: Assessment result with errors* + +12. On the `Knowledge Base` tab, you can enter the error message for the incompatible objects with EDB Postgres Advanced Server and click `Search`. + + The object detail panel displays the workaround or the resolution for the failed object. You can manually make the changes on the `Assessment` tab for that object and click `Reassess`. + +!!! Note + If any failed object passes while reassessing, the dependent objects for that object are also reassessed. + +![Workaround or resolution for incompatible objects.](../images/mp_schema_assessment_workaround.png) + +*Figure 3-10: Workaround or resolution for incompatible objects* + +Similarly, you can make all incompatible objects compatible. + +!!! Note + If the information or workaround for incompatible objects is not available in the Knowledge Base, please contact the support team for assistance. + +When you have finished working with the DDL, you can either download the modified EDB compatible DDL as a .sql file or migrate the schemas see, [Schema Migration](03_mp_schema_migration/#mp_schema_migration). + + + +## Generating an Assessment Report + +Migration Portal’s report functionality provides a high-level assessment summary of the schemas assessed for your project. In addition, the report provides details about the failed objects and the cause of failure. + +![Select schemas for reports.](../images/mp_schema_assessment_select_schema.png) + +*Figure 3-11: Select schemas for reports* + +To generate a report: + +1. Click the `Report` button to access the schema selection dialog. + +2. Select the schemas that you wish to include in the report. + +3. Click `Generate` to generate the onscreen report. + +![The Schema Assessment Report.](../images/mp_schema_assessment_schema_report.png) + +*Figure 3-12: The Schema Assessment Report* + +You can optionally select `Generate PDF` to save the report in `.pdf` format. You can also view the count of distinct repair handlers applied to the DDLs under the selected schemas. + +![The saved pdf report.](../images/mp_schema_assessment_schema_report_pdf.png) + +*Figure 3-13: The saved pdf report* diff --git a/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/03_mp_schema_migration.mdx b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/03_mp_schema_migration.mdx new file mode 100644 index 00000000000..9cd9a383c05 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/03_mp_schema_migration.mdx @@ -0,0 +1,327 @@ +--- +title: "Schema Migration" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_schema_migration.html" +--- + + + +After resolving errors in your schemas, you can use the schemas with a client application such as pgAdmin, ToadEdge, or the PSQL client, or migrate the schema to an EDB Postgres Advanced Server. + +!!!Note + + For more information about using Toad Edge with EDB Postgres Advanced Server, see Toad Edge for Postgres. + +You can choose one of the following options for migrating schemas; migrate to an: + +- Existing on-premises EDB Postgres Advanced Server +- New on-premises EDB Postgres Advanced Server +- EDB Postgres Advanced Server on Cloud + +![Schema migration home page](../images/mp_schema_migration_home.png) + +*Figure 3-14: Schema migration home page* + + + +## Migrating to an Existing On-Premises EDB Postgres Advanced Server Host + +You can migrate schemas to an existing on-premises EDB Postgres Advanced Server on Windows or Linux platforms. + +### Migrating Schemas on Windows + +1. Select the `Existing on-premises EDB Postgres Postgres Advanced Server` option: + +![Existing on-premises EDB Postgres Advanced Server home page](../images/mp_schema_migration_existing_epas.png) + +*Figure 3-15: Existing on-premises EDB Postgres Advanced Server home page* + +2. Select one or more schemas to migrate to EDB Postgres Advanced Server: + +![Selecting schemas for migration](../images/mp_schema_mig_exist_epas_schemas_selection.png) + +*Figure 3-16: Selecting schemas for migration* + +!!!Note + If your schemas are not 100% compatible, a banner will be displayed as shown; complete the `Contact Us` form for any assistance required. + +![The Contact Us form](../images/mp_schema_mig_exist_epas_contact_us.png) + +*Figure 3-17: The Contact Us form* + +3. Download the assessed schemas: + +![Download the assessed schemas](../images/mp_schema_mig_exist_epas_download.png) + +*Figure 3-18: Download the assessed schemas* + +4. Click on `Windows`: + +![Selecting Windows operating system](../images/mp_schema_mig_exist_epas_windows.png) + +*Figure 3-19: Selecting Windows operating system* + +5. To import the schemas, run the following command: + +- On CLI + + ```text + \i c:\users\...\.sql + ``` + +- On cmd/shell + + ```text + edb-psql -f .sql + ``` + +!!!Note + You can also use `pgAdmin` instead. + +The converted schemas are migrated to the target server. + +![A successful migration](../images/mp_schema_mig_exist_epas_mig_success.png) + +*Figure 3-20: A successful migration* + +### Migrating Schemas on Linux + +To migrate schemas to an existing on-premises EDB Postgres Advanced Server on Linux, complete the following steps: + +1. Click the `Existing on-premises EDB Postgres Advanced Server` option: + +![Existing on-premises EDB Postgres Advanced Server home page](../images/mp_schema_migration_existing_epas.png) + +*Figure 3-21: Existing on-Premises EDB Postgres Advanced Server home page* + +2. Select one or more schemas to migrate to EDB Postgres Advanced Server: + +![Selecting schemas for migration](../images/mp_schema_mig_exist_epas_schemas_selection_linux.png) + +*Figure 3-22: Selecting schemas for migration* + +3. Download the assessed schemas: + +![Download the assessed schemas](../images/mp_schema_mig_exist_epas_download.png) + +*Figure 3-23: Download the assessed schemas* + +4. Click on `Linux`: + +![Selecting Linux operating system](../images/mp_schema_mig_exist_linux.png) + +*Figure 3-24: Selecting Linux operating system* + +5. To import the schemas, invoke the following `edb-psql` client commands: + + ```text + sudo su - enterprisedb + edb-psql edb + create database ; + \\connect + \\i .sql + ``` + +!!!Note + You can optionally use the `pgAdmin` client for the import. + +The converted schemas are migrated to the target server. + +![A successful schema migration](../images/mp_schema_mig_exist_epas_mig_success.png) + +*Figure 3-25: A successful schema migration* + + + +## Migrating to a New On-Premises EDB Postgres Advanced Server Installation + +You can install new EDB Postgres Advanced Server on-premises on Windows or Linux platforms and migrate the schemas. + +### Migrating Schemas on Windows + +To migrate schemas to a new on-premises EDB Postgres Advanced Server on Windows, complete the following steps: + +1. Click `New on-premises EDB Postgres Postgres Advanced Server` option. + +![New on-premises EDB Postgres Advanced Server home page](../images/mp_schema_migration_home_new.png) + +*Figure 3-26: New on-premises EDB Postgres Advanced Server home page* + +2. Select one or more schemas to migrate on EDB Postgres Advanced Server. + +![Selecting schemas for migration](../images/mp_schema_mig_new_epas_schemas_selection.png) + +*Figure 3-27: Selecting schemas for migration* + +3. Select the `Windows` operating system. + +![Selecting Windows operating system](../images/mp_schema_mig_new_epas_windows.png) + +*Figure 3-28: Selecting Windows operating system* + +4. Download `Windows Installer`. + +![Downloading Windows installer](../images/mp_schema_mig_new_epas_windows_installer.png) + +*Figure 3-29: Downloading Windows installer* + +5. For installation steps, click `EDB Postgres Advanced Server Installation Guide for Windows`. + +![View Windows installation guide](../images/mp_schema_mig_new_epas_windows_guide.png) + +*Figure 3-30: A successful schema migration* + +6. Download the assessed schemas. + +![Downloading the assessed file](../images/mp_schema_mig_new_epas_download.png) + +*Figure 3-31: Downloading the assessed file* + +7. You can import schemas by running the following command: + + - On CLI + + ```text + \i c:\users\...\.sql + ``` + + - On cmd/shell + + ```text + edb-psql -f .sql + ``` + +![Importing schemas into EDB Postgres Advanced Server](../images/mp_schema_mig_new_epas_windows_import.png) + +*Figure 3-32: Importing schemas into EDB Postgres Advanced Server* + +!!! Note + You can also use `pgAdmin` instead. + +The schemas are migrated to the target server. + +
+ +*Figure 3-33: Importing schemas into EDB Postgres Advanced Server* + + +### Migrating Schemas on Linux + +To migrate schemas to an on-premises EDB Postgres Advanced Server on Linux, complete the following steps: + +1. Click `New On-premises EDB Postgres Advanced Server` option. + +![Migrating schemas home page](../images/mp_schema_migration_home_new.png) + +*Figure 3-34: Migrating schemas home page* + +2. Select one or more schemas to migrate on EDB Postgres Advanced Server. + +![Selecting schemas for migration](../images/mp_schema_mig_new_epas_schemas_selection.png) + +*Figure 3-35: Selecting schemas for migration* + +3. Select the `Linux` operating system. + +![Selecting Linux operating system](../images/mp_schema_mig_new_epas_linux.png) + +*Figure 3-36: Selecting Linux operating system* + +4. You can select one of the following options to install the EDB Postgres Advanced Server: + + - Repository + - More options + + ![Selecting Linux repository](../images/mp_schema_mig_new_epas_linux_repo.png) + + *Figure 3-37: Selecting Linux repository* + +5. For information on the installation procedure, click `EDB Postgres Advanced Server Installation Guide` for Linux: + +![Selecting Linux installation guide](../images/mp_schema_mig_new_epas_linux_guide.png) + +*Figure 3-38: Selecting Linux installation guide* + +6. Download the assessed schemas: + +![Downloading the assessed schemas](../images/mp_schema_mig_new_epas_download.png) + +*Figure 3-39: Downloading the assessed schemas* + +7. To import the schemas, run the following command: + + ```text + sudo su - enterprisedb + edb-psql edb + create database ; + \connect + \i .sql + ``` + +![Importing schemas into EDB Postgres Advanced Server](../images/mp_schema_mig_new_epas_linux_import.png) + +*Figure 3-40: Importing schemas into EDB Postgres Advanced Server* + +!!! Note + You can also use pgAdmin instead. + +The converted schemas are migrated to the target server. + +![A successful schema migration](../images/mp_schema_mig_new_epas_mig_success.png) + +*Figure 3-41: A successful schema migration* + +## Migrating to the Cloud + +To migrate schemas on EDB Postgres Advanced Server to Cloud, complete the following steps: + +2. Click `EDB Postgres Advanced Server on Cloud` option: + +![EDB Postgres Advanced Server on Cloud](../images/mp_schema_migration_home_cloud.png) + +*Figure 3-42: EDB Postgres Advanced Server on Cloud* + +3. Select one or more schemas to migrate to EDB Postgres Advanced Server: + +![Selecting schemas for migration](../images/mp_schema_mig_cloud_epas_schemas_selection.png) + +*Selecting schemas for migration* + +4. Select the cloud platform. For example, `IBM Cloud`: + +![Selecting cloud option for migration](../images/mp_schema_mig_cloud_option.png) + +*Figure 3-43: Selecting cloud option for migration* + +5. To launch a new cluster, click `Go to Cloud`: + +![Launching a cloud cluster](../images/mp_schema_mig_cloud_cluster.png) + +*Figure 3-44: Launching a cloud cluster* + +Or, if you have an existing cluster running, click `Next`. + +6. Enter the required connection details on the `Connect` page: + +![Connecting to the cloud cluster](../images/mp_schema_mig_cloud_cluster_connection_page.png) + +*Figure 3-45: Connecting to the cloud cluster* + +!!!Note + You can click `Edit Connection` to make changes to the connection details and retest the connection details. + +7. Click `Test Connection` to verify the connection details: + +![Verify the connection details](../images/mp_schema_mig_cloud_cluster_connection_test.png) + +*Figure 3-46: Verify the connection details* + +8. Once the connection is successful, click `Next`: + +![A successful migration](../images/mp_schema_mig_cloud_epas_mig_success.png) + +*Figure 3-47: A successful migration* + +The converted schemas are migrated to the target server. diff --git a/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/04_mp_data_migration.mdx b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/04_mp_data_migration.mdx new file mode 100644 index 00000000000..cda5180bada --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/04_mp_data_migration.mdx @@ -0,0 +1,37 @@ +--- +title: "Data Migration" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_data_migration.html" +--- + + + +After performing the schema migration, complete the following steps to migrate data: + +1. Use Migration Toolkit to migrate the data. For detailed information about using Migration Toolkit, see the [Migration Toolkit Guide](/migration_toolkit/latest/). + +2. Configure the Migration Toolkit `toolkit.properties` file, ensuring that connection information for the source and target databases is available in the property file: + +```text +SRC_DB_URL = jdbc: oracle:thin:@localhost:1521:ORCL +SRC_DB_USER = user_name +SRC_DB_PASSWORD = password +TARGET_DB_URL= jdbc:edb://localhost:5444/migration +TARGET_DB_USER = enterprisedb +TARGET_DB-PASSWORD = password +``` + +For more information, see [Building the toolkit.properties File](/migration_toolkit/53.0.1/06_building_toolkit.properties_file/). + +3. Invoke Migration Toolkit in `–dataOnly` mode. Include the `–truncLoad` keyword to resolve foreign key dependencies across tables. + + For example, the following command migrates data to a schema named `hr`: + + `runMTK.sh –dataOnly –targetSchema hr –truncLoad HR` + + The command migrates the specified `source_schema` to the `target_schema`. The data is loaded into the locally installed EDB Postgres instance with a database superuser named `enterprisedb` and the password of `password`. + + !!! Note + The tables are truncated before attempting the data load. diff --git a/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/index.mdx b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/index.mdx new file mode 100644 index 00000000000..f5398ffbf42 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/04_mp_migrating_database/index.mdx @@ -0,0 +1,24 @@ +--- +title: "Migrating a Database" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_migrating_database.html" +--- + + + +To migrate a database, you must complete the following steps: + +1. Perform a [Schema Extraction](01_mp_schema_extraction/#mp_schema_extraction). +2. Perform a [Schema Assessment](02_mp_schema_assessment/#mp_schema_assessment). +3. Perform a [Schema Migration](03_mp_schema_migration/#mp_schema_migration). +4. Perform a [Data Migration](04_mp_data_migration/#mp_data_migration). + +The following sections provide detailed information about each step in the migration process. + +
+ +mp_schema_extraction mp_schema_assessment mp_schema_migration mp_data_migration + +
diff --git a/product_docs/docs/migration_portal/3.2.0/05_mp_advanced_data_migration.mdx b/product_docs/docs/migration_portal/3.2.0/05_mp_advanced_data_migration.mdx new file mode 100644 index 00000000000..653e4104f35 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/05_mp_advanced_data_migration.mdx @@ -0,0 +1,19 @@ +--- +title: "Advanced Data Migration" + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/mp_advanced_data_migration.html" +--- + + + +For larger databases that require a parallel data load, you can use one of the following methods: + +- Use the EDB Postgres Advanced Server database link feature (for compatibility with Oracle databases). + + Or + +- Use a Dblink or a database link style migration (if your data contains `CLOB` data). + +For more information, see the [Migration Toolkit Guide](/migration_toolkit/latest/). diff --git a/product_docs/docs/migration_portal/3.2.0/images/1.png b/product_docs/docs/migration_portal/3.2.0/images/1.png new file mode 100755 index 00000000000..dc744b99685 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a22c1fbd9a0546e7b816e8d8822ecc08c634b5fd007e54c2d6ac48460db36 +size 333248 diff --git a/product_docs/docs/migration_portal/3.2.0/images/3.png b/product_docs/docs/migration_portal/3.2.0/images/3.png new file mode 100644 index 00000000000..28f491b14e1 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:251c8c8358c4a2527f36871641cf7a56f0adab3e6262fa5572ae0386f3f76f4e +size 169366 diff --git a/product_docs/docs/migration_portal/3.2.0/images/EDB_logo.png b/product_docs/docs/migration_portal/3.2.0/images/EDB_logo.png new file mode 100644 index 00000000000..f4a93cf57f5 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/EDB_logo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07423b012a855204780fe5a2a5a1e33607304a5c3020ae4acbf3d575691dedd6 +size 12136 diff --git a/product_docs/docs/migration_portal/3.2.0/images/edb_logo.svg b/product_docs/docs/migration_portal/3.2.0/images/edb_logo.svg new file mode 100644 index 00000000000..f24d1dfefee --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/edb_logo.svg @@ -0,0 +1,19 @@ + + + edb-logo-disc-dark + + + + \ No newline at end of file diff --git a/product_docs/docs/migration_portal/3.2.0/images/edb_logo_full_color.svg b/product_docs/docs/migration_portal/3.2.0/images/edb_logo_full_color.svg new file mode 100644 index 00000000000..f4b3ee2ce3d --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/edb_logo_full_color.svg @@ -0,0 +1,3 @@ + + + diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_new_filters.png b/product_docs/docs/migration_portal/3.2.0/images/mp_new_filters.png new file mode 100755 index 00000000000..62e773b403b --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_new_filters.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b13662702786b513822ca25bf9e1c11e9acc9bd97facb318a898cdb7c95b2b6 +size 50952 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_home.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_home.png new file mode 100755 index 00000000000..2b43403db94 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_home.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b4b8a62eefa5479c5147dcfcab6eedd58809df221cd575e80ee00f5369150a +size 390703 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_kb.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_kb.png new file mode 100755 index 00000000000..ba852f29513 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_kb.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307fd1d981edcb52060a4ecf27fd46b96cc315495adf71a081ed268a98a55a32 +size 218917 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_numbered.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_numbered.png new file mode 100755 index 00000000000..9cb624aa993 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_project_numbered.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9cad2c3da6cf18e2647a1b765f2e222fe2cb04ebb51b8495c0cc51a4cac7e6 +size 152890 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki.png new file mode 100755 index 00000000000..4fa4ed911c0 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68c909fbf0e2e7418472164b39a4ac4bd1ac9316fe6cdaf6ae659f69bb27284 +size 370692 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_1.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_1.png new file mode 100755 index 00000000000..fb753f9bbb2 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6d069b990e5c5e68d91ae7aa439482e7e55eb13386e63adf89c880b47237cf +size 490500 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_2.png b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_2.png new file mode 100644 index 00000000000..f1fdf6da59b --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_overview_wiki_2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25a0ab4fdde71016125e5950db30feecdecd43d1aab3634133b289fe33f1505a +size 136789 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_analysis_result.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_analysis_result.png new file mode 100755 index 00000000000..bbde0fe0b5b --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_analysis_result.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447ef7497cefda80a887ac707f67f68c13d084a866d63264e6927a4f872580ac +size 429064 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_errors.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_errors.png new file mode 100755 index 00000000000..360c867e842 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_errors.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f25fc09afa41ccad65655958d75b9bdb786cda64b4a9766053f1e0e37eab2 +size 151290 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_incompatible.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_incompatible.png new file mode 100755 index 00000000000..b6bf80a4c55 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_incompatible.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6ff78cad56535a28f5d05b76bf0a12a53d24714a1a9e94d8e501878baf6094 +size 168738 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_new_project.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_new_project.png new file mode 100755 index 00000000000..5599ff51022 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_new_project.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46870f478e817454a0d62bc34275b305d1c29e3820c2c97c3c985ef86b79ea6d +size 112914 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report.png new file mode 100755 index 00000000000..260231c6366 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424213b21982bea5adab0967121a343237fa56bca6541b2814ae65c5310fe341 +size 68996 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report_pdf.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report_pdf.png new file mode 100755 index 00000000000..2743b5b0481 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_schema_report_pdf.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a58f03823897d4d01129d906748a27a9eb889bc1fdd9818c682633da266a2be +size 193361 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_select_schema.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_select_schema.png new file mode 100755 index 00000000000..3a26180a679 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_select_schema.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d471716cfa8593d28ffcdb043beaaf7254beaa0c94665742a99ff4f5f1a0969e +size 29120 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_verifying_ddl.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_verifying_ddl.png new file mode 100755 index 00000000000..360c867e842 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_verifying_ddl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f25fc09afa41ccad65655958d75b9bdb786cda64b4a9766053f1e0e37eab2 +size 151290 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_workaround.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_workaround.png new file mode 100755 index 00000000000..ff01ffe80c1 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_assessment_workaround.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b5207f8087a36934f6cfad187fd98969e064327b694f2e4ca64355714c54118 +size 236798 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_dependent_objects.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_dependent_objects.png new file mode 100755 index 00000000000..c5dec37a8b1 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_dependent_objects.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c56932629d9bb6e048cb79f43f967769869361ee927d63fa47a4f3b5c5d5de6 +size 24500 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_list.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_list.png new file mode 100755 index 00000000000..ab0623f9162 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_list.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56d5244d188809f68da267ea8627da0205a8bef67e5f8a967efa78c31714158 +size 24444 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_paths.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_paths.png new file mode 100755 index 00000000000..bf244835bff --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_paths.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e619fb8c11287a160bb8470e122f01bdd80d22aed7a7cab162485310000f958 +size 24866 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_target.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_target.png new file mode 100755 index 00000000000..717a904e658 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_extraction_target.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf3d8ff33c458941e20acfbff66491ca5b63ed225978af7639535e4c434894e +size 29360 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster.png new file mode 100755 index 00000000000..0e966348fb9 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2df1d3978c10b62f18749732934d2c6c3d04d694e272aef28564541896b533 +size 130231 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_page.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_page.png new file mode 100755 index 00000000000..fe4494ffa01 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_page.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e8481c87e055b99ddabd50ac9a887bd9c1f0bd8c06d8c23d65f22b06b9a8ab +size 159522 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_test.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_test.png new file mode 100755 index 00000000000..7594ba653b8 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_cluster_connection_test.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9115f6f4b2bdca854feaf42ab5dc3169d47b22a759e6a28a6f06a19e062dbab +size 176689 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_mig_success.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_mig_success.png new file mode 100755 index 00000000000..cee55ac7438 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_mig_success.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265f609bd27a36ee980ad46602a8db012d265e5835784cf91a308f7fcd2c9dfb +size 149182 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_schemas_selection.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_schemas_selection.png new file mode 100755 index 00000000000..d17e7a9b1b7 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_epas_schemas_selection.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c444ed83d7931a02a0c5fdb502c8638b2d78cc775e828fb111bbfd544c5050 +size 140677 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_option.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_option.png new file mode 100755 index 00000000000..7b81eedc871 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_cloud_option.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac0c368b2ee346f4fdc97934fdccbe11e1ac7b8cc5c39157720218559bbd37e +size 137500 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_contact_us.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_contact_us.png new file mode 100755 index 00000000000..8c0754cf39c --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_contact_us.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84e4c6a82326e175a4fda3ca23f54892223b3c5eee21b680bc850816b41cf8f +size 52042 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_download.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_download.png new file mode 100755 index 00000000000..f46f5bad0c9 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_download.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92a2e27fb3f4f35451239b8497a9ea8f0ed168b8aaffddccb81f522659e53ea +size 174547 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_mig_success.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_mig_success.png new file mode 100755 index 00000000000..13dbf3d8940 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_mig_success.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47b41e78cdd37c2359cce2d9a8f44b242c9c23c8558dd1e87c60b9d85d32dbb +size 162802 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection.png new file mode 100755 index 00000000000..319ced39b13 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7298b1f5e4f8fb6f0e79c2db3ab9d7986c4a12f887226a14b141603b0c5d211 +size 145616 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection_linux.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection_linux.png new file mode 100755 index 00000000000..319ced39b13 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_schemas_selection_linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7298b1f5e4f8fb6f0e79c2db3ab9d7986c4a12f887226a14b141603b0c5d211 +size 145616 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_windows.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_windows.png new file mode 100755 index 00000000000..d21838de502 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_epas_windows.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea6e5ef7e230671bd1a3d6de3623f055cd35481d447194c492e701ab838a5f1 +size 175889 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_linux.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_linux.png new file mode 100755 index 00000000000..f3a4a769bd0 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_exist_linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71968319df484f684789d7b76146607459900324dcd9cf6ac1211a89a943ed7 +size 203330 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_download.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_download.png new file mode 100755 index 00000000000..600e452851e --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_download.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d93baa2b4ba70e4fc074fd646fa65f7197ec4e2fa6c2c816b33eb23bfbf0ff1 +size 184597 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux.png new file mode 100755 index 00000000000..852f6d53e5a --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677d100f97be9860065db209e07902be872cea386062f80e2021a0a76753c664 +size 164185 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_guide.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_guide.png new file mode 100755 index 00000000000..9e339fc7e73 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_guide.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe8dcec46f7514879337a43c0338b8bbb660de7383ec2cf6111770f23436a719 +size 170231 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_import.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_import.png new file mode 100755 index 00000000000..32b9a85e038 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_import.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a2323d8701aa62c60280e52d1be5840dbeef9dbc91f22975f493fb1028bdd8 +size 230854 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_repo.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_repo.png new file mode 100755 index 00000000000..de4a4ca7ad7 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_linux_repo.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3227bb949349b0badd126cb751968809c2a3e05fffef82b76ac1620530e976a9 +size 163053 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_mig_success.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_mig_success.png new file mode 100755 index 00000000000..a2657d0a4f5 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_mig_success.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e1a47db1cc6e3c284cc5e935eb3799fd6d5ab5b4be5a7eb57b6a8a316fc3808 +size 172674 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection copy.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection copy.png new file mode 100755 index 00000000000..1231ed9fd9a --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection copy.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2486bde83942467f6f99a5d36d2e0c300c6d1aa4f32c4a07a320670f092a678 +size 127554 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection.png new file mode 100755 index 00000000000..a08c3e0c2cf --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_schemas_selection.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d52f347581fc9722185fee58a9c110f588476448b377be6abcc0dbacb2d91d +size 158238 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows.png new file mode 100755 index 00000000000..18011128840 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed26255587c0d2190f6e00c49e4e90f55df27f5f57a4fb8d716b81079d16f48 +size 165394 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_guide.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_guide.png new file mode 100755 index 00000000000..0981ec38ecb --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_guide.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbbb0207ab63d280f522374c4aec6318de522e6a9acdc2dc9943bce66e13325 +size 174277 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_import.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_import.png new file mode 100755 index 00000000000..afcee8c6e8f --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_import.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b1c0b191617744735f45d7158adb3dcc40ef69d2e0709db12e7252cde6f63e +size 201437 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_installer.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_installer.png new file mode 100755 index 00000000000..544da5d939b --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_mig_new_epas_windows_installer.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535c26e7c31f4f542b514ef9fd10e69e882dd2dc4d719239b164bb90ab16c1a4 +size 162452 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_cds.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_cds.png new file mode 100755 index 00000000000..8449131fd2e --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_cds.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5989e44a876c96cabbd330aa151e3a1d129567d20cd06079306f7a76ca620b9 +size 72596 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_details.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_details.png new file mode 100755 index 00000000000..098f9ac5022 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_details.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44343b4cac8734d13ebb8df805ebe2be8c18bbcf7f9fb142bc04b183568df1ae +size 61238 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_successful.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_successful.png new file mode 100755 index 00000000000..39ef725874a --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_connection_successful.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fdf8c72195f5aa86e478df468904f4828e96453f1852d57df52a9e97cd080b2 +size 112507 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_deployed.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_deployed.png new file mode 100755 index 00000000000..5a7d70bb5da --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_deployed.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76dcb59d583f2923da4a04ec1eb203652608ac489747e1622a45d4cce1d73204 +size 19788 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_button.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_button.png new file mode 100755 index 00000000000..10fe8cc4f74 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_button.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537d36adbc115fe1f807f3167b37fdeb07ff6b1437029557b4a5b3693a0ffc3e +size 18816 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_option.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_option.png new file mode 100755 index 00000000000..3f9f03e8829 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_download_file_option.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b98174a1d80953cdca6a3cb93e48694f54062450b5657c0643300b9c038e38 +size 73606 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_existing_epas.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_existing_epas.png new file mode 100755 index 00000000000..7a928e18c19 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_existing_epas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5755bcee19305d3f08a806be23e47abca871ef3a79e311cfff565817d6861570 +size 229651 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home.png new file mode 100755 index 00000000000..22fe5b1c37c --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e322d2c67e5e78f511ae226b0c9d99323cbb35ed91204027b853ea83da37c2b0 +size 230803 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_cloud.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_cloud.png new file mode 100755 index 00000000000..f91b6ab2c61 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_cloud.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef156130d5a720bea9071ddeb4dc63c9754902b680b1437c588c5cacc07ad105 +size 222379 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_new.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_new.png new file mode 100755 index 00000000000..22fe5b1c37c --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_home_new.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e322d2c67e5e78f511ae226b0c9d99323cbb35ed91204027b853ea83da37c2b0 +size 230803 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas (copy).png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas (copy).png new file mode 100755 index 00000000000..3389d885782 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas (copy).png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75281f9e776877c05b61883225d93380b00257559791dc36e7deba983eb1c29 +size 30237 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas.png b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas.png new file mode 100755 index 00000000000..3389d885782 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_schema_migration_select_schemas.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75281f9e776877c05b61883225d93380b00257559791dc36e7deba983eb1c29 +size 30237 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal.png b/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal.png new file mode 100755 index 00000000000..6491267a0b5 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c86bb27061e5a3ff71a2e275d16227afa455fd26f7c8a07dd589115a2d977f7 +size 150849 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal_accessing.png b/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal_accessing.png new file mode 100755 index 00000000000..2b7b16420d5 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_using_portal_accessing.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74e2a090887df3569f380836b401dfc5363d1a50ce75889071e191e477cbc78 +size 1544806 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_assessment_report_rh_counts.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_assessment_report_rh_counts.png new file mode 100755 index 00000000000..0c7f2f1a6ee --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_assessment_report_rh_counts.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17554f7befceab4da74871c87f0a62d5164004e5cb8678ba0d2b0be1a477dda8 +size 278021 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_branding_updates.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_branding_updates.png new file mode 100755 index 00000000000..f8210e618c1 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_branding_updates.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6718631ec3c941820fe0229c58593d7ff460f6157af9620e14a03b923b01948b +size 145024 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_common_failures.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_common_failures.png new file mode 100755 index 00000000000..9da3bd462c0 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_common_failures.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cce753a745ced3797143c67c5261f4a0d544d116765ad667fabad70797579d7 +size 159835 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_compatibility_guage_color.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_compatibility_guage_color.png new file mode 100755 index 00000000000..9a1104c1f14 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_compatibility_guage_color.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462d65fd28dc30a936819b2bf28fbef1d63b6c342436651a40cd19ba7543d579 +size 121274 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_csv.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_csv.png new file mode 100755 index 00000000000..42d44ed986f --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_csv.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90f083cedadf649439c5c323d6220541e035f79482467a21fa16da55fd6ec97 +size 159592 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_objects_repaired_by_me.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_objects_repaired_by_me.png new file mode 100755 index 00000000000..89be2bd99bd --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_objects_repaired_by_me.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3240f22c6bf36138b43c618b6f39f720b8697544f9e44bee8b364e65c1642741 +size 70305 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_prepopulated_email.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_prepopulated_email.png new file mode 100755 index 00000000000..27179ccc770 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_prepopulated_email.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58580277697761c4bfaa135c8d4fb36ab0cd438de8653f0b3e3828464096aa33 +size 115228 diff --git a/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_warning_sign.png b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_warning_sign.png new file mode 100755 index 00000000000..6b86bc86b3c --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/mp_whats_new_warning_sign.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfaf2a6092aee677bfa4e46988664c5c38e3f67fabd147756a1e756e9a182c1a +size 369021 diff --git a/product_docs/docs/migration_portal/3.2.0/images/project page overview.png b/product_docs/docs/migration_portal/3.2.0/images/project page overview.png new file mode 100755 index 00000000000..360c867e842 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/project page overview.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602f25fc09afa41ccad65655958d75b9bdb786cda64b4a9766053f1e0e37eab2 +size 151290 diff --git a/product_docs/docs/migration_portal/3.2.0/images/test.png b/product_docs/docs/migration_portal/3.2.0/images/test.png new file mode 100755 index 00000000000..5d3a6590d2c --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/test.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3759a2786c1db3308a8ea102e5301019ec5e0a97e9b7392388cf4a69c95d7c +size 43844 diff --git a/product_docs/docs/migration_portal/3.2.0/images/whats_new_new_look.png b/product_docs/docs/migration_portal/3.2.0/images/whats_new_new_look.png new file mode 100755 index 00000000000..414997d77b2 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/images/whats_new_new_look.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9293bdc3b62a0925349cc704f92b2eec433abee3257f19bbf171c00afae7639e +size 171480 diff --git a/product_docs/docs/migration_portal/3.2.0/index.mdx b/product_docs/docs/migration_portal/3.2.0/index.mdx new file mode 100644 index 00000000000..217e12f50e8 --- /dev/null +++ b/product_docs/docs/migration_portal/3.2.0/index.mdx @@ -0,0 +1,29 @@ +--- +title: "EDB Postgres Migration Portal" +directoryDefaults: + description: "EDB Postgres Migration Portal Version 3.2.0 Documentation and release notes. EDB Postgre Migration Portal converts Oracle Schema to PostgreSQL online. " + +legacyRedirectsGenerated: + # This list is generated by a script. If you need add entries, use the `legacyRedirects` key. + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/index.html" + - "/edb-docs/p/edb-postgres-migration-portal/3.2.0" + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/conclusion.html" + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/whats_new.html" + - "/edb-docs/d/edb-postgres-migration-portal/user-guides/user-guide/3.2.0/genindex.html" +--- + + + +Migration Portal is a web-based service for migrating Oracle database schemas to the EDB Postgres platform. The Migration Portal assesses and analyzes Oracle database schemas and converts types, tables, sequences, constraints, triggers, views, stored procedures, packages, database links (dblinks), materialized views, and indexes, producing DDLs compatible with EDB Postgres Advanced Server. + +The user-friendly portal interface simplifies the assessment and migration process. Log in to the portal and start with the migration process. + +The Migration Portal guide provides a high-level description of the steps involved in the migration process. The guide also includes solutions to common migration problems and details of unsupported features and their potential workarounds. + +EnterpriseDB has helped companies migrate their existing database systems to Postgres for years. For more information, visit the EnterpriseDB website at: + +
+ +whats_new supported_platforms mp_using_portal mp_migrating_database mp_advanced_data_migration + +
From bbf091ea9be2f8f32d0e2c111bff91b76f951b42 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Thu, 17 Jun 2021 12:12:31 +0530 Subject: [PATCH 03/18] Updated Whatsnew Former-commit-id: 34ee1f340b32ab67a12f4df8c45b073f906acd86 --- .../migration_portal/3.2.0/01_whats_new.mdx | 77 +------------------ 1 file changed, 2 insertions(+), 75 deletions(-) diff --git a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx index efc856f7422..83fbdb64e3c 100644 --- a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx +++ b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx @@ -8,80 +8,7 @@ legacyRedirectsGenerated: -The following enhancements are added to the Migration Portal for the release 3.2.0: - -- Asynchronous/Parallel assessment - - You can now create multiple projects and run the assessments in parallel, getting notified once the assessment completes. Also, use multiple browser tabs to work on projects simultaneously. - -- Restructured schema assessment report for enhanced readability along with consolidated information about the incompatible function/package - -- Refined object search and filter experience along with other UI enhancements - -- Starting this release, Migration Portal detects function/procedure names from the packages which are not supported in EPAS, for example, `'Incompatible function/package found : UTL_FILE.GET_RAW'`, giving a better understanding of error and the migration efforts required. - - -**Updated Repair Handler** - -Repair handlers convert Oracle syntax to Postgres-compatible syntax so that you don’t have to do it manually. - -- **ERH-2055 - UNSUPPORTED_USING_INDEX_CLAUSE** - - Updated the repair handler such that it does not remove GLOBAL indexes from the table definition - -- **ERH-1012 - INSERT_STATEMENT_ALIAS** - - Modified the repair handler as it was not firing for scenarios where INSERT statements contained the SELECT statement - - -- **ERH-2090 - CONVERT_FUNCTION** - - Enhanced the performance for large DDLs - -- **ERH-2027 - SESSION_GLOBAL_SEQUENCE** - - Enhanced the accuracy so that it functions correctly for edge case DDLs - -- **ERH-2079 - GLOBAL_PARTITIONED_INDEX** - - Removed this so that Global Partitioned Indexes will not be removed - -**Knowledge Base** - -Knowledge base entries provide workarounds or solutions for the objects that fail during an assessment. You can view and apply the knowledge base solutions to reassess the fail objects. - - -**New Knowledge Base entries** - -Following are the new knowledge base entries added: - -- **Workaround for Oracle SQLERRM function** - - The `SQLERRM()` function returns the error message associated with the most recently raised error exception. You may use Advanced Server supported `SQLCODE` and `SQLERRM` variables in the exception block to get similar results. - -- **Workaround for Oracle SQLCODE function** - - In PL/SQL blocks, the `SQLCODE` can be used for getting numeric code of exception, in Advanced Server you can create custom function which can return numeric value of error. - -- **Value assignment with %type operator for TYPE definition inside package** - - This syntax is supported starting with Advanced Server v12, hence we recommend upgrading to Advanced Server v12 or above to resolve this error. - -- **Global Indexes** - - Global Indexes map one index to multiple partitioned tables. There can be multiple workarounds, for example, aligning partitioning keys across all referencing and referenced tables. - -- **Workaround for NESTED Table** - - In Advanced Server, `ARRAY` can be used to achieve the same kind of functionality. - -- **Method Overloading** - - In Oracle, users can overload the method inside the package by changing the name of the arguments. In Advanced Server, users should change the argument type to overload a method. - - - - - +The following is added to the Migration Portal for the release 3.2.0: +- Starting this release, Migration Portal supports Oracle 18c and 19c. From 27d3ccfe0f506cb79caf8b726e4f994c2e89a7c2 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Fri, 18 Jun 2021 17:15:17 +0530 Subject: [PATCH 04/18] Merge branch 'develop' of github.com:enterprisedb/docs into content/migration_portal/upcoming_release_3.2.0 Former-commit-id: 1267c007d0579cc0369103515dcee19802f7ed42 From 26c9496eb9adb0631a4b170ff4bd3d024f6a4c3d Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 21 Jun 2021 12:01:32 +0530 Subject: [PATCH 05/18] Updated Oracle 18c and 19c compatibility Former-commit-id: 916edde2cdfaee1992770c9a4649074bd2803445 --- .../01_introduction/03_certified_supported_versions.mdx | 2 ++ .../01_prerequisites/04_preparing_pub_database.mdx | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/eprs/6.2/01_introduction/03_certified_supported_versions.mdx b/product_docs/docs/eprs/6.2/01_introduction/03_certified_supported_versions.mdx index f6864166dfc..46634adef38 100644 --- a/product_docs/docs/eprs/6.2/01_introduction/03_certified_supported_versions.mdx +++ b/product_docs/docs/eprs/6.2/01_introduction/03_certified_supported_versions.mdx @@ -9,6 +9,8 @@ The following database product versions may be used with xDB Replication Server: - Oracle 10g Release 2 version 10.2.0.1.0 has been explicitly certified. Newer minor versions in the 10.2 line are supported as well. - Oracle 11g Release 2 version 11.2.0.2.0 has been explicitly certified. Newer minor versions in the 11.2 line are supported as well. - Oracle 12c version 12.1.0.2.0 has been explicitly certified. Newer minor versions in the 12.1 line are supported as well. +- Oracle 18c version 18.1.0.2.0 has been explicitly certified. Newer minor versions in the 18.1 line are supported as well. +- Oracle 19c version 19.1.0.2.0 has been explicitly certified. Newer minor versions in the 19.1 line are supported as well. - SQL Server 2008 version 10.50.1617.0 has been explicitly certified. Newer minor versions in the 10.50 line are supported as well. - SQL Server 2012 version 11.0.6020.0 has been explicitly certified. Newer minor versions in the 11.0 line are supported as well. - SQL Server 2014 version 12.0.5000.0 has been explicitly certified. Newer minor versions in the 12.0 line are supported as well. diff --git a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx index ec77b79d530..061cae12587 100644 --- a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx +++ b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx @@ -70,11 +70,12 @@ GRANT CREATE ANY TRIGGER TO pubuser; GRANT LOCK ANY TABLE TO pubuser; ``` -**Step 5 (For Oracle 12c only):** Grant the privileges required to access tablespaces. The `GRANT UNLIMITED TABLESPACE` privilege must be granted to the publication database user. This requirement applies to both a pluggable database and a non-container database. +**Step 5 (For Oracle 12c onward):** Grant the privileges required to access tablespaces. The `GRANT UNLIMITED TABLESPACE` privilege must be granted to the publication database user. This requirement applies to both a pluggable database and a non-container database. ```text GRANT UNLIMITED TABLESPACE TO pubuser; ``` +<<<<<<< Updated upstream **Step 6 (For Oracle 19c onwards):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. This requirement applies to both pluggable as well as non-container databases. @@ -82,6 +83,12 @@ This requirement applies to both pluggable as well as non-container databases. ```text GRANT CREATE JOB TO pubuser; ``` +======= +**Step 6: (For Oracle 19c onward):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. + +This requirement applies to both pluggable as well as non-container databases. + +>>>>>>> Stashed changes **Step 7:** The publication database user must be able to read the tables and views that are to be included in publications. From d1851f81a8e057d25bc8200e17a82a7b24ab4763 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 21 Jun 2021 12:17:26 +0530 Subject: [PATCH 06/18] Merge branch 'develop' of github.com:enterprisedb/docs into content/eprs/6.2/Oracle_19c Former-commit-id: 110b956bfd7cffb0e70a69c72096d64bfa037a06 From defd019cf36d50777abcd14f4e6fecceb686e8cf Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Mon, 21 Jun 2021 12:27:11 +0530 Subject: [PATCH 07/18] Updated Oracle 18c and 19c compatibility Former-commit-id: 1139e70fe2d18d6541fd9cd35ae59e0d8b1d3321 --- .../01_prerequisites/04_preparing_pub_database.mdx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx index 061cae12587..8f07d7a371a 100644 --- a/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx +++ b/product_docs/docs/eprs/6.2/05_smr_operation/01_prerequisites/04_preparing_pub_database.mdx @@ -75,20 +75,13 @@ GRANT LOCK ANY TABLE TO pubuser; ```text GRANT UNLIMITED TABLESPACE TO pubuser; ``` -<<<<<<< Updated upstream -**Step 6 (For Oracle 19c onwards):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. +**Step 6 (For Oracle 19c onward):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. This requirement applies to both pluggable as well as non-container databases. ```text GRANT CREATE JOB TO pubuser; ``` -======= -**Step 6: (For Oracle 19c onward):** `CREATE JOB` privilege is necessary for the publication database user to schedule a job. - -This requirement applies to both pluggable as well as non-container databases. - ->>>>>>> Stashed changes **Step 7:** The publication database user must be able to read the tables and views that are to be included in publications. From 1fa03fe738ae2f83bcfb703517064254be27dea2 Mon Sep 17 00:00:00 2001 From: Manjusha Vaidya Date: Mon, 21 Jun 2021 15:00:29 +0530 Subject: [PATCH 08/18] Changed_OEL_to_OL Former-commit-id: d4633cf55a176d7421a043a748665ef6d67af438 --- product_docs/docs/postgis/1.0/01_installing_postgis.mdx | 4 ++-- product_docs/docs/slony/1.0/01_installation/index.mdx | 8 ++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/product_docs/docs/postgis/1.0/01_installing_postgis.mdx b/product_docs/docs/postgis/1.0/01_installing_postgis.mdx index 17ea3f50411..6d2a2301cde 100644 --- a/product_docs/docs/postgis/1.0/01_installing_postgis.mdx +++ b/product_docs/docs/postgis/1.0/01_installing_postgis.mdx @@ -25,8 +25,8 @@ The following table lists the latest PostGIS versions and their corresponding Ad | `PostGIS 2.3` | Advanced Server 9.6 and 10 | RHEL/CentOS 7 - x86_64
RHEL/CentOS 7 - ppc64le
Windows 64 x86 Interactive Installer | !!! Note - PostGIS is not supported on CentOS/RHEL/OL 6.x platforms. EDB strongly recommends migrating all EDB products running on these platforms to a supported platform. - + PostGIS is no longer supported on CentOS/RHEL/OL 6.x platforms. It is strongly recommended that EDB products running on these platforms be migrated to a supported platform. + ## Installing PostGIS on a CentOS Host diff --git a/product_docs/docs/slony/1.0/01_installation/index.mdx b/product_docs/docs/slony/1.0/01_installation/index.mdx index 74873d9711c..d4b2ad8c8ef 100644 --- a/product_docs/docs/slony/1.0/01_installation/index.mdx +++ b/product_docs/docs/slony/1.0/01_installation/index.mdx @@ -22,14 +22,10 @@ The following table lists the latest Slony Replication versions and their corres | `Slony Replication 2.2` | EDB Postgres Advanced and PostgreSQL Server 10 and 9.6 | RHEL 7 - x86_64
RHEL 7 - ppc64le
Windows x86_64 and Linux graphical installer | !!! Note - Slony is not supported on CentOS/RHEL/OL 6.x platforms. EDB strongly recommends migrating all EDB products running on these platforms to a supported platform. + Slony is no longer supported on CentOS/RHEL/OL 6.x platforms. It is strongly recommended to migrate all EDB products running on these platforms to a supported platform.
installing_slony_on_a_linux_or_centos_host installing_slony_on_a_debian_or_ubuntu_host installing_slony_on_a_windows_host -
- -!!! Note - - Slony Replication no longer supports CentOS/RHEL/OEL 6.x platforms. We strongly recommend migrating EDB products running on these platforms to a supported platform. + \ No newline at end of file From e2a956297c4277309b1978e0de6f91db1a60684e Mon Sep 17 00:00:00 2001 From: josh-heyer Date: Mon, 21 Jun 2021 11:45:12 +0000 Subject: [PATCH 09/18] New PDFs generated by Github Actions Former-commit-id: ac3a9bad984adb3a93ac59d5319bd916215ef398 From 8133e84a1b3db7bf553b866d096861f3ccef4e99 Mon Sep 17 00:00:00 2001 From: Abhilasha Narendra Date: Mon, 21 Jun 2021 21:28:51 +0530 Subject: [PATCH 10/18] Fixed version Former-commit-id: f961908f54c49a44963f710f346fd76805b3eb06 --- product_docs/docs/efm/4.2/efm_user/07_using_efm_utility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/efm/4.2/efm_user/07_using_efm_utility.mdx b/product_docs/docs/efm/4.2/efm_user/07_using_efm_utility.mdx index 684a099abb4..b718a773ad8 100644 --- a/product_docs/docs/efm/4.2/efm_user/07_using_efm_utility.mdx +++ b/product_docs/docs/efm/4.2/efm_user/07_using_efm_utility.mdx @@ -4,7 +4,7 @@ title: "Using the efm Utility" -Failover Manager provides the efm utility to assist with cluster management. The RPM installer adds the utility to the `/usr/edb/efm-42/bin` directory when you install Failover Manager. +Failover Manager provides the efm utility to assist with cluster management. The RPM installer adds the utility to the `/usr/edb/efm-4.2/bin` directory when you install Failover Manager. **efm allow-node** From 04868f37f411bcee1191afff8d1dc123ba14f1d5 Mon Sep 17 00:00:00 2001 From: sheetal Date: Tue, 22 Jun 2021 11:28:56 +0530 Subject: [PATCH 11/18] DB-1115 Improve Oracle Memory usage with dblink_oci Former-commit-id: 9988037b557a5ee63bc24b0f651f5cff49301e68 --- .../12/epas_compat_sql/21_create_public_database_link.mdx | 7 +++---- .../13/epas_compat_sql/21_create_public_database_link.mdx | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/product_docs/docs/epas/12/epas_compat_sql/21_create_public_database_link.mdx b/product_docs/docs/epas/12/epas_compat_sql/21_create_public_database_link.mdx index e979bbc0b49..30b0ab13654 100644 --- a/product_docs/docs/epas/12/epas_compat_sql/21_create_public_database_link.mdx +++ b/product_docs/docs/epas/12/epas_compat_sql/21_create_public_database_link.mdx @@ -40,10 +40,9 @@ For information about high availability, load balancing, and replication for Pos !!! Note - For Advanced Server 12, the `CREATE DATABASE LINK` command is tested against and certified for use with Oracle version 10g Release 2 (10.2), Oracle version 11g Release 2 (11.2), and Oracle version 12c Release 1 (12.1). - -!!! Note - The `edb_dblink_oci.rescans` GUC can be set to `SCROLL` or `SERIALIZABLE` at the server level in `postgresql.conf` file. It can also be set at session level using the `SET` command, but the setting will not be applied to existing dblink connections due to dblink connection caching. + - For Advanced Server 12, the `CREATE DATABASE LINK` command is tested against and certified for use with Oracle version 10g Release 2 (10.2), Oracle version 11g Release 2 (11.2), and Oracle version 12c Release 1 (12.1). + - The `edb_dblink_oci.rescans` GUC can be set to `SCROLL` or `SERIALIZABLE` at the server level in `postgresql.conf` file. It can also be set at session level using the `SET` command, but the setting will not be applied to existing dblink connections due to dblink connection caching. + - When executing `SELECT` on LOB data of more than 4000 characters, it is advisable to use `edb_dblink_oci.rescans=serializable` to free up the temporary PGA memory and avoid exceeding the `PGA_AGGREGATE_LIMIT`. The `edb_dblink_oci` supports both types of rescans: `SCROLL` and `SERIALIZABLE`. By default it is set to `SERIALIZABLE`. When set to `SERIALIZABLE`, `edb_dblink_oci` uses the `SERIALIZABLE` transaction isolation level on the Oracle side, which corresponds to PostgreSQL’s `REPEATABLE READ`. diff --git a/product_docs/docs/epas/13/epas_compat_sql/21_create_public_database_link.mdx b/product_docs/docs/epas/13/epas_compat_sql/21_create_public_database_link.mdx index 6b568696b33..72134599150 100644 --- a/product_docs/docs/epas/13/epas_compat_sql/21_create_public_database_link.mdx +++ b/product_docs/docs/epas/13/epas_compat_sql/21_create_public_database_link.mdx @@ -40,10 +40,9 @@ For information about high availability, load balancing, and replication for Pos !!! Note - For Advanced Server 12, the `CREATE DATABASE LINK` command is tested against and certified for use with Oracle version 10g Release 2 (10.2), Oracle version 11g Release 2 (11.2), and Oracle version 12c Release 1 (12.1). - -!!! Note - The `edb_dblink_oci.rescans` GUC can be set to `SCROLL` or `SERIALIZABLE` at the server level in `postgresql.conf` file. It can also be set at session level using the `SET` command, but the setting will not be applied to existing dblink connections due to dblink connection caching. + - For Advanced Server 12, the `CREATE DATABASE LINK` command is tested against and certified for use with Oracle version 10g Release 2 (10.2), Oracle version 11g Release 2 (11.2), and Oracle version 12c Release 1 (12.1). + - The `edb_dblink_oci.rescans` GUC can be set to `SCROLL` or `SERIALIZABLE` at the server level in `postgresql.conf` file. It can also be set at session level using the `SET` command, but the setting will not be applied to existing dblink connections due to dblink connection caching. + - When executing `SELECT` on LOB data of more than 4000 characters, it is advisable to use `edb_dblink_oci.rescans=serializable` to free up the temporary PGA memory and avoid exceeding the `PGA_AGGREGATE_LIMIT`. The `edb_dblink_oci` supports both types of rescans: `SCROLL` and `SERIALIZABLE`. By default it is set to `SERIALIZABLE`. When set to `SERIALIZABLE`, `edb_dblink_oci` uses the `SERIALIZABLE` transaction isolation level on the Oracle side, which corresponds to PostgreSQL’s `REPEATABLE READ`. From 59988401bef4ef47f59184d850fa284a1aeda272 Mon Sep 17 00:00:00 2001 From: josh-heyer Date: Tue, 22 Jun 2021 11:29:23 +0000 Subject: [PATCH 12/18] New PDFs generated by Github Actions Former-commit-id: 57d9b606d5e313c75e617b03b61900a5861b25d1 From e8128c639db48e38c63735149649fabb19eed930 Mon Sep 17 00:00:00 2001 From: josh-heyer Date: Tue, 22 Jun 2021 12:04:54 +0000 Subject: [PATCH 13/18] New PDFs generated by Github Actions Former-commit-id: 1f0595d7d6a45399636a62539ed84b5dc79e710c From 31017356a55d67bc2c2fa5111b27fb30d01c650d Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Wed, 23 Jun 2021 12:53:40 +0530 Subject: [PATCH 14/18] Merge branch 'develop' of github.com:enterprisedb/docs into content/migration_portal/upcoming_release_3.2.0 Former-commit-id: 3cc41e9cffc244eb04112467941160aeef0b20c0 From 299f124f4bfffcc5078e06c43b9cd70cc0f9f792 Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Wed, 23 Jun 2021 12:59:12 +0530 Subject: [PATCH 15/18] Whats_New Former-commit-id: 7fa57b9ac792b350d9fdbe8b28e4f726f08f02e5 --- product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx index 83fbdb64e3c..bac362c8f67 100644 --- a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx +++ b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx @@ -10,5 +10,4 @@ legacyRedirectsGenerated: The following is added to the Migration Portal for the release 3.2.0: -- Starting this release, Migration Portal supports Oracle 18c and 19c. - +Enablement of Oracle 18c and 19c DDL extracts and schema assessments using the Migration Portal \ No newline at end of file From b0a14b3d090c5fba32f426737d5356e49c02b59a Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Wed, 23 Jun 2021 13:19:03 +0530 Subject: [PATCH 16/18] updated supported platforms Former-commit-id: bda88450fd94f263320bed11fd2fa98d44505fc8 --- product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx | 2 +- .../docs/migration_portal/3.2.0/02_supported_platforms.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx index bac362c8f67..39b7f238ee1 100644 --- a/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx +++ b/product_docs/docs/migration_portal/3.2.0/01_whats_new.mdx @@ -10,4 +10,4 @@ legacyRedirectsGenerated: The following is added to the Migration Portal for the release 3.2.0: -Enablement of Oracle 18c and 19c DDL extracts and schema assessments using the Migration Portal \ No newline at end of file +- Enablement of Oracle 18c and 19c DDL extracts and schema assessments using Migration Portal \ No newline at end of file diff --git a/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx b/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx index 52834bfef16..8aa980fd80c 100644 --- a/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx +++ b/product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx @@ -8,7 +8,7 @@ legacyRedirectsGenerated: -The Migration Portal supports assessment and migration from Oracle 11g and 12c to EDB Postgres Advanced Server 10, 11, 12, or 13. Migration Portal is supported on the following browsers and operating systems: +The Migration Portal supports assessment and migration from Oracle 11g, 12c, 18c, and 19c to EDB Postgres Advanced Server 10, 11, 12, or 13. Migration Portal is supported on the following browsers and operating systems: **Supported Browsers** From befeb5cdbe3cb42cc54703f21f04185f75a4ebcb Mon Sep 17 00:00:00 2001 From: Rasika03 Date: Wed, 23 Jun 2021 19:59:43 +0530 Subject: [PATCH 17/18] changes Former-commit-id: 1c781d5c9e0f31076cb9ef9c19f3ab3036d4708c --- .../3.2.0/03_mp_using_portal/02_mp_overview_project.mdx | 2 +- .../3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx index 166dadf86de..c15858c573b 100644 --- a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx @@ -24,7 +24,7 @@ Use the following resources to gather information about your migration projects: 4. **Search objects**: Use the `Search` box to search for objects. -5. **Filters**: You can filter the system repaired and manual repaired objects from the left panel of the Projects page.In addition, you can select one or more filter combinations to refine the information. +5. **Filters**: You can filter the system repaired and manual repaired objects from the left panel of the Projects page. In addition, you can select one or more filter combinations to refine the information. 6. **Objects**: Displays the objects for the selected schemas. diff --git a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx index cc1a86df4f3..04be30bf846 100644 --- a/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx +++ b/product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx @@ -8,7 +8,7 @@ legacyRedirectsGenerated: -The Portal Wiki page provides quick access to information: +The Portal Wiki page provides quick access to: - What’s New information - Quick Start guide From 4c3cc2e03666b79312ae755b4496b1b1b4f1190b Mon Sep 17 00:00:00 2001 From: josh-heyer Date: Wed, 23 Jun 2021 14:48:07 +0000 Subject: [PATCH 18/18] New PDFs generated by Github Actions Former-commit-id: d60b6a7e59d4b06ef985b7bf2a1afd29e0ac01b2