'Permission Denied' Error After Update

Hi folks,

Duplicacy docker container user here.
Updated last night and have this error now when trying to add storage.

fork/exec /app/.duplicacy-web/bin/duplicacy_linux_x64_3.1.0: permission denied

Have tried:

  • 2 separate containers <> issue continues
  • Re-applying the permissions myself <> issue continues
  • Running the container as root <> issue continues.

May-haps you have any suggestions?

Key

1 Like

Hey Key,

did you resolve the issue?
I have the same problem after I recreated my dockers in Unraid. The config and files are 100% the same as before. I run the container as root with the ID 0 and root is owner and has full access of the Duplicacy folder.

edit:
chmod -R 777 /mnt/cache/appdata/Duplicacy/bin/
solved the issue. The execute rights where missing, but I dont understand how it could worked before.

1 Like