Dump command generating permission denied

Hi,

I have Vikunja running in a docker container on Unraid, I have added some projects and tasks and added a file attachment to one of the tasks which correctly gets saved to the ./files location in the mapped location outside the container.

I wanted to test the dump command for backups, but I get a permission denied error.

I have tried turning logs on to get more of an idea of the problem, but I don’t get anything more than what you see in the screenshot.

Is there another folder that needs mapping outside the container?

I tried to console into the container to look at the folder structure but that doesn’t seem possible.

Any help appreciated.

Thanks

1 Like

Dumps are saved in the root folder in the container where the binary runs (/app/vikunja in docker), not the files folder. With an unstable build you can use the -p flag to change that:

1 Like