-
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 #3680 from EnterpriseDB/release/2023-02-15
Release: 2023-02-15
- Loading branch information
Showing
53 changed files
with
225 additions
and
164 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,9 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod | |
|
||
- The `edb_admin` role does not have superuser privileges by default. Contact [Support](../overview/support) to request superuser privileges for `edb_admin`. If you request superuser privileges, you **must** take care to limit the number of connections used by superusers to avoid degraded service and/or compromising availability. | ||
|
||
!!! note | ||
Superuser privileges allow you to make Postgres configuration changes using `ALTER SYSTEM` queries. We recommend you don't do this because it may lead to an unpredictable/unrecoverable state of the cluster. In addition, `ALTER SYSTEM` changes are not replicated across the cluster. | ||
|
||
- Changes to system configuration (GUCs) made by edb_admin or other Postgres users are not persisted though a reboot or maintenance. Use the BigAnimal portal to modify system configuration. | ||
|
||
- You have to remember your `edb_admin` password as EDB does not have access to it. If you forget it, you can set a new one in the BigAnimal portal on the Edit Cluster page. | ||
|
@@ -32,6 +35,8 @@ psql -W "postgres://[email protected]:5432/edb_admin?sslmod | |
|
||
- BigAnimal stores all database-level authentication securely and directly in PostgreSQL. The `edb_admin` user password is SCRAM-SHA-256 hashed prior to storage. This hash, even if compromised, cannot be replayed by an attacker to gain access to the system. | ||
|
||
|
||
|
||
## One database with one application | ||
|
||
For one database hosting a single application, replace app1 with your preferred user name: | ||
|
12 changes: 12 additions & 0 deletions
12
product_docs/docs/epas/11/epas_rel_notes/epas11_19_30_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Version 11.19.30" | ||
--- | ||
|
||
EDB Postgres Advanced Server 11.19.30 includes the following enhancements: | ||
|
||
| Type | Description | | ||
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Upstream merge | Merged with community PostgreSQL 11.19.30. See the community [Release Notes](https://www.postgresql.org/docs/release/11.19/) for details. | | ||
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| | ||
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | | ||
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | |
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
13 changes: 13 additions & 0 deletions
13
product_docs/docs/epas/12/epas_rel_notes/epas12_14_18_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Version 12.14.18" | ||
--- | ||
|
||
EDB Postgres Advanced Server 12.14.18 includes the following enhancements: | ||
|
||
| Type | Description | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| | ||
| Upstream merge | Merged with community PostgreSQL 12.14.18. See the community [Release Notes](https://www.postgresql.org/docs/release/12.14/) for details. | | ||
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| | ||
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | | ||
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | | ||
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | |
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
14 changes: 14 additions & 0 deletions
14
product_docs/docs/epas/13/epas_rel_notes/epas13_10_14_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "Version 13.10.14" | ||
--- | ||
|
||
EDB Postgres Advanced Server 13.10.14 includes the following enhancements: | ||
|
||
| Type | Description | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| | ||
| Upstream merge | Merged with community PostgreSQL 13.10.14. See the community [Release Notes](https://www.postgresql.org/docs/release/13.10/) for details. | | ||
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| | ||
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | | ||
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | | ||
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | | ||
| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] | |
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
17 changes: 17 additions & 0 deletions
17
product_docs/docs/epas/14/epas_rel_notes/epas14_7_0_rel_notes.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Version 14.7.0" | ||
--- | ||
|
||
EDB Postgres Advanced Server 14.7.0 includes the following enhancements and bug fixes: | ||
|
||
| Type | Description | | ||
| -------------- | -------------------------------------------------------------------------------------------------------------------------------------| | ||
| Upstream merge | Merged with community PostgreSQL 14.7.0. See the community [Release Notes](https://www.postgresql.org/docs/release/14.7/) for details. | | ||
| Bug fix | Fix possible server crash with autonomous transaction and temp table. [Support tickets: #89602 and #82695]| | ||
| Bug fix | Allow the password expiry feature to work with SCRAM authentication. [Support ticket: #89340] | | ||
| Bug fix | Fix Bulk API for update on an invisible tuple. [Support ticket: #86900] | | ||
| Bug fix | Fix command tag for the partition objects. [Support ticket: #86598] | | ||
| Bug fix | Fix dynamic partitioning to avoid duplicate partitions in high concurrency. [Support ticket: #89194] | | ||
| Bug fix | `edb_audit`: Add `leader_pid` and `query_id` to XML logs. | | ||
|
||
|
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
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/additional_configuration.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/additional_directories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/advanced_server_dialect.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
..._docs/docs/epas/15/epas_qs_windows/images/advanced_server_installer_welcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...s/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_server_utilization.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...ocs/epas/15/epas_qs_windows/images/dynatune_dynamic_tuning_workload_profile.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
...uct_docs/docs/epas/15/epas_qs_windows/images/enterprisedb_license_agreement.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/installation_directory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/installing_advanced_server.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/password_window.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/pre_installation_summary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/ready_to_install.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/select_components.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions
4
product_docs/docs/epas/15/epas_qs_windows/images/setup_wizard.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
b9e5ed6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs-staging.netlify.app as production
🚀 Deployed on https://63ed2b074f627102cdb64657--edb-docs-staging.netlify.app
b9e5ed6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Published on https://edb-docs.netlify.app as production
🚀 Deployed on https://63ed2d5986e16f05531e0264--edb-docs.netlify.app