From ec7313795992121b6cc613cc443d166221b4a491 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Fri, 8 Sep 2023 17:07:44 -0600 Subject: [PATCH] Link to docs.t2bot.io for datastore ID error --- common/runtime/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/runtime/init.go b/common/runtime/init.go index c8c93677..07ab152a 100644 --- a/common/runtime/init.go +++ b/common/runtime/init.go @@ -55,6 +55,7 @@ func LoadDatastores() { for id, found := range dsMap { if !found { logrus.Errorf("No configured datastore for ID %s found - please check your configuration and restart.", id) + logrus.Error("See https://docs.t2bot.io/matrix-media-repo/upgrading/130.html for details") fatal = true } } -- GitLab