How to clean the /dev/nvme1n1?

Hi everyone,

I have some serious problem right now on the application. It seems it cannot login anymore.

My suspect was this /dev/nvme1n1 on the terminal storage (or the aws storage). It has now 100% full capacity.

Do you know how can I reduce this storage?

Thanks for helping

Looks like cht core 3.x ?

Delete some logs would be the quickest approach:

sudo rm -rf /srv/storage/medic-api/logs/*.log

sudo rm -rf /srv/storage/audit/*.log

1 Like