SOLVED Ghost: Crashing
-
I've had a few instances of ghost go down recently, logs show this error repeating.
MigrationsAreLockedError: Migrations are running at the moment. Please wait that the lock get`s released.
I've never had issues with Ghost like this before. This site happens to be empty, so I'm not losing any data. This is the second site to die recently due to this issue. Anyone else seeing this? -
@will How long have you waited though for it to come up, the error message almost makes it sound like ghosts it updating or something?
Edit: See the following link for a fix: https://github.com/TryGhost/Ghost/issues/9404#issuecomment-358664633
-
@will I think there is some "race" in the Cloudron package. We haven't been able to nail down why this happens (it happens when we push Ghost updates to some sites...). The fix is simple.
- Put the app in repair mode. Console -> repair.
- Open Webterminal and click the MySQL button
UPDATE migrations_lock set locked=0 where lock_key='km01';
- End repair mode
-
This issue is same as https://git.cloudron.io/cloudron/ghost-app/-/issues/2 which I thought I had fixed but looks like it's come back...
-
@girish Thanks for the quick turn around on a fix!