Releases: EnterpriseDB/edb-ansible
Releases · EnterpriseDB/edb-ansible
Release 3.6.0
Major release
Bug fixes
- Make sure pemagent and pemagent services are enabled. (Vibhor Kumar @vibhorkumar123)
- Fixe packages uninstallation. (@shahidullah-khan)
Improvements
- setup_barman: adding the get_wal recovery option (Cédric Villemain @klando)
Release 3.5.2
Maintenance release
Fixes:
- Fixed barman check failure in setup_barman role. (Vibhor Kumar @vibhorkumar123)
- Tested and verified by ( Doug Ortiz @dougortiz)
Barman backup was failing due to barman check failure. So now, we enforce the first WAL archive after the configuration, which solves this problem.
- Tested and verified by ( Doug Ortiz @dougortiz)
Release 3.5.1
Maintenance release
Fixes:
- Fix for init_dbserver for Debian OS. (Vibhor Kumar @vibhorkumar123)
- Fix some path issues for Debian in setup_replication and manage_dbserver and cleans up some multi-instance support left-overs. (Stefan Fercot @pgstef)
Release 3.5.0
Major release
New features:
- Multiple Instance support for all roles in the collections. (Julien Tachoires @jt-edb)
The new variable pg_instance_name defines the database server instance (cluster) name. The default value is main. - Allow users to install pemagent on non-dbserver. (Vibhor Kumar @vibhorkumar123)
- Allow users to setup local package repository or additional package repostory. (Julien Tachoires @jt-edb)
- Allow users to register database through pgbouncer. (Vibhor Kumar @vibhorkumar123)
- edb-ansible now allows Shell profile and .psqlrc files deployment using manage_dbserver role. (Julien Tachoires @jt-edb)
Improvements
Release 3.4.1
Maintenance release
Fixes:
- Fix EPAS unix socket path to /var/run/edb/asXX
- Update
requires_ansible
to ">=2.10"
Release 3.4.0
Major release
New features:
- EFM 4.2 support (Vibhor Kumar @vibhorkumar123)
- Update /etc/hosts and hostname when setting the
use_hostname
variable totrue
(Julien Tachoires @jt-edb) use_hostname
default value is set totrue
(Vibhor Kumar @vibhorkumar123)- HammerDB support for AzureDB (Mark Wong @mw2q)
Improvements:
- using hostname with barman deployment (Julien Tachoires @jt-edb)
Bug fixes:
Release 3.3.2
Maintenance release.
Bug fixes:
- Fixing the error
The conditional check 'pgpool2_ssl is true' failed.
on newer Ansible versions (reported by Doug Ortiz - @dougortiz here #180)
Release 3.3.1
Maintenance release.
Bug fixes:
- Fix pgpool2_nodes lookup filter (reported by Doug Ortiz - @dougortiz here #176)
Release 3.3.0
Release 3.2.0
Major release.
New features:
- HammerDB role
- Partial Debian/Ubuntu support for the roles:
setup_repo
,install_dbserver
,init_dbserver
,setup_replication
andmanage_dbserver
Improvements:
- EFM with PgPoolII integration
- SELinux labelling for custom barman home and ssh directory
- Full Qualified Collection Name usage
- Pin collection dependencies
Bug fixes:
- pemagent: limit the number of worker while updating PEM server HBA file to avoid concurrency issue
- Preserve ownership of known_hosts file by becoming postgres/barman user