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>
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