Update to 2022-01-28 00:00

This commit is contained in:
Daniel Berteaud
2022-01-28 00:00:19 +01:00
parent 6870f5b171
commit c614bcb149
7 changed files with 104 additions and 17 deletions

View File

@@ -10,6 +10,16 @@
- postgresql14
tags: taiga
- name: Stop services during upgrade
service: name={{ item }} state=stopped
loop:
- taiga-back
- taiga-async
- taiga-events
- taiga-protected
when: taiga_install_mode == 'upgrade'
tags: taiga
- name: Archive previous version
synchronize:
src: "{{ taiga_root_dir }}/{{ item }}"