[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD synapse.install)
Johannes Löthberg
demize at gemini.archlinux.org
Sat Jul 31 11:31:30 UTC 2021
Date: Saturday, July 31, 2021 @ 11:31:30
Author: demize
Revision: 991084
upgpkg: matrix-synapse 1.39.0-1
Modified:
matrix-synapse/trunk/PKGBUILD
matrix-synapse/trunk/synapse.install
-----------------+
PKGBUILD | 4 ++--
synapse.install | 14 ++++++++++++++
2 files changed, 16 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 11:14:41 UTC (rev 991083)
+++ PKGBUILD 2021-07-31 11:31:30 UTC (rev 991084)
@@ -2,7 +2,7 @@
# Contributor: Ivan Shapovalov <intelfx at intelfx.name>
pkgname=matrix-synapse
-pkgver=1.37.1
+pkgver=1.39.0
pkgrel=1
pkgdesc="Matrix reference homeserver"
@@ -39,7 +39,7 @@
'sysusers-synapse.conf'
'tmpfiles-synapse.conf')
-sha256sums=('1c2e9acbc52c55585d864e708f6299b0fda23e70ab7a01a0f6e01c3944889dc5'
+sha256sums=('36b5949f3a989a52efb8ba7d9ca0f71cd13eea1a1cd0048756e2309c143dec53'
'f67334856609997eac26939d77cfc520e78e98d3755543ab730d83a0f362a35e'
'74af0bc2f57e5ced1a44f2438922d420cbb7defedae784cac02ef125f276a2ed'
'408527271e1250beb20531f140b91201ed464e42f7eb3f47f02967a2ac23a661'
Modified: synapse.install
===================================================================
--- synapse.install 2021-07-31 11:14:41 UTC (rev 991083)
+++ synapse.install 2021-07-31 11:31:30 UTC (rev 991084)
@@ -44,4 +44,18 @@
https://github.com/matrix-org/synapse/blob/v1.26.0/UPGRADE.rst#upgrading-to-v1260
EOF
fi
+
+ if [[ "$(vercmp "$2" 1.38.0)" -lt 0 ]]; then
+ cat <<-EOF
+ ==> Synapse 1.38.0 includes a new database schema version.
+
+ > This could result in increased disk I/O for several hours or days
+ > after upgrading while the migration completes. Furthermore,
+ > because we have to keep the old indexes until the new indexes are
+ > ready, it could result in a significant, temporary, increase in
+ > disk space.
+
+ See https://matrix-org.github.io/synapse/develop/upgrade#upgrading-to-v1380
+ EOF
+ fi
}
More information about the arch-commits
mailing list