set pgbackrest version to 2.44

This commit is contained in:
packetcat 2023-02-21 11:24:15 -05:00
parent 864aa428ad
commit 3049462726
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Copy pgbackrest binary to host
copy:
src: /builds/pgbackrest-release-2.39/src/pgbackrest
src: /builds/pgbackrest-release-2.44/src/pgbackrest
dest: /usr/bin/pgbackrest
mode: '0755'