mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 11:17:51 +02:00
Add support for automatic (nedb -> Postgres) migration to matrix-appservice-slack
This commit is contained in:
@ -32,14 +32,6 @@
|
||||
tags:
|
||||
- import-generic-sqlite-db
|
||||
|
||||
# Imports slacks neDB to postgres.
|
||||
- import_tasks: "{{ role_path }}/tasks/import_nedb.yml"
|
||||
vars:
|
||||
database: appservice_slack
|
||||
when: run_postgres_import_nedb|bool
|
||||
tags:
|
||||
- import-slack-nedb
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/upgrade_postgres.yml"
|
||||
when: run_postgres_upgrade|bool
|
||||
tags:
|
||||
|
Reference in New Issue
Block a user