# yCrash upgrade - best practices

This document summarizes the best practices that one can follow when upgrading to a new version of yCrash.

    Note:

    When running yCrash inside a Docker or containerized environment, always configure -DuploadDir and -DlogDir using absolute paths (such as /opt/workspace/yc/uploads and /opt/workspace/yc/logs) that are backed by writable volumes. Avoid using relative paths (such as .), as the container working directory may not be writable and can cause file upload or logging failures.