Hi, I’m trying to install eventstore on ubuntu 20.04 but everytime I run evenstored --what-if
(as root or as simple user, or as sudo) I get the following error message : Couldn't acquire exclusive lock on DB at '/eventstore/db'.
.
I tried many things :
- I tried ensuring that eventstore user and group were owner of the folder.
- reinstalling eventstore
- rebooting server
- stop process with
systemctl stop eventstore
and starting it back again
I also tried launching service first (as root / sudo or simple user) before using eventstored --what-if
.
I can’t figure out why I keep getting this message as if many instance of eventstore where launched at the same time.