pub async fn synapse_database_check(
synapse_connection: &mut PgConnection,
synapse: &Config,
mas: &Figment,
) -> Result<(Vec<CheckWarning>, Vec<CheckError>), Error>
Expand description
Check that the Synapse database is sane for migration. Returns a list of warnings and errors.
ยงErrors
- If there is some database connection error, or the given database is not a Synapse database.
- If the OAuth2 section of the MAS configuration could not be parsed.