mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
Add FAQ entry about broken migrations
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
6d0187bead
commit
eb270fdb6b
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue