Recently I faced with a dead daemon on one of my servers, snap start lxd
failed to start it.
In the logs I found complaining messages about dqlite.
In the forum a found the suggestion to remove the last segment of sqlite
and it helped:
root@tummy:/var/snap/lxd/common/lxd/database/global# mv
0000000000085677-0000000000085691 0000000000085677-0000000000085691~
Awesome.
But what happened? Why did this happen?
10x
t