Hi everyone !
'm trying to use
fuse-zip with prometheus to compress all my data.
So I've zipped the /var/prometheus wich contains all chunk, wal, queries.active and lock.
I've run this commande :
fuse-zip /var/prometheus.zip /var/promzip/
So my folder has been mount correctly I can find all prometheus stuff in /var/promzip/var/prometheus/
I've double check every single file permission and it looks good. I've no idea how to fix this issue. My permissions:
https://hastebin.com/xogorayifo.cssDoes anyone know how can I fix this ? It would help me a lot.