Files
matrix-authentication-service/tools/syn2mas
Jason Robinson ff815c0333 syn2mas: Skip access tokens that don't have a device ID
These can't be migrated. They are likely enirely valid tokens created by puppeting a user via the Synapse admin api. Treating them as fatal errors will make it impossible to migrate any host that has ever used this admin API feature.
2024-02-08 15:10:25 +01:00
..
2023-10-09 15:53:13 +02:00
2023-10-09 15:53:13 +02:00
2024-02-02 23:13:43 +00:00
2024-02-02 23:13:43 +00: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