|
Lines 56-59
If you're currently using synapse with sqlite and would like to switch to postgr
Link Here
|
| 56 |
please read the instructions at %%DOCSDIR%%/postgres.md |
56 |
please read the instructions at %%DOCSDIR%%/postgres.md |
| 57 |
EOM |
57 |
EOM |
| 58 |
} |
58 |
} |
|
|
59 |
{ type: upgrade |
| 60 |
maximum_version: 1.55.2 |
| 61 |
message: <<EOM |
| 62 |
Synapse will now refuse to start up if open registration is enabled, in order to help |
| 63 |
mitigate abuse across the federation. If you would like to provide registration to |
| 64 |
anyone, consider adding email, recaptcha or token-based verification in order to |
| 65 |
prevent automated registration from bad actors. This check can be disabled by setting |
| 66 |
the enable_registration_without_verification option in your homeserver configuration |
| 67 |
file to true. More details are available in the upgrade notes[0]. |
| 68 |
|
| 69 |
Synapse will additionally now refuse to start when using PostgreSQL with a non-C values |
| 70 |
for COLLATE and CTYPE, unless the config flag allow_unsafe_locale, found in the database |
| 71 |
section of the configuration file, is set to true. See the upgrade notes[1] for details. |
| 72 |
|
| 73 |
[0] https://matrix-org.github.io/synapse/v1.56/upgrade.html#open-registration-without-verification-is-now-disabled-by-default |
| 74 |
[1] https://matrix-org.github.io/synapse/v1.56/upgrade#change-in-behaviour-for-postgresql-databases-with-unsafe-locale |
| 75 |
EOM |
| 59 |
] |
76 |
] |
| 60 |
- |
|
|