Update to 2024-01-04 17:00

This commit is contained in:
Daniel Berteaud
2024-01-04 17:00:34 +01:00
parent 9675be207e
commit 72afb8eda5
47 changed files with 65 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
- name: Install postgresql client
package:
name:
- postgresql15
- postgresql16
tags: taiga
- name: Stop services during upgrade
@@ -39,7 +39,7 @@
- name: Dump the database
command: >
/usr/pgsql-15/bin/pg_dump
/usr/pgsql-16/bin/pg_dump
--clean
--create
--host={{ taiga_db_server | quote }}

View File

@@ -2,7 +2,7 @@
set -eo pipefail
PGPASSWORD='{{ taiga_db_pass }}' /usr/pgsql-15/bin/pg_dump \
PGPASSWORD='{{ taiga_db_pass }}' /usr/pgsql-16/bin/pg_dump \
--clean \
--create \
--username={{ taiga_db_user | quote }} \

View File

@@ -22,7 +22,7 @@ taiga_packages:
- curl
- tmux
- gettext
- postgresql15
- postgresql16
- postgresql-devel
- libpq-devel
- libxml2-devel