Hi!
The last version caused the error "mkdir wal: permission denied\nerror" to resolve I changed the configuration file "~/.loki-shell/config/loki-binary-config.yaml" and added the lines below in the ingester section:
wal:
dir: ~/.cache/loki/wal
I created the folder and restarted the service.
mkdir ~/.cache/loki/wal
Thanks,
Marcelo Módolo