mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Fix changelog entry typo
This commit is contained in:
parent
8529efcd1c
commit
bccfd13c7f
@ -10,7 +10,7 @@ This means that if you were making manual changes to the `/matrix/appservice-dis
|
|||||||
|
|
||||||
The bridge now stores configuration in a subdirectory (`/matrix/appservice-discord/config`).
|
The bridge now stores configuration in a subdirectory (`/matrix/appservice-discord/config`).
|
||||||
|
|
||||||
Likewise, data is now also stored in a subdirectory (`/matrix/mautrix-whatsapp/data`). When you run the playbook with an existing database file (`/matrix/appservice-discord/discord.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`).
|
Likewise, data is now also stored in a subdirectory (`/matrix/appservice-discord/data`). When you run the playbook with an existing database file (`/matrix/appservice-discord/discord.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`).
|
||||||
|
|
||||||
The main directory (`/matrix/appservice-discord`) may contain some leftover files (`user-store.db`, `room-store.db`, `config.yaml`, `discord-registration.yaml`, `invite_link`). These are no longer necessary and can be deleted manually.
|
The main directory (`/matrix/appservice-discord`) may contain some leftover files (`user-store.db`, `room-store.db`, `config.yaml`, `discord-registration.yaml`, `invite_link`). These are no longer necessary and can be deleted manually.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user