From eb270fdb6b36e06f89070b3f4923dabc30995191 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Thu, 12 Aug 2021 22:58:02 +0200 Subject: [PATCH] Add FAQ entry about broken migrations Signed-off-by: David Mehren --- docs/content/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/faq.md b/docs/content/faq.md index 8a5b91b9f..937550681 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -51,3 +51,6 @@ This problem is typically accompanied by the error `Invalid URL: /uploads/` in t Have a look at our [reverse proxy documentation](https://docs.hedgedoc.org/guides/reverse-proxy/) and make sure that `protocolUseSSL` / `CMD_PROTOCOL_USESSL` is set to `true` if you serve HedgeDoc via HTTPS. +## HedgeDoc fails executing migrations and does not start +Unfortunately, older versions of HedgeDoc had some bugs regarding migrations and didn't always record that a migration was executed. +Have a look at the *[Troubleshooting Migrations](/guides/migration-troubleshooting/)* guide for more information.