Releases: EnterpriseDB/edb-ansible
Releases · EnterpriseDB/edb-ansible
Release 3.11.0
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
Release 3.10.0
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
andinit_dbserver
are covered (Julien Tachoires @jt-edb)
Bug fixes
- Fix HammerDB playbook (Mark Wong @mw2q)
Release 3.8.0
Release 3.7.1
v3.7.1 Bump version to 3.7.1
Release 3.7.0
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
Maintenance release
Bug fixes
- Fixing the
setup_pemserver
role whenpg_instance_name
is not redefined by the user
Release 3.6.4
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
Maintenance release
Bug fixes
- Fix the
Disable builtin postgresql module
task on new versions of CentOS8/dnf
Release 3.6.2
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.