Instead of killing the server process with SIGTERM, shouldn't it be done safely doing something like ``` this.execute("stop"); ``` so the server can shut itself down and not potentially lose data?
Instead of killing the server process with SIGTERM, shouldn't it be done safely doing something like
so the server can shut itself down and not potentially lose data?