-
-
Notifications
You must be signed in to change notification settings - Fork 151
Description
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?