Skip to content

Commit

Permalink
Merge pull request #5335 from EnterpriseDB/release/2024-03-04a
Browse files Browse the repository at this point in the history
Release/2024-03-04a
  • Loading branch information
gvasquezvargas authored Mar 4, 2024
2 parents 1cb3d86 + 9733c86 commit 3361454
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ To perform an installation using the graphical installation wizard, you need sup

The PostgreSQL setup wizard opens to the Welcome screen.

![The PostgreSQL setup wizard welcome screen](/images/welcome.png)
![The PostgreSQL setup wizard welcome screen](images/welcome.png)

1. Select **Next**.

The Installation Directory window opens.

![The Installation Directory window](/images/installation_directory.png)
![The Installation Directory window](images/installation_directory.png)

1. Accept the default installation directory, or specify a location. Select **Next**.

The Select Components window opens.

![Select Components](/images/select_components.png)
![Select Components](images/select_components.png)

1. Use options on the Select Components window to choose the software components to install. Select:

Expand All @@ -60,13 +60,13 @@ To perform an installation using the graphical installation wizard, you need sup

The Data Directory window opens.

![The Data Directory window](/images/data_directory.png)
![The Data Directory window](images/data_directory.png)

1. Accept the default location, or specify the directory where you want to store data files. Select **Next**.

The Password window opens.

![The Password window](/images/password.png)
![The Password window](images/password.png)

PostgreSQL uses the password specified on the Password window for both the database superuser and the PostgreSQL service account.

Expand All @@ -78,35 +78,35 @@ To perform an installation using the graphical installation wizard, you need sup

The Port window opens.

![The Port window](/images/the_port_dialog.png)
![The Port window](images/the_port_dialog.png)

1. In the **Port** field, enter the port number the server listens on. The default listener port is `5432`. Select **Next**.

The Advanced Options window opens.

![The Advanced Options window](/images/aug11_ad.png)
![The Advanced Options window](images/aug11_ad.png)

1. In the **Locale** field, specify the locale for the new database cluster to use. **Default locale** is the operating system locale. Select **Next**.

The Pre Installation Summary window opens. It displays the installation preferences that you specified with the installation wizard.

![The Pre Installation Summary window](/images/preinstallation.png)
![The Pre Installation Summary window](images/preinstallation.png)

1. Review the settings. If necessary, use the **Back** button to return to a previous dialog box to modify a setting. When you're satisfied with the settings summary, select **Next**.

The wizard informs you that it has the information required to install PostgreSQL.

![The Ready to Install dialog box](/images/ready_to_install.png)
![The Ready to Install dialog box](images/ready_to_install.png)

1. Select **Next**.

During the installation, the setup wizard confirms the installation progress of PostgreSQL using a series of progress bars.

![The Installing dialog box](/images/installing.png)
![The Installing dialog box](images/installing.png)

Before the setup wizard completes the PostgreSQL installation, it offers to launch Stack Builder at exit. The Stack Builder utility provides a graphical interface that downloads and installs applications and drivers that work with PostgreSQL.

![The installation wizard offers to Launch Stack Builder at exit](/images/installation_complete.png)
![The installation wizard offers to Launch Stack Builder at exit](images/installation_complete.png)

1. Leave the check box selected and select **Finish** to launch Stack Builder. Alternatively, clear the **Stack Builder** check box and select **Finish** to complete the PostgreSQL installation without launching Stack Builder.

Expand Down
16 changes: 8 additions & 8 deletions advocacy_docs/supported-open-source/postgresql/uninstalling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@ The PostgreSQL installer creates an uninstaller in the PostgreSQL installation d

1. On the Windows Control Panel, open the Uninstall or Change a Program dialog box.

![The Uninstall or Change a Program dialog box](/installing/images/change_program.png)
![The Uninstall or Change a Program dialog box](installing/images/change_program.png)

1. Right-click **PostgreSQL**, and select **Uninstall/Change** from the context menu.

![Confirm that you want to uninstall PostgreSQL](/installing/images/uninstalling_postgreSQL_comfirmation.png)
![Confirm that you want to uninstall PostgreSQL](installing/images/uninstalling_postgreSQL_comfirmation.png)

1. You can remove the entire application or individual components.

- To remove the entire application, select **Entire application** and select **Next**.
- To remove individual components, select **Individual components** and select **Next**. Then, from the list, select the components to uninstall, and select **Next**.

![Select the components to uninstall](/installing/images/select_the_components_to_uninstall.png)
![Select the components to uninstall](installing/images/select_the_components_to_uninstall.png)

A progress bar keeps you informed as PostgreSQL is removed.

![Uninstalling PostgreSQL](/installing/images/uninstalling_postgreSQL.png)
![Uninstalling PostgreSQL](installing/images/uninstalling_postgreSQL.png)

1. When the uninstaller completes, select **OK**.

![An Info dialog box confirms the uninstallation](/installing/images/uninstallationcomplete.png)
![An Info dialog box confirms the uninstallation](installing/images/uninstallationcomplete.png)

## Uninstalling PostgreSQL on Mac

Expand Down Expand Up @@ -71,18 +71,18 @@ displays a message confirming that it didn't remove the data directory or user.

The uninstaller opens and asks if you want to uninstall the entire application or individual components.

![Remove the entire application or components](/installing/images/remove_the_entire_application_or_components.png)
![Remove the entire application or components](installing/images/remove_the_entire_application_or_components.png)

1. Respond to the installer:

- To remove the entire application, select **Entire application**, and select **Next**.
- To remove individual components, select **Individual components**. Select the components to uninstall, and select **Next** to start uninstalling components.

![Selecting the components to uninstall](/installing/images/selecting_the_components_to_uninstall.png)
![Selecting the components to uninstall](installing/images/selecting_the_components_to_uninstall.png)

Progress bars appear as each component is removed.

1. When the uninstaller completes, select **OK**.

![The Uninstallation is completed](/installing/images/mac_uninstallation_completed.png)
![The Uninstallation is completed](installing/images/mac_uninstallation_completed.png)

6 changes: 1 addition & 5 deletions product_docs/docs/epas/16/upgrading/03_limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,4 @@ If the upgrade involves a change in the on-disk representation of database objec
1. Run `initdb` to create a new cluster.
1. Import your old data.

Consider the following when upgrading EDB Postgres Advanced Server:

- The `pg_upgrade` utility can't upgrade a partitioned table if a foreign key refers to the partitioned table.
- If you perform an upgrade of the EDB Postgres Advanced Server installation, you must rebuild any hash-partitioned table on the upgraded server.
- If you're using an ODBC, JDBC, OCI, or .NET driver to connect to your database applications and upgrading to a new major version of EDB Postgres Advanced Server, upgrade your driver to the latest version when upgrading EDB Postgres Advanced Server.
If you're using an ODBC, JDBC, OCI, or .NET driver to connect to your database applications and upgrading to a new major version of EDB Postgres Advanced Server, upgrade your driver to the latest version when upgrading EDB Postgres Advanced Server.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ The Hadoop Foreign Data Wrapper is supported on the same Linux platforms as EDB

This table lists the latest Hadoop Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions.

| Hadoop Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| --------------------------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 2.3.1 | Y | Y | Y | Y | Y | Y |
| 2.3.0 | N | Y | Y | Y | Y | Y |
| 2.2.0 | N | Y | Y | Y | Y | Y |
| 2.1.0 | N | N | Y | Y | Y | Y |
| 2.0.9 | N | N | Y | Y | Y | Y |
| 2.0.8 | N | N | N | Y | Y | Y |
| 2.0.7 | N | N | N | Y | Y | Y |
| 2.0.6 | N | N | N | Y | Y | Y |
| Hadoop Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 |
| --------------------------- | ------- | ------- | ------- | ------- | ------- |
| 2.3.1 | Y | Y | Y | Y | Y |
| 2.3.0 | N | Y | Y | Y | Y |
| 2.2.0 | N | Y | Y | Y | Y |
| 2.1.0 | N | N | Y | Y | Y |
| 2.0.9 | N | N | Y | Y | Y |
| 2.0.8 | N | N | N | Y | Y |
| 2.0.7 | N | N | N | Y | Y |
| 2.0.6 | N | N | N | Y | Y |
20 changes: 10 additions & 10 deletions product_docs/docs/mongo_data_adapter/5/02_requirements_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ MongoDB Foreign Data Wrapper is supported on the same platforms as EDB Postgres

This table lists the latest MongoDB Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions.

| MongoDB Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| ---------------------------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 5.5.1 | Y | Y | Y | Y | Y | Y |
| 5.5.0 | N | Y | Y | Y | Y | Y |
| 5.4.0 | N | Y | Y | Y | Y | Y |
| 5.3.0 | N | N | Y | Y | Y | Y |
| 5.2.10 | N | N | N | Y | Y | Y |
| 5.2.9 | N | N | N | Y | Y | Y |
| 5.2.8 | N | N | N | Y | Y | Y |
| 5.2.7 | N | N | N | Y | Y | Y |
| MongoDB Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 |
| ---------------------------- | ------- | ------- | ------- | ------- | ------- |
| 5.5.1 | Y | Y | Y | Y | Y |
| 5.5.0 | N | Y | Y | Y | Y |
| 5.4.0 | N | Y | Y | Y | Y |
| 5.3.0 | N | N | Y | Y | Y |
| 5.2.10 | N | N | N | Y | Y |
| 5.2.9 | N | N | N | Y | Y |
| 5.2.8 | N | N | N | Y | Y |
| 5.2.7 | N | N | N | Y | Y |

20 changes: 10 additions & 10 deletions product_docs/docs/mysql_data_adapter/2/02_requirements_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ The MySQL Foreign Data Wrapper is supported on the same Linux platforms as EDB P

This table lists the latest MySQL Foreign Data Wrapper versions and their supported corresponding EDB Postgres Advanced Server (EPAS) versions.

| MySQL Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 | EPAS 11 |
| -------------------------- | ------- | ------- | ------- | ------- | ------- | ------- |
| 2.9.1 | Y | Y | Y | Y | Y | Y |
| 2.9.0 | N | Y | Y | Y | Y | Y |
| 2.8.0 | N | Y | Y | Y | Y | Y |
| 2.7.0 | N | N | Y | Y | Y | Y |
| 2.6.1 | N | N | Y | Y | Y | Y |
| 2.6.0 | N | N | N | Y | Y | Y |
| 2.5.5 | N | N | N | Y | Y | Y |
| 2.5.4 | N | N | N | Y | Y | Y |
| MySQL Foreign Data Wrapper | EPAS 16 | EPAS 15 | EPAS 14 | EPAS 13 | EPAS 12 |
| -------------------------- | ------- | ------- | ------- | ------- | ------- |
| 2.9.1 | Y | Y | Y | Y | Y |
| 2.9.0 | N | Y | Y | Y | Y |
| 2.8.0 | N | Y | Y | Y | Y |
| 2.7.0 | N | N | Y | Y | Y |
| 2.6.1 | N | N | Y | Y | Y |
| 2.6.0 | N | N | N | Y | Y |
| 2.5.5 | N | N | N | Y | Y |
| 2.5.4 | N | N | N | Y | Y |



13 changes: 13 additions & 0 deletions product_docs/docs/pem/8/pem_rel_notes/871_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Postgres Enterprise Manager 8.7.1 release notes"
navTitle: Version 8.7.1
---

Released: 04 Mar 2024

New features, enhancements, bug fixes, and other changes in PEM 8.7.1 include:

| Type | Description |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Security fix | This is a security fix for [CVE-2023-50782](https://nvd.nist.gov/vuln/detail/CVE-2023-50782). Upgraded bundled Python cryptography package to 42.x. |
| Security fix | This is a security fix for [CVE-2023-31122](https://nvd.nist.gov/vuln/detail/CVE-2023-31122) and [CVE-2023-43622](https://nvd.nist.gov/vuln/detail/CVE-2023-43622). Upgraded bundled HTTPD installer to 2.4.58 for PEM Windows installer to fix Apache HTTPD server issues. |
2 changes: 2 additions & 0 deletions product_docs/docs/pem/8/pem_rel_notes/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Release notes"
navigation:
- 871_rel_notes
- 870_rel_notes
- 864_rel_notes
- 863_rel_notes
Expand All @@ -13,6 +14,7 @@ The Postgres Enterprise Manager (PEM) documentation describes the latest version

| Version | Release Date | Upstream Merges | Accessibility Conformance |
| ------------------------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| [8.7.1](871_rel_notes) | 04 Mar 2024 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
| [8.7.0](870_rel_notes) | 29 Nov 2023 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
| [8.6.4](864_rel_notes) | 12 Oct 2023 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
| [8.6.3](863_rel_notes) | 14 Jul 2023 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
Expand Down
12 changes: 12 additions & 0 deletions product_docs/docs/pem/9/pem_rel_notes/951_rel_notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Postgres Enterprise Manager 9.5.1 release notes"
navTitle: Version 9.5.1
---

Released: 04 Mar 2024

New features, enhancements, bug fixes, and other changes in PEM 9.5.1 include:

| Type | Description |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Security fix | This is a security fix for [CVE-2023-50782](https://nvd.nist.gov/vuln/detail/CVE-2023-50782). Upgraded bundled Python cryptography package to 42.x. |
Loading

2 comments on commit 3361454

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://65e5d790d2f15f27f110ac9e--edb-docs.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.