Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backup files fails for container with trailing "/" in volume path #34

Open
dariusaurius opened this issue Oct 7, 2024 · 1 comment
Open

Comments

@dariusaurius
Copy link

Hi,

thanks for your nice plugin, I love it! I noticed that the file backup for a compose file is not processed when the volume path ends with a "/" for the container side.

This error is logged:

[composebackup] no docker compose config match found for /docker/data/vaultwarden/data:/data

My volume configuration looked like this:

    volumes:
      - /docker/data/vaultwarden/data:/data/

After changing it to this, it copied the files to the backup location:

    volumes:
      - /docker/data/vaultwarden/data:/data

I confirmed it with other compose files.

Regards

@ryecoaaron
Copy link
Member

Will be fixed in next release (sometime today)
72c3bd4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants