ports/net-im/py-matrix-synapse/files/pkg-message.in
Li-Wen Hsu 4d9fc61adb
net-im/py-matrix-synapse: Update to 1.91.0
PR:		272614
Co-authored-by:	Sascha Biberhofer <ports@skyforge.at>
2023-09-04 10:36:08 +08:00

30 lines
911 B
Text

[
{ type: install
message: <<EOM
Configuring Synapse:
The following command can be used to generate a sample configuration of synapse:
%%PYTHON_CMD%% -B -m synapse.app.homeserver -c %%ETCDIR%%/homeserver.yaml --generate-config -H <SERVER_NAME> --report-stats no
Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.
EOM
}
{ type: upgrade
message: <<EOM
If you're upgrading from a previous release of synapse, please read the upgrade
instructions at %%DOCSDIR%%/UPGRADE.rst
EOM
}
{ type: upgrade
maximum_version: 1.88.0
message: <<EOM
Starting with synapse 1.88.0, the old worker replication configuration has been
deprecated [1]. Please read the official upgrade instructions on how to migrate your
configuration.
[1] https://matrix-org.github.io/synapse/develop/upgrade.html#removal-of-worker_replication_-settings
EOM
}
]