mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-04-27 06:25:42 +00:00
822eeee20c
Bumps the production group in /tools/syn2mas with 2 updates: [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) and [pg-query-stream](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg-query-stream). Updates `pg` from 8.12.0 to 8.13.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.13.0/packages/pg) Updates `pg-query-stream` from 4.6.0 to 4.7.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg-query-stream@4.7.0/packages/pg-query-stream) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: pg-query-stream dependency-type: direct:production update-type: version-update:semver-minor 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 @vector-im/syn2mas --command=advisor --synapseConfigFile homeserver.yaml