mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-12 04:24:54 +00:00
9660eb044c
Bumps the production group with 3 updates in the /tools/syn2mas directory: [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg), [yaml](https://github.com/eemeli/yaml) and [zod](https://github.com/colinhacks/zod). Updates `pg` from 8.11.5 to 8.12.0 - [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianc/node-postgres/commits/pg@8.12.0/packages/pg) Updates `yaml` from 2.4.2 to 2.4.5 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](https://github.com/eemeli/yaml/compare/v2.4.2...v2.4.5) Updates `zod` from 3.23.6 to 3.23.8 - [Release notes](https://github.com/colinhacks/zod/releases) - [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md) - [Commits](https://github.com/colinhacks/zod/compare/v3.23.6...v3.23.8) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: yaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: zod 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