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

@@ -19,7 +19,7 @@
- name: Archive a database dump
command: >
/usr/pgsql-15/bin/pg_dump
/usr/pgsql-16/bin/pg_dump
--clean
--create
--host={{ funkwhale_db_server }}

View File

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

View File

@@ -3,7 +3,7 @@
funkwhale_packages:
- gcc
- git
- postgresql15
- postgresql16
- postgresql-devel
- openldap-devel
- cyrus-sasl-devel

View File

@@ -3,7 +3,7 @@
funkwhale_packages:
- gcc
- git
- postgresql15
- postgresql16
- postgresql-devel
- openldap-devel
- cyrus-sasl-devel