aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-30 19:35:29 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-30 18:31:13 +0000
commit14399ee26c9942c754818f14f9ee09ba3aad5165 (patch)
treed9bc99c73faee3420f1e8630390f8c037ec9325e
parent06e66cc2c46c855e9dce100b76dcbb495f9eccf9 (diff)
downloadalpine_aports-14399ee26c9942c754818f14f9ee09ba3aad5165.tar.bz2
alpine_aports-14399ee26c9942c754818f14f9ee09ba3aad5165.tar.xz
alpine_aports-14399ee26c9942c754818f14f9ee09ba3aad5165.zip
testing/mautrix-telegram: fix DB upgrade instructions
-rw-r--r--testing/mautrix-telegram/APKBUILD2
-rw-r--r--testing/mautrix-telegram/mautrix-telegram.post-upgrade2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/mautrix-telegram/APKBUILD b/testing/mautrix-telegram/APKBUILD
index d58ac42a58..661a9f8d2f 100644
--- a/testing/mautrix-telegram/APKBUILD
+++ b/testing/mautrix-telegram/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Bart Ribbers <bribbers@disroot.org> 2# Maintainer: Bart Ribbers <bribbers@disroot.org>
3pkgname=mautrix-telegram 3pkgname=mautrix-telegram
4pkgver=0.8.0_rc5 4pkgver=0.8.0_rc5
5pkgrel=0 5pkgrel=1
6pkgdesc="A Matrix-Telegram hybrid puppeting/relaybot bridge" 6pkgdesc="A Matrix-Telegram hybrid puppeting/relaybot bridge"
7url="https://github.com/tulir/mautrix-telegram" 7url="https://github.com/tulir/mautrix-telegram"
8arch="noarch" 8arch="noarch"
diff --git a/testing/mautrix-telegram/mautrix-telegram.post-upgrade b/testing/mautrix-telegram/mautrix-telegram.post-upgrade
index 10e3bfdfc8..d4f7d0a8c8 100644
--- a/testing/mautrix-telegram/mautrix-telegram.post-upgrade
+++ b/testing/mautrix-telegram/mautrix-telegram.post-upgrade
@@ -5,7 +5,7 @@ You might need to upgrade the database after upgrading to a newer version of
5mautrix-telegram. You can do so using alembic. After making sure it's installed 5mautrix-telegram. You can do so using alembic. After making sure it's installed
6run: 6run:
7 7
8 alembic -c /usr/share/mautrix-telegram/alembic.ini -x config=/etc/mautrix-telegram/config.yaml upgrade head 8 cd /usr/share/mautrix-telegram && alembic -x config=/etc/mautrix-telegram/config.yaml upgrade head
9 9
10Then restart the service. 10Then restart the service.
11EOF 11EOF