Add support for automatic (nedb -> Postgres) migration to matrix-appservice-slack

This commit is contained in:
Slavi Pantaleev
2020-12-22 19:56:52 +02:00
parent 9b95e1937c
commit 8675dedbdb
9 changed files with 123 additions and 144 deletions

View File

@ -51,3 +51,14 @@
with_items:
- rooms.db
- users.db
- name: Inject result
set_fact:
matrix_playbook_runtime_results: |
{{
matrix_playbook_runtime_results|default([])
+
[
"NOTE: Your appservice-irc database files have been imported into Postgres. The original database files have been moved from `{{ matrix_appservice_irc_data_path }}/*.db` to `{{ matrix_appservice_irc_data_path }}/*.db.backup`. When you've confirmed that the import went well and everything works, you should be able to safely delete these files."
]
}}