Skip to content

Archive deletion fails in dataset manager due to path mapping mismatch #1526

@coderabbitai

Description

@coderabbitai

Description

The native dataset manager script (native/dataset_manager.py) is currently unable to remove archives because it hasn't been updated to use the new in-container path (/var/data) introduced in the Docker Compose migration.

Root Cause

The script still relies on the previous direct host-to-container path mapping instead of the new container path structure.

Related

Expected Fix

Update native/dataset_manager.py and related native scripts to use the correct in-container paths that align with the Docker Compose deployment model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions