Update to 2023-04-11 15:00

This commit is contained in:
Daniel Berteaud
2023-04-11 15:00:42 +02:00
parent 2a3d56fddc
commit 138c0bf3b2
55 changed files with 113 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
set -eo pipefail
PGPASSWORD={{ wapt_db_pass | quote }} /usr/pgsql-14/bin/pg_dump \
PGPASSWORD={{ wapt_db_pass | quote }} /usr/pgsql-15/bin/pg_dump \
--clean \
--create \
--username={{ wapt_db_user | quote }} \

View File

@@ -3,5 +3,5 @@
wapt_packages:
- tis-waptserver
- tis-waptsetup
- postgresql14
- postgresql15
- python-psycopg2 # Needed to manage PG with ansible

View File

@@ -3,5 +3,5 @@
wapt_packages:
- tis-waptserver
- tis-waptsetup
- postgresql14
- postgresql15
- python3-psycopg2 # Needed to manage PG with ansible