mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
7
roles/matrix_synapse/templates/synapse_janitor.sh.j2
Normal file
7
roles/matrix_synapse/templates/synapse_janitor.sh.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
PGPASSWORD={{ synapse_pg_db_pass }} /usr/bin/psql \
|
||||
--user={{ synapse_pg_db_user }} \
|
||||
--host={{ synapse_pg_db_server }} \
|
||||
--port={{ synapse_pg_db_port }} \
|
||||
{{ synapse_pg_db_name }} < {{ synapse_root_dir }}/res/synapse_janitor.sql
|
Reference in New Issue
Block a user