Explorar el Código
Merge pull request #522 from Tupsi/patch-1
fix for importing sqllite database
pull/525/head
Slavi Pantaleev
hace 5 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
roles/matrix-postgres/tasks/import_sqlite_db.yml
|
|
|
@@ -79,6 +79,7 @@ |
|
|
|
--network={{ matrix_docker_network }} |
|
|
|
--entrypoint=python |
|
|
|
-v {{ matrix_synapse_config_dir_path }}:/data |
|
|
|
-v {{ matrix_synapse_config_dir_path }}:/matrix-media-store-parent/media-store |
|
|
|
-v {{ server_path_homeserver_db }}:/{{ server_path_homeserver_db|basename }}:ro |
|
|
|
{{ matrix_synapse_docker_image }} |
|
|
|
/usr/local/bin/synapse_port_db --sqlite-database /{{ server_path_homeserver_db|basename }} --postgres-config /data/homeserver.yaml |