Permission Issue #312
Unanswered
moraleseder1
asked this question in
Q&A
Replies: 2 comments
-
I have the same problem |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is an old thread and I hope you already have this fixed, but... Have you set the permissions variables to allow duplicacy access? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use this container to back-up all my postgres databases and then use duplicacy to save those backups, however, I am having this error within duplicacy.
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory formbricks/: open /dbs/formbricks: permission denied
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory homeassistant/: open /dbs/homeassistant: permission denied
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory linkwarden/: open /dbs/linkwarden: permission denied
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory mealie/: open /dbs/mealie: permission denied
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory metabase/: open /dbs/metabase: permission denied
2023-12-16 19:00:02.349 WARN LIST_FAILURE Failed to list subdirectory nextcloud/: open /dbs/nextcloud: permission denied
2023-12-16 19:00:02.350 WARN LIST_FAILURE Failed to list subdirectory outline/: open /dbs/outline: permission denied
2023-12-16 19:00:02.350 WARN LIST_FAILURE Failed to list subdirectory postgres/: open /dbs/postgres: permission denied
I run this container on Unraid.I set up a share for the DB backups and then subfolders for each app; duplicacy can access the main share but not the subdirectory. I noticed that all the files created by this container show the owner as 10000 which I believe is causing the permissions issue. Does anyone have any input?
Beta Was this translation helpful? Give feedback.
All reactions