mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-07 10:08:24 -04:00
Run deltas and bump user_version in upgrade script
This commit is contained in:
parent
3f6b36d96e
commit
c3c01641d2
3 changed files with 29 additions and 6 deletions
|
@ -12,6 +12,11 @@ Servers which use captchas will need to add their public key to::
|
|||
This is required in order to support registration fallback (typically used on
|
||||
mobile devices).
|
||||
|
||||
Servers which have registered application services need to upgrade their
|
||||
database as the format of stored application services has changed in Synapse.
|
||||
Run ``python upgrade_appservice_db.py <database file path>`` to convert to the
|
||||
new format.
|
||||
|
||||
Upgrading to v0.7.0
|
||||
===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue