Browse Source

Merge 40229c6b84 into e94ec75e1a

pull/1923/merge
throny 3 years ago
committed by GitHub
parent
commit
c1631d3073
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/matrix-postgres/tasks/import_synapse_sqlite_db.yml

+ 2
- 2
roles/matrix-postgres/tasks/import_synapse_sqlite_db.yml View File

@@ -81,6 +81,6 @@
--entrypoint=python --entrypoint=python
--mount type=bind,src={{ matrix_synapse_config_dir_path }},dst=/data --mount type=bind,src={{ matrix_synapse_config_dir_path }},dst=/data
--mount type=bind,src={{ matrix_synapse_config_dir_path }},dst=/matrix-media-store-parent/media-store --mount type=bind,src={{ matrix_synapse_config_dir_path }},dst=/matrix-media-store-parent/media-store
--mount type=bind,src={{ server_path_homeserver_db }},dst=/{{ server_path_homeserver_db|basename }}
--mount type=bind,src={{ server_path_homeserver_db }},dst=/tmp/homeserver.db
{{ matrix_synapse_docker_image }} {{ matrix_synapse_docker_image }}
/usr/local/bin/synapse_port_db --sqlite-database /{{ server_path_homeserver_db|basename }} --postgres-config /data/homeserver.yaml
/usr/local/bin/synapse_port_db --sqlite-database /tmp/homeserver.db --postgres-config /data/homeserver.yaml

Loading…
Cancel
Save