Just switched created our first SOBR with Wasabi bucket as capacity extent - with immutability / object lock. We are mostly using AWS S3. First offload, data is transferred but cleanup fails with 403. Anything obvious that I could try? Should I open a Veeam or Wasabi case?
Code: Select all
13.12.2023 18:22:08 :: Checkpoint cleanup failed Details: REST API error: 'S3 error: Access Denied
Code: AccessDenied', error code: 403
Other: HostId: 'uh7CQ2fDVbf5gdJOxE2m2Lmc0d+cy74RTgMrWMwvXLXV4ygAS2KnD2beVKsjNbcVVX58emKMrOj8', CMReferenceId: 'MTcwMjQ4ODA2ODg4NyAxNTQuNDkuMjE1LjEwNSBDb25JRDozMDA5MzE4NzEvRW5naW5lQ29uSUQ6Mzg1MTQ4MS9Db3JlOjYx'
I already added other arn like arn:aws:s3:::xxx-veeam/* but this makes no difference.
Code: Select all
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation",
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject",
"s3:GetBucketVersioning",
"s3:GetBucketObjectLockConfiguration",
"s3:ListBucketVersions",
"s3:GetObjectVersion",
"s3:GetObjectRetention",
"s3:GetObjectLegalHold",
"s3:PutObjectRetention",
"s3:PutObjectLegalHold",
"s3:DeleteObjectVersion"
],
"Resource": "arn:aws:s3:::xxx-veeam*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets",
"s3:ListBucket"
],
"Resource": "*"
}
]
}
Code: Select all
2023 17:39:17.147] <26> Info [BackupArchiveIndex] Setting LastCheckpointCleanupDateUtc 13.12.2023 16:39:17 for index [Id: cd6a719d-e1df-4e7f-9f7b-dc62c4c91d19, ArchiveIndexId: 88f9bc4f-0b5d-4483-aa3f-db8134874dbd, BackupId: 8d847350-c305-42d0-b614-165bda938d09, ObjectId: 4302f3c1-4a08-4e92-a9cc-1cbc76b55d48, Path: , LastCheckpointId: 1, IsUpgraded: True, RescanNeeded: False]
[13.12.2023 17:39:17.162] <26> Info Simple query 'UpdateIncrementUsn' to table [dbo].[Backup.Model.BackupArchiveIndices] [?@id: cd6a719d-e1df-4e7f-9f7b-dc62c4c91d19, @last_checkpoint_cleanup_date_utc: 13.12.2023 16:39:17] executed.
[13.12.2023 17:39:17.162] <26> Info [AP] (e34f5eea) command: 'Invoke: ArchRepo.GetCheckpointsForDelete { (EString) ArchRepoId = 32a0cf42-c07d-41a8-8fa0-120589e109ac; (EString) BackupId = a5094b90-013c-426b-bb5b-4b5a06d84f15; (EString) IndexId = 88f9bc4f-0b5d-4483-aa3f-db8134874dbd; (EDateTime) CurrentDate = 2023-12-13 16:39:17; (EBoolean) IncludeLastCheckpoint = false; }'
[13.12.2023 17:39:17.912] <94> Info [AP] (e34f5eea) output: <VCPCommandResult result="true" exception="" />
[13.12.2023 17:39:18.022] <83> Info [AP] (e34f5eea) output: <VCPCommandArgs><Item key="Checkpoints" type="EUInt64Array" value="0~n" /></VCPCommandArgs>
[13.12.2023 17:39:18.022] <83> Info [AP] (e34f5eea) output: >
[13.12.2023 17:39:18.022] <26> Info [AP] (e34f5eea) command: 'Invoke: ArchRepo.DeleteCheckpoint { (EString) ArchRepoId = 32a0cf42-c07d-41a8-8fa0-120589e109ac; (EString) BackupId = a5094b90-013c-426b-bb5b-4b5a06d84f15; (EString) IndexId = 88f9bc4f-0b5d-4483-aa3f-db8134874dbd; (EUInt64) CheckpointId = 0; }'
[13.12.2023 17:39:18.241] <92> Info [AP] (e34f5eea) output: <VCPCommandResult result="false" exception="REST API error: 'S3 error: Access Denied
Code: AccessDenied', error code: 403
--tr:Request ID: 437C096BB283EEEF:A
Other: HostId: 'P+HON/BePlYNZbvgEkGYG6uhdFvWn/QWL35Fv53LJQXq2lYhbZ6lQmJUP6xA1OTtocu7nGoxrKi4', CMReferenceId: 'MTcwMjQ4NTM5NjczMCAxNTQuNDkuMjE1LjEwNiBDb25JRDoxOTQ4ODY0MS9FbmdpbmVDb25JRDoyNTEyOTcvQ29yZTo2Mg=='
--tr:CS3VersioningUtils::DeleteFileVersionAsync async task has failed, path [/Veeam/Archive/TR-Manisa-B01/a5094b90-013c-426b-bb5b-4b5a06d84f15/88f9bc4f-0b5d-4483-aa3f-db8134874dbd/checkpoints/checkpoint.0], version [001702484988043393505-mtqR68p0QV]
--tr:Failed to DeleteObject from CloudArchRepo, object name [checkpoint.0], backup/index id [a5094b90-013c-426b-bb5b-4b5a06d84f15]/[88f9bc4f-0b5d-4483-aa3f-db8134874dbd], object type [1]
--tr:Failed to delete V2 checkpoint
--tr:Failed to process method 'ArchRepo.DeleteCheckpoint'" />
[13.12.2023 17:39:18.350] <87> Info [AP] (e34f5eea) output: >
[13.12.2023 17:39:18.366] <26> Error REST API error: 'S3 error: Access Denied (Veeam.Backup.Common.CCppComponentException)
[13.12.2023 17:39:18.366] <26> Error Code: AccessDenied', error code: 403 (Veeam.Backup.Common.CCppComponentException)
[13.12.2023 17:39:18.366] <26> Error in c++: Request ID: 437C096BB283EEEF:A