Skip to content

Commit 7147a9f

Browse files
EFM-Bobbyjosh-heyergvasquezvargas
authored
[EFM] 5.0 changes (Friday release) (#6594)
* Changes for EFM 5.0 See story for status on which changes are in this PR already and which are still waiting: https://enterprisedb.atlassian.net/browse/EFM-1730 This first commit makes general version bumps across the docs without any new content yet. A placeholder release notes file has been added; am pushing now to get some help with figuring out the release notes ordering and various "version 4" bits in the generated pages that I don't know how to find. * Changes for EFM 5.0 See story for status on which changes are in this PR already and which are still waiting: https://enterprisedb.atlassian.net/browse/EFM-1730 This first commit makes general version bumps across the docs without any new content yet. A placeholder release notes file has been added; am pushing now to get some help with figuring out the release notes ordering and various "version 4" bits in the generated pages that I don't know how to find. * Fix build (no unescaped less-than symbols) * ...missed one * Updated 5.0 link in release notes index. Was still pointing at 4.10. Also removed the "5" from "...describes the latest version of Failover Manager" since the 4 or 5 isn't really important and I want to try to make it clear the docs cover the latest version no matter what it is, and changes are in the release notes. * Fix a 4.x startup log reference that shouldn't have been changed to 5.x. * Fixed all startup log references (hopefully). * Fixed "xlog" text in json output. * Changing the efm version directory from 4 to 5. No other changes in this commit. * Fixed a broken link. Helpful error messages and "npm run links:check" rule! * We ran out of names following the existing convention, so I've bumped all the numbers way up. This did involve fixing a link (checked with "npm run links:check") in a pdg page that referenced an efm release. * Updated/removed some more startup log references and fixed the general logging page. Added a big warning about not using TRACE level. * Updated auto.resume.period information. * Update text for detach.on.agent.failure property. * Add new property backup.wal. * Add new property check.num.sync.period. This adds the property information, along with changing the wal_sender_timeout note to say it doesn't apply to efm versions 5 and up. * Document "DOWN" cluster members. This adds a note to the cluster-status and 'efm reset-members' pages about DOWN nodes. * Adding the new efm create-standby command. * Update to release notes. Added the 5.0 release notes, fixed a stray apostrophe in the 4.8 notes, and updated the 5.0 release date. * Remaining 4.x references and minor edits * Added Addresses column to all release notes * minor edits to 5.o rn * Removed Ubuntu 20, updated config.yaml and added _redirects static path to catch /4/ traffic * minor rn edits * Added some text about detach.on.agent.failure property. * rephrase detach_on_agent_failure --------- Co-authored-by: Josh Heyer <[email protected]> Co-authored-by: gvasquezvargas <[email protected]>
1 parent 3f1b5c7 commit 7147a9f

File tree

97 files changed

+564
-394
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+564
-394
lines changed

advocacy_docs/edb-postgres-ai/overview/latest-release-news/2024q3release.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ With Trusted Postgres Architect (TPA), we continuously seek to create useful def
1919

2020
TPA Version 23.24 introduces clearer and more concise CLI output, helping operators verify that deployment was successful. Today’s release includes a new module that processes the raw Ansible output into a more concise form before streaming it to the operator, making it easier to spot important information.
2121

22-
For clusters that include EDB [Postgres Enterprise Manager](https://www.enterprisedb.com/products/postgres-enterprise-manager) (PEM), operators can now specify additional options to pass to the “register-agent” command, as well as provide their own SSL certificates to be used by the PEM web server. This enhancement improves upon earlier processes requiring the use of custom hooks or manual configuration. For [Enterprise Failover Manager](https://www.enterprisedb.com/docs/efm/latest/) (EFM) clusters, TPA now supports the new configuration parameters introduced with [EFM 4.9](https://www.enterprisedb.com/docs/efm/latest/efm_rel_notes/01_efm_49_rel_notes/). In addition, the configuration files created by TPA now include all the formatting and comments provided in the default EFM configuration files, making it easier for any operator wanting to manually inspect these files. TPA now allows users to specify whether TPA uses host names or IP addresses in EFM configuration, where previously only IP addresses were supported.
22+
For clusters that include EDB [Postgres Enterprise Manager](https://www.enterprisedb.com/products/postgres-enterprise-manager) (PEM), operators can now specify additional options to pass to the “register-agent” command, as well as provide their own SSL certificates to be used by the PEM web server. This enhancement improves upon earlier processes requiring the use of custom hooks or manual configuration. For [Enterprise Failover Manager](https://www.enterprisedb.com/docs/efm/latest/) (EFM) clusters, TPA now supports the new configuration parameters introduced with [EFM 4.9](https://www.enterprisedb.com/docs/efm/latest/efm_rel_notes/31_efm_49_rel_notes/). In addition, the configuration files created by TPA now include all the formatting and comments provided in the default EFM configuration files, making it easier for any operator wanting to manually inspect these files. TPA now allows users to specify whether TPA uses host names or IP addresses in EFM configuration, where previously only IP addresses were supported.
2323

2424
Find out more about [Trusted Postgres Architect](https://www.enterprisedb.com/docs/tpa/latest/). If you’re new to TPA, try out this [TPA tutorial to spin up your first cluster](https://www.enterprisedb.com/docs/tpa/latest/firstclusterdeployment/).
2525

install_template/config.yaml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -489,46 +489,43 @@ products:
489489
platforms:
490490
- name: AlmaLinux 8 or Rocky Linux 8
491491
arch: x86_64
492-
supported versions: [4]
492+
supported versions: [5]
493493
- name: AlmaLinux 9 or Rocky Linux 9
494494
arch: x86_64
495-
supported versions: [4]
495+
supported versions: [5]
496496
- name: RHEL 8 or OL 8
497497
arch: x86_64
498-
supported versions: [4]
498+
supported versions: [5]
499499
- name: RHEL 9 or OL 9
500500
arch: x86_64
501-
supported versions: [4]
501+
supported versions: [5]
502502
- name: RHEL 9
503503
arch: ppc64le
504-
supported versions: [4]
504+
supported versions: [5]
505505
- name: RHEL 9 or OL 9
506506
arch: arm64
507-
supported versions: [4]
507+
supported versions: [5]
508508
- name: RHEL 8
509509
arch: ppc64le
510-
supported versions: [4]
510+
supported versions: [5]
511511
- name: Debian 11
512512
arch: x86_64
513-
supported versions: [4]
513+
supported versions: [5]
514514
- name: Debian 12
515515
arch: x86_64
516-
supported versions: [4]
516+
supported versions: [5]
517517
- name: Debian 12
518518
arch: arm64
519-
supported versions: [4]
520-
- name: Ubuntu 20.04
521-
arch: x86_64
522-
supported versions: [4]
519+
supported versions: [5]
523520
- name: Ubuntu 22.04
524521
arch: x86_64
525-
supported versions: [4]
522+
supported versions: [5]
526523
- name: SLES 15
527524
arch: x86_64
528-
supported versions: [4]
525+
supported versions: [5]
529526
- name: SLES 15
530527
arch: ppc64le
531-
supported versions: [4]
528+
supported versions: [5]
532529
- name: Hadoop Foreign Data Wrapper
533530
platforms:
534531
- name: AlmaLinux 8 or Rocky Linux 8

install_template/templates/products/failover-manager/base.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "platformBase/" + platformBaseTemplate + '.njk' %}
2-
{% set packageName %}edb-efm<4x>{% endset %}
2+
{% set packageName %}edb-efm<5x>{% endset %}
33
{% import "platformBase/_deploymentConstants.njk" as deploy %}
44
{% block frontmatter %}
55
{#
@@ -21,7 +21,7 @@ redirects:
2121
{{ super() }}
2222
{% endblock product_prerequisites %}
2323
{% block postinstall %}
24-
Where `<4x>` is the version of Failover Manager that you're installing. For example, if you're installing version 4.10, the package name is `edb-efm410`.
24+
Where `<5x>` is the version of Failover Manager that you're installing. For example, if you're installing version 5.0, the package name is `edb-efm50`.
2525

2626
The installation process creates a user named efm that has privileges to invoke scripts that control the Failover Manager service for clusters owned by enterprisedb or postgres.
2727

install_template/templates/products/failover-manager/ubuntu-20.04.njk

Lines changed: 0 additions & 2 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/01_efm_410_rel_notes.mdx

Lines changed: 0 additions & 13 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/01_efm_49_rel_notes.mdx

Lines changed: 0 additions & 11 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/02_efm_48_rel_notes.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/03_efm_47_rel_notes.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/04_efm_46_rel_notes.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/05_efm_45_rel_notes.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/08_efm_42_rel_notes.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/09_efm_41_rel_notes.mdx

Lines changed: 0 additions & 20 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/10_efm_40_rel_notes.mdx

Lines changed: 0 additions & 32 deletions
This file was deleted.

product_docs/docs/efm/4/efm_rel_notes/index.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

product_docs/docs/efm/4/installing/install_details.mdx

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)