This issue has been addressed already in several chats and it's getting back at us, so let's summarize it in a issue here.
My pyramid instance has been unable to restart for multiple times for the same reason:
FTL couldn't initialize error="failed to setup mmm: database at ./data is already in use by another instance"
and it seems to happen when my machine has booted (due some power outages, it's turned off suddenly multiple times but it's always booting when the power is back on). It might have something to do when the service is unexpectely stopped.
For now I have always deleted the ./data/mmmm.lock file to get my pyramid instance running again.
This issue has been addressed already in several chats and it's getting back at us, so let's summarize it in a issue here.
My pyramid instance has been unable to restart for multiple times for the same reason:
and it seems to happen when my machine has booted (due some power outages, it's turned off suddenly multiple times but it's always booting when the power is back on). It might have something to do when the service is unexpectely stopped.
For now I have always deleted the
./data/mmmm.lockfile to get my pyramid instance running again.