Sonarr version (exact version): 4.0.16.2944
Mono version (if Sonarr is not running on Windows):
OS: Ubuntu 24.04.4 LTS
Debug logs:
Description of issue:
When attempting to run the update, it fails. Even though the backup folder has 777 permissions, it always returns that the folder does not have read and write permissions.
LOGS:
Error occurred while executing task ApplicationUpdate: Access to the path ‘/mnt/ext/Backup/mediacenter_backup/update’ is denied.
System.UnauthorizedAccessException: Access to the path ‘/mnt/ext/Backup/mediacenter_backup/update’ is denied.
—> System.IO.IOException: Permission denied
— End of inner exception stack trace —
at System.IO.FileSystem.CreateDirectory(String fullPath)
at System.IO.Directory.CreateDirectory(String path)
at NzbDrone.Common.Disk.DiskProviderBase.CreateFolder(String path) in ./Sonarr.Common/Disk/DiskProviderBase.cs:line 217
at NzbDrone.Common.Disk.DiskProviderBase.EnsureFolder(String path) in ./Sonarr.Common/Disk/DiskProviderBase.cs:line 90
at NzbDrone.Core.Backup.BackupService.Backup(BackupType backupType) in ./Sonarr.Core/Backup/BackupService.cs:line 72
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate(UpdatePackage updatePackage) in ./Sonarr.Core/Update/InstallUpdateService.cs:line 144
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCommand message) in ./Sonarr.Core/Update/InstallUpdateService.cs:line 295
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Sonarr.Core/Messaging/Commands/CommandExecutor.cs:line 116
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Sonarr.Core/Messaging/Commands/CommandExecutor.cs:line 42




