Date: Tuesday, May 31, 2022 @ 15:59:26 Author: alex19ep Revision: 1217841
upgpkg: matrix-synapse 1.60.0-1 upstream release Modified: matrix-synapse/trunk/PKGBUILD matrix-synapse/trunk/synapse.install -----------------+ PKGBUILD | 2 +- synapse.install | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-31 15:35:15 UTC (rev 1217840) +++ PKGBUILD 2022-05-31 15:59:26 UTC (rev 1217841) @@ -3,7 +3,7 @@ # Contributor: Ivan Shapovalov <inte...@intelfx.name> pkgname=matrix-synapse -pkgver=1.59.1 +pkgver=1.60.0 pkgrel=1 pkgdesc="Matrix reference homeserver" url="https://github.com/matrix-org/synapse" Modified: synapse.install =================================================================== --- synapse.install 2022-05-31 15:35:15 UTC (rev 1217840) +++ synapse.install 2022-05-31 15:59:26 UTC (rev 1217841) @@ -105,4 +105,11 @@ enable_registration_without_verification is set to "true". EOF fi + if [[ "$(vercmp "$2" 1.60.0)" -lt 0 ]]; then + cat <<-EOF + ==> Adding a new unique index to state_group_edges could fail if your database is corrupted + see: https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted + for mor information. + EOF + fi }