This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Attempt to fix mautrix-whatsapp DB migration user table conflict
Discussed in
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/791
pull/801/head
Slavi Pantaleev
5 years ago
parent
1692a28fe4
commit
8549926395
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml
+ 1
- 0
roles/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml
View File
@@ -26,6 +26,7 @@
engine_variable_name: 'matrix_mautrix_whatsapp_database_engine'
engine_old: 'sqlite'
systemd_services_to_stop: ['matrix-mautrix-whatsapp.service']
pgloader_options: ['--with "quote identifiers"']
- import_tasks: "{{ role_path }}/../matrix-postgres/tasks/util/migrate_db_to_postgres.yml"
Write
Preview
Loading…
Cancel
Save