mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-26 11:17:51 +02:00
hint supported automatic migration nedb->postgres
This commit is contained in:
@ -32,6 +32,22 @@
|
||||
tags:
|
||||
- import-generic-sqlite-db
|
||||
|
||||
# Imports appservice-irc NeDB into postgres
|
||||
- import_tasks: "{{ role_path }}/tasks/import_nedb.yml"
|
||||
vars:
|
||||
database: appservice_irc
|
||||
when: run_postgres_import_nedb|bool
|
||||
tags:
|
||||
- import-irc-nedb
|
||||
|
||||
# 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