Hey, @meglio. I’m working on a script that will help debug this particular issue. Could you give me the output of these two commands?
echo df -h / /var/discourse /var/lib/docker /var/lib/docker/* |uniq | tee >> $LOG_FILE
sudo docker exec -w /var/www/discourse -i $YML df -h /shared /shared/backups /shared/uploads /shared/postgres_data /shared/redis_data |uniq
Also, I submitted this PR a while back that might help with this issue (though I’m not clear what your issue is at this point).