Skip to content

Releases: EnterpriseDB/edb-ansible

Release 3.6.0

16 Sep 19:23
Compare
Choose a tag to compare

Major release

Bug fixes

Improvements

  • setup_barman: adding the get_wal recovery option (Cédric Villemain @klando)

Release 3.5.2

21 Aug 10:39
51a76e3
Compare
Choose a tag to compare

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.

Release 3.5.1

19 Aug 19:25
b139251
Compare
Choose a tag to compare

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

18 Aug 18:28
329a02d
Compare
Choose a tag to compare

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

  • With the deployment of the barman server, allow barman to take the backup. (Julien Tachoires @jt-edb)
  • Allow to install and setup replication without using replication slots. (Stefan Fercot @pgstef)

Release 3.4.1

31 Jul 08:44
Compare
Choose a tag to compare

Maintenance release

Fixes:

  • Fix EPAS unix socket path to /var/run/edb/asXX
  • Update requires_ansible to ">=2.10"

Release 3.4.0

14 Jul 08:57
Compare
Choose a tag to compare

Major release

New features:

  • EFM 4.2 support (Vibhor Kumar @vibhorkumar123)
  • Update /etc/hosts and hostname when setting the use_hostname variable to true (Julien Tachoires @jt-edb)
  • use_hostname default value is set to true (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

11 May 18:50
61ac038
Compare
Choose a tag to compare

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

29 Apr 10:28
d401d21
Compare
Choose a tag to compare

Maintenance release.

Bug fixes:

  • Fix pgpool2_nodes lookup filter (reported by Doug Ortiz - @dougortiz here #176)

Release 3.3.0

22 Apr 12:34
4b2dbb5
Compare
Choose a tag to compare

Major release.

New features:

  • HammerDB T-Shirt size support (Mark Wong - @mw2q)

Improvements:

  • Hostname usage on PgPoolII nodes when use_hostname is set to true (Julien Tachoires - @jt-edb)

Bug fixes:

  • Define efm_cluster_name variable when missing (Julien Tachoires - @jt-edb)

Release 3.2.0

04 Mar 14:43
94069a0
Compare
Choose a tag to compare

Major release.

New features:

  • HammerDB role
  • Partial Debian/Ubuntu support for the roles: setup_repo, install_dbserver, init_dbserver, setup_replication and manage_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