Replace some devture_postgres_identifier instances with devture_postgres_connection_hostname

This commit is contained in:
Slavi Pantaleev
2022-11-27 08:31:54 +02:00
parent eedf5ad94d
commit 3d5d843418
4 changed files with 49 additions and 48 deletions

View File

@ -39,7 +39,7 @@
--entrypoint=/bin/sh
{{ devture_postgres_container_image_latest }}
-c "cat /work/state-compressor.sql |
psql -v ON_ERROR_STOP=1 -h {{ devture_postgres_identifier }} -d {{ matrix_synapse_database_database }}"
psql -v ON_ERROR_STOP=1 -h {{ devture_postgres_connection_hostname }} -d {{ matrix_synapse_database_database }}"
- name: Import compression SQL into Postgres
ansible.builtin.command: "{{ matrix_synapse_rust_synapse_compress_state_psql_import_command }}"