Skip to content

Commit

Permalink
Merge pull request #3663 from EnterpriseDB/release/2023-02-14a
Browse files Browse the repository at this point in the history
Release: 2023-02-14a
  • Loading branch information
drothery-edb authored Feb 14, 2023
2 parents 3aae4cd + 205b59d commit b020913
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ EDB ODBC Connector 13.02.0000.02 includes the following enhancement:

| Type | Description |
| -------------- | -------------------------------------------------------- |
| Enhancement | Added support for EDB Postgres Advanced Server v15.2.0. |
| Enhancement | Added support for EDB Postgres Advanced Server v15. |
2 changes: 1 addition & 1 deletion product_docs/docs/pem/9/pem_rel_notes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Postgres Enterprise Manager (PEM) documentation describes the latest version

| Version | Release Date | Upstream Merges | Accessibility Conformance |
| ------------------------- | ------------ | --------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------- |
| [9.1.0](910_rel_notes) | 10 Feb 2023 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
| [9.1.0](910_rel_notes) | 14 Feb 2023 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |
| [9.0.0](900_rel_notes) | 9 Dec 2022 | NA | [Conformance Report](https://www.enterprisedb.com/accessibility) |

Often only select issues are included in the upstream merges. The specific issues included in the merges are listed in the release note topics.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get -y install edb-postgresextended-<xx> edb-postgresextended-<xx>-contrib
sudo apt-get -y install edb-postgresextended-<xx>
```

Where `<xx>` is the version of EDB Postgres Extended Server you are installing. For example, if you are installing version 15, the package name would be `edb-postgresextended-15`.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get -y install edb-postgresextended-<xx> edb-postgresextended-<xx>-contrib
sudo apt-get -y install edb-postgresextended-<xx>
```

Where `<xx>` is the version of EDB Postgres Extended Server you are installing. For example, if you are installing version 15, the package name would be `edb-postgresextended-15`.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get -y install edb-postgresextended-<xx> edb-postgresextended-<xx>-contrib
sudo apt-get -y install edb-postgresextended-<xx>
```

Where `<xx>` is the version of EDB Postgres Extended Server you are installing. For example, if you are installing version 15, the package name would be `edb-postgresextended15`.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Before you begin the installation process:
## Install the package

```shell
sudo apt-get -y install edb-postgresextended-<xx> edb-postgresextended-<xx>-contrib
sudo apt-get -y install edb-postgresextended-<xx>
```

Where `<xx>` is the version of EDB Postgres Extended Server you are installing. For example, if you are installing version 15, the package name would be `edb-postgresextended15`.
1 change: 1 addition & 0 deletions product_docs/docs/pge/15/release_notes/rel_notes15.2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ New features, enhancements, bug fixes, and other changes in EDB Postgres Extende

| Type | Description |
| ----------- | ----------------------------------------------------------- |
| Upstream merge | Merged with community PostgreSQL 15.2. See the [PostgreSQL 15 Release Notes](https://www.postgresql.org/docs/15/release-15.html) for more information. | |
| Feature | Support for [Transparent Data Encryption (TDE)](/tde/latest). TDE encrypts, transparently to the user, any user data stored in the database system.|


12 changes: 6 additions & 6 deletions product_docs/docs/tde/15/affected_commands.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ navTitle: Affected commands

When TDE is enabled, the following commands have TDE-specific options or read TDE settings in environment variables or configuration files:

- [pg_waldump](./troubleshooting/#dumping-a-tde-encrypted-wal-file)
- [pg_resetwal](./troubleshooting/#resetting-a-corrupt-tde-encrypted-wal-file)
- [pg_verifybackup](./backups/#verify-a-backup-of-a-tde-system)
- [pg_rewind](./backups/#resynchronizing-timelines-in-a-tde-system)
- [pg_upgrade](./pg_upgrade/)
- [postgres](./single_user/)
- [pg_waldump](/tde/latest/troubleshooting/#dumping-a-tde-encrypted-wal-file)
- [pg_resetwal](/tde/latest/troubleshooting/#resetting-a-corrupt-tde-encrypted-wal-file)
- [pg_verifybackup](/tde/latest/backups/#verify-a-backup-of-a-tde-system)
- [pg_rewind](/tde/latest/backups/#resynchronize-timelines-in-a-tde-system)
- [pg_upgrade](/tde/latest/pg_upgrade/)
- [postgres](/tde/latest/single_user/)

2 changes: 1 addition & 1 deletion product_docs/docs/tde/15/enabling_tde.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To enable encryption, use the following options with the `initdb` command or the

`-y, --data-encryption`

Initialize the new database cluster with transparent data encryption. See [Transparent Data Encryption](./index/) for more information.
Initialize the new database cluster with transparent data encryption. See [Transparent Data Encryption](/tde/lastest) for more information.

`--copy-key-from=<file>`

Expand Down
4 changes: 2 additions & 2 deletions product_docs/docs/tde/15/images/tde1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions product_docs/docs/tde/15/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Transparent data encryption (TDE) is an optional feature supported by version 15

It encrypts any user data stored in the database system. This encryption is transparent to the user. User data includes the actual data stored in tables and other objects as well as system catalog data such as the names of objects.

![Architecture diagram](images/tde1.png)

## What's encrypted with TDE?

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/tde/15/pg_upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These options to [pg_upgrade](https://www.postgresql.org/docs/15/pgupgrade.html)

For added certainty, if the old cluster is encrypted and the new cluster was initialized as unencrypted, this option decrypts the data from the old cluster and copies it to the new cluster unencrypted. If the old cluster is unencrypted and the new cluster was initialized as encrypted, this option encrypts the data from the old cluster and places it into the new cluster encrypted.

See the description of the [initdb --copy-key-from=&lt;file> option](./enabling_tde/#using-initdb-options) for information on copying a key from an existing cluster when preparing a new cluster as a target for `pg_upgrade`.
See the description of the [initdb --copy-key-from=&lt;file> option](/tde/latest/enabling_tde/#using-initdb-tde-options) for information on copying a key from an existing cluster when preparing a new cluster as a target for `pg_upgrade`.

`--key-unwrap-command=<command>`

Expand Down

2 comments on commit b020913

@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.

@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://63eba28071d3100f65c4afc1--edb-docs.netlify.app

Please sign in to comment.