mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 08:15:54 +02:00
Update to 2023-04-11 15:00
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
- name: Archive a database dump
|
||||
shell: >
|
||||
/usr/pgsql-14/bin/pg_dump
|
||||
/usr/pgsql-15/bin/pg_dump
|
||||
--clean
|
||||
--create
|
||||
--host={{ synapse_pg_db_server }}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
PGPASSWORD='{{ synapse_pg_db_pass }}' /usr/pgsql-14/bin/pg_dump \
|
||||
PGPASSWORD='{{ synapse_pg_db_pass }}' /usr/pgsql-15/bin/pg_dump \
|
||||
--clean \
|
||||
--create \
|
||||
--username={{ synapse_pg_db_user }} \
|
||||
|
@@ -17,7 +17,7 @@ synapse_packages:
|
||||
- libtool
|
||||
- autoconf
|
||||
- automake
|
||||
- postgresql14
|
||||
- postgresql15
|
||||
- postgresql-devel
|
||||
- libpqxx-devel
|
||||
- jemalloc
|
||||
|
@@ -17,7 +17,7 @@ synapse_packages:
|
||||
- libtool
|
||||
- autoconf
|
||||
- automake
|
||||
- postgresql14
|
||||
- postgresql15
|
||||
- postgresql-devel
|
||||
- jemalloc
|
||||
- python39-pip
|
||||
|
Reference in New Issue
Block a user