mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-05-10 17:24:36 +00:00
configuring-playbook-conduwuit.md: link Tuwunel as a migration target
Previously only Continuwuity was offered as a migration path. Tuwunel is a fork of conduwuit which reads the database directly via the new `tuwunel-migrate-from-conduwuit` tag, so it deserves a parallel entry. Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/5200. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<!--
|
<!--
|
||||||
SPDX-FileCopyrightText: 2019 Eduardo Beltrame
|
SPDX-FileCopyrightText: 2019 Eduardo Beltrame
|
||||||
SPDX-FileCopyrightText: 2019-2025 Slavi Pantaleev
|
SPDX-FileCopyrightText: 2019-2026 Slavi Pantaleev
|
||||||
SPDX-FileCopyrightText: 2020 Tulir Asokan
|
SPDX-FileCopyrightText: 2020 Tulir Asokan
|
||||||
SPDX-FileCopyrightText: 2021, 2024 MDAD project contributors
|
SPDX-FileCopyrightText: 2021, 2024 MDAD project contributors
|
||||||
SPDX-FileCopyrightText: 2022 Dennis Ciba
|
SPDX-FileCopyrightText: 2022 Dennis Ciba
|
||||||
@@ -29,13 +29,17 @@ To uninstall the service, run the command below on the server:
|
|||||||
systemctl disable --now matrix-conduwuit.service
|
systemctl disable --now matrix-conduwuit.service
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Migrating to Tuwunel
|
||||||
|
|
||||||
|
[Tuwunel](configuring-playbook-tuwunel.md) is a fork of conduwuit which reads its database directly, so migration is possible. Please refer to [this section](./configuring-playbook-tuwunel.md#migrating-from-conduwuit) for details.
|
||||||
|
|
||||||
## Migrating to Continuwuity
|
## Migrating to Continuwuity
|
||||||
|
|
||||||
Since [Continuwuity](configuring-playbook-continuwuity.md) is a drop-in replacement for conduwuit, migration is possible. Please refer to [this section](./configuring-playbook-continuwuity.md#migrating-from-conduwuit) for details.
|
Since [Continuwuity](configuring-playbook-continuwuity.md) is a drop-in replacement for conduwuit, migration is possible. Please refer to [this section](./configuring-playbook-continuwuity.md#migrating-from-conduwuit) for details.
|
||||||
|
|
||||||
## Removing data manually
|
## Removing data manually
|
||||||
|
|
||||||
If you are not going to migrate to [Continuwuity](configuring-playbook-continuwuity.md), you can remove data by running the command on the server:
|
If you are not going to migrate to [Tuwunel](configuring-playbook-tuwunel.md) or [Continuwuity](configuring-playbook-continuwuity.md), you can remove data by running the command on the server:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
rm -rf /matrix/conduwuit
|
rm -rf /matrix/conduwuit
|
||||||
|
|||||||
Reference in New Issue
Block a user