-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1502 from EnterpriseDB/release/2021-06-23
Release/2021 06 23 Former-commit-id: 2f3d72e
- Loading branch information
Showing
95 changed files
with
1,166 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
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" | ||
--- | ||
|
||
<div id="whats_new" class="registered_link"></div> | ||
|
||
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 Migration Portal |
30 changes: 30 additions & 0 deletions
30
product_docs/docs/migration_portal/3.2.0/02_supported_platforms.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
--- | ||
|
||
<div id="supported_platforms" class="registered_link"></div> | ||
|
||
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** | ||
|
||
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 | |
44 changes: 44 additions & 0 deletions
44
...uct_docs/docs/migration_portal/3.2.0/03_mp_using_portal/01_mp_overview_home.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
--- | ||
|
||
<div id="mp_overview_home" class="registered_link"></div> | ||
|
||
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. |
51 changes: 51 additions & 0 deletions
51
..._docs/docs/migration_portal/3.2.0/03_mp_using_portal/02_mp_overview_project.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
--- | ||
|
||
<div id="mp_overview_project" class="registered_link"></div> | ||
|
||
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* |
25 changes: 25 additions & 0 deletions
25
...uct_docs/docs/migration_portal/3.2.0/03_mp_using_portal/03_mp_overview_wiki.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
--- | ||
|
||
<div id="mp_overview_wiki" class="registered_link"></div> | ||
|
||
The Portal Wiki page provides quick access to: | ||
|
||
- 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* |
38 changes: 38 additions & 0 deletions
38
product_docs/docs/migration_portal/3.2.0/03_mp_using_portal/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
--- | ||
|
||
<div id="mp_using_portal" class="registered_link"></div> | ||
|
||
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 <https://www.edbpostgres.com/>. | ||
|
||
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. | ||
|
||
<div class="toctree" maxdepth="3"> | ||
|
||
mp_overview_home mp_overview_project mp_overview_wiki | ||
|
||
</div> |
Oops, something went wrong.