mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-06 02:46:08 +00:00
f58fe3190a
Bumps the development group in /tools/syn2mas with 2 updates: [@tsconfig/node22](https://github.com/tsconfig/bases/tree/HEAD/bases) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@tsconfig/node22` from 22.0.0 to 22.0.1 - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases) Updates `@types/node` from 22.13.10 to 22.13.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@tsconfig/node22" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development ... Signed-off-by: dependabot[bot] <support@github.com>
syn2mas - Synapse to Matrix Authentication Service
Tool to help with the migration of a Matrix Synapse installation to the Matrix Authentication Service.
The tool has two modes of operation:
- Advisor mode: Analyses the Synapse configuration and reports on any issues that would prevent a successful migration.
- Migration mode: Performs the migration of the Synapse database into the Matrix Authentication Service database.
Usage
Pre-migration advisor:
npx @vector-im/syn2mas --command=advisor --synapseConfigFile homeserver.yaml