Skip to content

Commit

Permalink
Merge pull request #3406 from EnterpriseDB/release/2022-12-01a
Browse files Browse the repository at this point in the history
Release: 2022-12-01a
  • Loading branch information
drothery-edb authored Dec 2, 2022
2 parents 9f75550 + 2a8182f commit 8a6aea1
Show file tree
Hide file tree
Showing 99 changed files with 645 additions and 475 deletions.
2 changes: 2 additions & 0 deletions install_template/deploy.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ const moveDoc = async (product, platform, version) => {
when({product: {name: "EDB Postgres Advanced Server", version: 11}, platform: {name: "Ubuntu 18.04"}},
(ctx) => `epas/11/epas_inst_linux/installing_epas_using_edb_repository/${fmtArchPath(ctx)}/epas_ubuntu18_${fmtArchFilename(ctx)}.mdx`),



when({product: {name: "Postgres Enterprise Manager server", version: 8}, platform: {name: "RHEL 8 or OL 8"}},
(ctx) => `pem/8/installing_pem_server/pem_server_inst_linux/installing_pem_server_using_edb_repository/${fmtArchPath(ctx)}/pem_server_rhel8_${fmtArchFilename(ctx)}.mdx`),
when({product: {name: "Postgres Enterprise Manager server", version: 8}, platform: {name: "RHEL 8"}},
Expand Down
13 changes: 13 additions & 0 deletions install_template/templates/products/edb-pgbouncer/base.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
{% set packageName %}edb-pgbouncer<xx>{% endset %}

{% import "platformBase/_deploymentConstants.njk" as deploy %}
{% block frontmatter %}
{#
If you modify deployment path here, please first copy the old expression
and add it to the list under "redirects:" below - this ensures we don't
break any existing links.
#}
deployPath: pgbouncer/{{ product.version }}/installing/linux_{{platform.arch}}/pgbouncer_{{deploy.map_platform[platform.name]}}.mdx
redirects:
- pgbouncer/{{ product.version }}/01_installation/install_on_linux/{{deploy.expand_arch[platform.arch]}}/pgbouncer_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx
{% endblock frontmatter %}

{% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %}

{% endblock prodprereq %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{% extends "products/edb-pgbouncer/base.njk" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% block frontmatter %}
{# remove this block when Ubuntu 22 is released #}
{% endblock frontmatter %}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{% extends "products/edb-pgpool-ii/base.njk" %}
{% extends "products/edb-pgpool-ii-extensions/base.njk" %}
{% set platformBaseTemplate = "almalinux-8-or-rocky-linux-8" %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
{% set packageName %}edb-as-<xx>-pgpool<yy>-extensions{% endset %}

{% import "platformBase/_deploymentConstants.njk" as deploy %}
{% block frontmatter %}
{#
If you modify deployment path here, please first copy the old expression
and add it to the list under "redirects:" below - this ensures we don't
break any existing links.
#}
deployPath: pgpool/{{ product.version }}/installing_extensions/linux_{{platform.arch}}/pgpoolext_{{deploy.map_platform[platform.name]}}.mdx
redirects:
- pgpool/{{ product.version }}/02_extensions/{{deploy.expand_arch[platform.arch]}}/pgpoolext_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx
{% endblock frontmatter %}

{% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %}

{% endblock prodprereq %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{% extends "products/edb-pgpool-ii-extensions/base.njk" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% block frontmatter %}
{# remove this block when Ubuntu 22 is released #}
{% endblock frontmatter %}
13 changes: 13 additions & 0 deletions install_template/templates/products/edb-pgpool-ii/base.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
{% set packageName %}edb-pgpool<xx>{% endset %}

{% import "platformBase/_deploymentConstants.njk" as deploy %}
{% block frontmatter %}
{#
If you modify deployment path here, please first copy the old expression
and add it to the list under "redirects:" below - this ensures we don't
break any existing links.
#}
deployPath: pgpool/{{ product.version }}/installing/linux_{{platform.arch}}/pgpool_{{deploy.map_platform[platform.name]}}.mdx
redirects:
- pgpool/{{ product.version }}/01_installing_and_configuring_the_pgpool-II/{{deploy.expand_arch[platform.arch]}}/pgpool_{{deploy.map_platform_old[platform.name]}}_{{platform.arch | replace(r/_?64/g, "")}}.mdx
{% endblock frontmatter %}

{% block prodprereq %}{% include "platformBase/_epasinstallsameserver.njk" %}

{% endblock prodprereq %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{% extends "products/edb-pgpool-ii/ubuntu.njk" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% set platformBaseTemplate = "ubuntu-22.04" %}
{% block frontmatter %}
{# remove this block when Ubuntu 22 is released #}
{% endblock frontmatter %}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ redirects:
{% endblock prodprereq %}
{% block postinstall %}
## Initial configuration
Before invoking Migration Toolkit, you must download and install JDBC drivers for connecting to the source and target databases. See [Installing a JDBC driver](/migration_toolkit/latest/05_installing_mtk/installing_jdbc_driver/) for details.
Before invoking Migration Toolkit, you must download and install JDBC drivers for connecting to the source and target databases. See [Installing a JDBC driver](/migration_toolkit/latest/installing/installing_jdbc_driver/) for details.
{% endblock postinstall %}
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ When using AWS, you can create clusters in the following regions:
- US East 2 (Ohio)
- US West 2 (Oregon)
- Europe (EU)
- Europe 1 (Ireland)
- Europe 2 (London)
- EU Central 1 (Frankfurt)
- EU West 1 (Ireland)
- EU West 2 (London)



## Next steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ db.port=
db.database=
```

The `db.user` specified must have enough privileges to invoke selected PostgreSQL commands on behalf of Failover Manager. For more information, see [Prerequisites](../01_prerequisites/#prerequisites).
The `db.user` specified must have enough privileges to invoke selected PostgreSQL commands on behalf of Failover Manager. For more information, see [Prerequisites](../installing/prerequisites/#prerequisites).

For information about encrypting the password for the database user, see [Encrypting your database password](02_encrypting_database_password/#encrypting_database_password).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ To upgrade Failover Manager without stopping EDB Postgres Advanced Server, tempo

1. [Disable Eager Failover](#disabling_the_eager_failover)

2. [Stop and upgrade Failover Manager](../12_upgrading_existing_cluster/#upgrading_existing_cluster)
2. [Stop and upgrade Failover Manager](../upgrading/#upgrading_existing_cluster)

3. [Enable Eager Failover](#enabling_the_eager_failover)

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/efm/4/installing/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If an event occurs, Failover Manager invokes the script (if provided) and can al

Failover Manager requires that PostgreSQL streaming replication be configured between the primary node and the standby nodes. Failover Manager doesn't support other types of replication.

On database versions 11 (or prior), unless specified with the `-sourcenode` option, a `recovery.conf` file is copied from a random standby node to the stopped primary during switchover. Ensure that the paths in the `recovery.conf` file on your standby nodes are consistent before performing a switchover. For more information about the `-sourcenode` option, see [Promoting a Failover Manager node](05_using_efm/#promote_node).
On database versions 11 (or prior), unless specified with the `-sourcenode` option, a `recovery.conf` file is copied from a random standby node to the stopped primary during switchover. Ensure that the paths in the `recovery.conf` file on your standby nodes are consistent before performing a switchover. For more information about the `-sourcenode` option, see [Promoting a Failover Manager node](../05_using_efm/#promote_node).

On database version 12 or later, the `primary_conninfo` and `restore_command` properties are copied from a random standby node to the stopped primary during switchover unless otherwise specified with the `-sourcenode` option.

Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/efm/4/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ legacyRedirectsGenerated:

Failover Manager provides a utility to assist you when upgrading a cluster managed by Failover Manager. To upgrade an existing cluster, you must:

1. Install Failover Manager 4.5 on each node of the cluster. For detailed information about installing Failover Manager, see [Installing Failover Manager](03_installing_efm).
1. Install Failover Manager 4.5 on each node of the cluster. For detailed information about installing Failover Manager, see [Installing Failover Manager](installing).

2. After installing Failover Manager, invoke the `efm upgrade-conf` utility to create the `.properties` and `.nodes` files for Failover Manager 4.5. The Failover Manager installer installs the upgrade utility ([efm upgrade-conf](07_using_efm_utility/#efm_upgrade_conf)) to the `/usr/edb/efm-4.5/bin directory`. To invoke the utility, assume root privileges, and invoke the command:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on RHEL 8 ppc64le
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle
- /migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_rhel8_ppcle
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on SLES 12 ppc64le
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle
- /migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles12_ppcle
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on SLES 15 ppc64le
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle
- /migration_toolkit/55/05_installing_mtk/install_on_linux/ibm_power_ppc64le/mtk55_sles15_ppcle
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on CentOS 7 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_centos7_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_centos7_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on Debian 10 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_deb10_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb10_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on Debian 11 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_deb11_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_deb11_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on AlmaLinux 8 or Rocky Linux 8 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_other_linux8_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_other_linux8_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on RHEL 7 or OL 7 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_rhel7_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel7_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on RHEL 8 or OL 8 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_rhel8_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_rhel8_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on SLES 12 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_sles12_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles12_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on SLES 15 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_sles15_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_sles15_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on Ubuntu 18.04 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_ubuntu18_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu18_x86
---

## Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Installing Migration Toolkit on Ubuntu 20.04 x86_64
# the documentation team will update the templates accordingly.

redirects:
- /migration_toolkit/55/installing/install_on_linux/x86_amd64/mtk55_ubuntu20_x86
- /migration_toolkit/55/05_installing_mtk/install_on_linux/x86_amd64/mtk55_ubuntu20_x86
---

## Prerequisites
Expand Down
17 changes: 0 additions & 17 deletions product_docs/docs/pgbouncer/1.17/01_installation/index.mdx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 2 additions & 0 deletions product_docs/docs/pgbouncer/1.17/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ directoryDefaults:
navigation:
- pgbouncer_rel_notes
- supported_platforms
- installing
- 02_configuration_and_usage
legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
- "/edb-docs/d/pgbouncer/user-guides/pgbouncer-guide/1.0/index.html"
Expand Down
Loading

2 comments on commit 8a6aea1

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

Please sign in to comment.