#!/bin/sh

cat <<EOF
You might need to upgrade the database after upgrading to a newer version of
mautrix-telegram. You can do so using alembic. After making sure it's installed
run:

  cd /usr/share/mautrix-telegram && alembic -x config=/etc/mautrix-telegram/config.yaml upgrade head

Then restart the service.
EOF
