Files
letro-authentication-service/tools/syn2mas
dependabot[bot] a5fd118728 build(deps): bump the production group in /tools/syn2mas with 2 updates
Bumps the production group in /tools/syn2mas with 2 updates: [knex](https://github.com/knex/knex) and [sqlite3](https://github.com/TryGhost/node-sqlite3).


Updates `knex` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/compare/3.0.1...3.1.0)

Updates `sqlite3` from 5.1.6 to 5.1.7
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 18:44:48 +01:00
..
2023-10-09 15:53:13 +02:00
2023-10-09 15:53:13 +02:00

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 @matrix-org/syn2mas --command=advisor --synapseConfigFile homeserver.yaml