Skip to content

Releases: EnterpriseDB/edb-ansible

Release 3.11.0

06 Apr 14:52
Compare
Choose a tag to compare

Major release

New features

  • Add SSL support to pgbouncer (Julien Tachoires @jt-edb)
  • It's Not necessary anymore to configure access to the EDB package repository when deploying open source SW only (Julien Tachoires @jt-edb)
  • pgpool 4.3 support - replace the support of previous versions (Julien Tachoires @jt-edb)

Bug fixes

  • Fix EPAS 10 installation on centos7 (Julien Tachoires @jt-edb)
  • Prevent Postgres service from hanging when stopping it on Rocky 8.4/8.5 (Julien Tachoires @jt-edb)
  • pg_copy_files: default mode value must be a string (Julien Tachoires @jt-edb)

Improvements

  • Tests: functional tests for setup_barmanserver (Vincent Phan @vincentp7212 )
  • Tests: functional tests for manage_pgbouncer (Vincent Phan @vincentp7212 )
  • Tests: functional tests for setup_pgbouncer (Vincent Phan @vincentp7212 )
  • Tests: functional tests for manage_pgpool2 (Vincent Phan @vincentp7212 )
  • Tests: functional tests for setup_pgpool2 (Vincent Phan @vincentp7212 )
  • Tests: functional tests for setup_pemagant (Vincent Phan @vincentp7212 )
  • Tests: functional tests for setup_pemserver (Vincent Phan @vincentp7212 )
  • Misc. improvements on DBT-2 (Julien Tachoires @jt-edb)
  • Tests: functional tests for setup_efm (Vincent Phan @vincentp7212)
  • Adding edb_audit_directory as a parameter (Vibhor Kumar @vibhorkumar123)
  • Update Ansible collections dependencies version (Julien Tachoires @jt-edb)
  • Tests: functional tests for setup_replication (Vincent Phan @vincentp7212)
  • Tests: functional tests for manage_dbserver (Vincent Phan @vincentp7212)
  • Tests: replace centos8 usage by rocky8 (Julien Tachoires @jt-edb)

Release 3.10.1

06 Apr 08:02
Compare
Choose a tag to compare

Maintenance release

Bug fixes

  • Fix barman server installation on CentOS7 (Julien Tachoires @jt-edb )

Release 3.10.0

04 Feb 14:52
Compare
Choose a tag to compare

Major Release

New features

  • RockyLinux8 Support (Vincent Phan @vincentp7212)
  • Install DBT2 from RPM packages (Mark Wong @mw2q)
  • Partial Repmgr support (Julien Tachoires @jt-edb)
  • Testing framework: the roles setup_repo, install_dberver and init_dbserver are covered (Julien Tachoires @jt-edb)

Bug fixes

  • Fix HammerDB playbook (Mark Wong @mw2q)

Release 3.8.0

15 Dec 14:29
Compare
Choose a tag to compare

Major Release

New features

  • EPAS 14 support for RHEL & Debian families (Julien Tachoires @jt-edb)

Bug fixes

  • Use throttle=1 when updating the pg_hba.conf file (Julien Tachoires @jt-edb)

Release 3.7.1

02 Nov 14:16
Compare
Choose a tag to compare
v3.7.1

Bump version to 3.7.1

Release 3.7.0

28 Oct 17:11
Compare
Choose a tag to compare

Major Release

New features

  • Barman installation on Debian (Cédric Villemain @klando)
  • Autotuning support on Debian (Cédric Villemain @klando)
  • PostgreSQL 14 support on CentOS (Julien Tachoires @jt-edb)
  • Allows DB server monitoring by a remote PEM agent (Julien Tachoires @jt-edb)

Bug fixes

  • Do not execute some barman commands on standby nodes (Julien Tachoires @jt-edb)
  • Execute yum updateinfo -y (Julien Tachoires @jt-edb)
  • Fix barman server setup when getenforce is absent (Julien Tachoires @jt-edb)
  • Fix EFM witness deployment support (Julien Tachoires @jt-edb)

Improvements

  • Force the update of ca-certificates package (Julien Tachoires @jt-edb)

Changes

  • Update EFM service name from edb-<cluster-name>-<efm-version> to
    edb-efm-<cluster-name>-<efm-version> (Julien Tachoires @jt-edb)

Release 3.6.5

01 Oct 12:48
Compare
Choose a tag to compare

Maintenance release

Bug fixes

  • Fixing the setup_pemserver role when pg_instance_name is not redefined by the user

Release 3.6.4

27 Sep 13:21
Compare
Choose a tag to compare

Maintenance release

Improvements

  • Returns the first pemserver entry found from the inventory when pem_server_private_ip is not defined for
    the current host.

Release 3.6.3

23 Sep 12:40
Compare
Choose a tag to compare

Maintenance release

Bug fixes

  • Fix the Disable builtin postgresql module task on new versions of CentOS8/dnf

Release 3.6.2

20 Sep 11:57
Compare
Choose a tag to compare

Maintenance release

Bug fixes:

  • Barman: Do not execute the backup and check commands on standbys. Standby nodes must be configured and ready to be backuped in case of switchover/failover but are not supposed to be backuped when they still are in recovery mode.

  • Barman: Use throttle=1 when updating the .pgpass file on the barman server to avoid race condition that can lead to missing entries when working with multiple PG nodes.