My version of HedgeDoc is: 1.7.2
What I expected to happen:
Following the manual installation guide I expected yarn start
to work and start HedgeDoc.
What actually happened:
The fix-account-deletion
migration gets stuck at migrating =======
.
Yarn connects to the database without issues and performs the first few migrations but gets stuck on that particular migrate.
I already tried:
Using SQLite and MySQL. same issue.
Additional Info
This is a clean install of hedgedoc. The database has never been touched (except for granting privileges etc).
here is the yarn start
output:
Thanks in advance.