-
Notifications
You must be signed in to change notification settings - Fork 249
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 #2727 from EnterpriseDB/release/2022-05-27
Release: 2022-05-27
- Loading branch information
Showing
59 changed files
with
454 additions
and
15 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
advocacy_docs/partner_docs/DBeaverGuide/02-PartnerInformation.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,12 @@ | ||
--- | ||
title: 'Partner Information' | ||
description: 'Details for DBeaver PRO' | ||
|
||
--- | ||
| | | | ||
| ----------- | ----------- | | ||
| **Partner Name** | DBeaver | | ||
| **Partner Product** | DBeaver PRO: Lite, Enterprise, and Ultimate | | ||
| **Web Site** | https://dbeaver.com/ | | ||
| **Version** | DBeaver PRO 22.0 | | ||
| **Product Description** | DBeaver PRO is a SQL client software application and a database administration tool for developers, database administrators, analysts, and all people who work with Postgres. | |
10 changes: 10 additions & 0 deletions
10
advocacy_docs/partner_docs/DBeaverGuide/03-SolutionSummary.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,10 @@ | ||
--- | ||
title: 'Solution Summary' | ||
description: 'Brief explanation of the solution and its purpose' | ||
--- | ||
|
||
DBeaver PRO is a SQL client software application and universal database management tool for EDB Postgres Advanced Server and EDB Postgres Extended Server. With DBeaver PRO you can manipulate your data like you would in a regular spreadsheet. You have the ability to view, create, modify, save, and delete all Postgres data types. The features resemble those of a regular spreadsheet, as you can create analytical reports based on records from different data storages and export information in an appropriate format. DBeaver PRO also provides you with a powerful editor for SQL, data and schema migration, monitoring of database connection sessions, and other administration features. | ||
|
||
<p align="center"> | ||
<img src="Images/DbeaverArc.png"> | ||
</p> |
74 changes: 74 additions & 0 deletions
74
advocacy_docs/partner_docs/DBeaverGuide/04-ConfiguringTheIntegration.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,74 @@ | ||
--- | ||
title: 'Configuring the Integration' | ||
description: 'Walkthrough on configuring DBeaver PRO' | ||
--- | ||
|
||
Implementing DBeaver PRO with EDB Postgres Advanced Server and EDB Postgres Extended Server requires the following components: | ||
|
||
- A running EDB Postgres Advanced Server or EDB Postgres Extended Server instance. | ||
- DBeaver PRO application installed on a system where you will manage the running database. | ||
|
||
## EDB Postgres Advanced Server Configuration | ||
|
||
1. Launch DBeaver PRO on your system. | ||
2. Go to the `Database` drop down menu in the top left, and select `New Database Connection`. In the `All` tab, select `EnterpriseDB` and click `Next`. | ||
|
||
<p align="center"> | ||
<img src="Images/EPASConfig.png"> | ||
</p> | ||
|
||
!!! Note | ||
You can also connect to your EDB database instance by selecting `New Connection from JDBC URL` from the `Database` menu. DBeaver PRO will automatically select EnterpriseDB in the `Drivers` field when the EDB JDBC URL is provided in the `JDBC URL` field. Click `Proceed` and continue to step 3. | ||
|
||
|
||
|
||
<p align="center"> | ||
<img src="Images/JDBCURL.png"> | ||
</p> | ||
|
||
3. Provide connection information for the user, password, host, port, and database for your EDB Postgres Advanced Server instance. | ||
<p align="center"> | ||
<img src="Images/ConnectionSettings.png"> | ||
</p> | ||
|
||
4. Click `Test Connection`. The connection should be successful. | ||
<p align="center"> | ||
<img src="Images/SuccessfulConnection.png"> | ||
</p> | ||
|
||
5. Click `OK` on this window and then click `Finish` on the `Connection Settings` window. The connection is then created and shown in the left-side tree. | ||
<p align="center"> | ||
<img src="Images/ConnectionOnLeftSide.png"> | ||
</p> | ||
|
||
## EDB Postgres Extended Server Configuration | ||
|
||
1. Launch DBeaver PRO on your system. | ||
2. Go to the `Database` drop down menu in the top left, and select `New Database Connection`. In the `All` tab, select `PostgreSQL` and click `Next`. | ||
<p align="center"> | ||
<img src="Images/ExtendedConfiguration.png"> | ||
</p> | ||
|
||
!!! Note | ||
You can also connect to your PostgreSQL database instance by selecting `New Connection from JDBC URL` from the `Database` menu. DBeaver PRO will automatically select PostgreSQL in the `Drivers` field when the PostgreSQL JDBC URL is provided in the `JDBC URL` field. Click `Proceed` and continue to step 3. | ||
|
||
|
||
|
||
<p align="center"> | ||
<img src="Images/NewConnectionExtended.png"> | ||
</p> | ||
|
||
3. Provide connection information for the user, password, host, port, and database for your PostgreSQL instance. | ||
<p align="center"> | ||
<img src="Images/PostgreSQLInformation.png"> | ||
</p> | ||
|
||
4. Click `Test Connection`. The connection should be successful. | ||
<p align="center"> | ||
<img src="Images/PostgresTestConnection.png"> | ||
</p> | ||
|
||
5. Click `OK` on this window and then click `Finish` on the `Connection Settings` window. The connection is then created and shown in the left-side tree. | ||
<p align="center"> | ||
<img src="Images/PostgresConnectionSettings.png"> | ||
</p> |
57 changes: 57 additions & 0 deletions
57
advocacy_docs/partner_docs/DBeaverGuide/05-UsingDBeaver.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,57 @@ | ||
--- | ||
title: 'Using DBeaver PRO' | ||
description: 'Walkthroughs of example usage scenarios' | ||
--- | ||
Once DBeaver PRO is connected to an instance of EDB Postgres Advanced Server or EDB Postgres Extended Server, you can then access the capabilities of DBeaver PRO. | ||
|
||
|
||
# Sample User Scenarios | ||
|
||
!!! Note | ||
The user scenarios shown are provided as example use cases of DBeaver PRO and EDB Postgres Advanced Server or EDB Postgres Extended Server. They are not intended to show all functionality. | ||
|
||
## Connecting to the Database | ||
|
||
1. Launch DBeaver PRO. | ||
2. Double click the database connection you want to open. | ||
3. Enter the username and password and click `OK`. | ||
|
||
<p align="center"> | ||
<img src="Images/DBNavigate.png"> | ||
</p> | ||
|
||
4. You are now connected to your database instance. | ||
|
||
## Viewing Tables and Data | ||
|
||
Using the appropriate SQL code, three tables (`AGENTS`, `CUSTOMERS`, and `ORDERS`) were created in the `edb` database and data was inserted to help visualize some basic functionality. | ||
|
||
<p align="center"> | ||
<img src="Images/DBNavigate2.png"> | ||
</p> | ||
|
||
1. In the Database Navigator, right click on your database. In this example that is `edb`. | ||
2. Select `SQL Editor` -> `Open SQL Console`. This will open the `<edb>Console` to allow you to enter and run SQL code. | ||
|
||
<p align="center"> | ||
<img src="Images/DBNavigate3.png"> | ||
</p> | ||
|
||
3. Once the tables have been created, double click on the table name to look at the properties. In this case we selected the `Customers` table. | ||
|
||
<p align="center"> | ||
<img src="Images/Console.png"> | ||
</p> | ||
|
||
4. Click on the `Data` tab to view the data in the table. | ||
|
||
<p align="center"> | ||
<img src="Images/Console2.png"> | ||
</p> | ||
|
||
5. Click on the `ER Diagram` tab to view the Entity Relationships for the table. | ||
|
||
<p align="center"> | ||
<img src="Images/Console3.png"> | ||
</p> | ||
|
13 changes: 13 additions & 0 deletions
13
advocacy_docs/partner_docs/DBeaverGuide/06-CertificationEnvironment.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,13 @@ | ||
--- | ||
title: 'Certification Environment' | ||
description: 'Overview of the certification environment used in the certification of DBeaver PRO' | ||
--- | ||
|
||
| | | | ||
| ----------- | ----------- | | ||
| **Certification Test Date** | May 1, 2022 | | ||
| **EDB Postgres Advanced Server** | 11, 12, 13, 14 | | ||
| **EDB Postgres Extended** | 13 | | ||
| **DBeaver Enterprise** | 22.0 | | ||
| **JDBC** | 42.2.20 | | ||
| **EDB JDBC (Included)** | 42.3.2.1 | |
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/ConnectionOnLeftSide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/ConnectionSettings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/DBNavigate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/DBNavigate2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/DBNavigate3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/DbeaverArc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/EDBPartnerProgram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/EPASConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/ExtendedConfiguration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/NewConnectionExtended.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/PostgreSQLInformation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/PostgresConnectionSettings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/PostgresTestConnection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/DBeaverGuide/Images/SuccessfulConnection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,12 @@ | ||
--- | ||
title: 'DBeaver PRO Implementation Guide' | ||
indexCards: simple | ||
directoryDefaults: | ||
iconName: handshake | ||
--- | ||
|
||
<p align="center"> | ||
<img src="Images/EDBPartnerProgram.png"> | ||
</p> | ||
<h1 style="text-align: center;">EDB GlobalConnect Technology Partner Implementation Guide</h1> | ||
<h3 style="text-align: center;">DBeaver PRO: Lite, Enterprise, and Ultimate</h3> |
3 changes: 3 additions & 0 deletions
3
advocacy_docs/partner_docs/LiquibaseGuide/Images/PartnerProgram.jpg copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/NutanixGuide/04-ConfiguringTheIntegration.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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/NutanixGuide/06-CertificationEnvironment.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
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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/RepostorGuide/04-ConfiguringTheIntegration.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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/RepostorGuide/06-CertificationEnvironment.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
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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/ThalesGuide/04-ConfiguringTheIntegration.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
2 changes: 1 addition & 1 deletion
2
advocacy_docs/partner_docs/ThalesGuide/06-CertificationEnvironment.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
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
12 changes: 12 additions & 0 deletions
12
advocacy_docs/partner_docs/ToadEdgeGuide/02-PartnerInformation.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,12 @@ | ||
--- | ||
title: 'Partner Information' | ||
description: 'Details for Toad Edge' | ||
|
||
--- | ||
| | | | ||
| ----------- | ----------- | | ||
| **Partner Name** | Quest | | ||
| **Partner Product** | Toad Edge | | ||
| **Web Site** | https://www.quest.com/products/toad-edge/ | | ||
| **Version** | Toad Edge 2.4.1 | | ||
| **Product Description** | Toad Edge is a lightweight, desktop toolset that simplifies the development and management of open source relational databases. Toad Edge makes it easy for you to ramp-up quickly, with support for coding, editing, schema compare and sync, and DevOps CI processes. | |
Oops, something went wrong.