Hi again,
After completing the backup configuration, I conducted a test by creating a new website and assigning the Backup role to it. While initiating the backup process, I encountered the following error:
{
"id": "27a8897b-b10b-4016-b321-13c6901826d0",
"orgId": "ff8acc85-1e90-4026-aa64-5515f43dfab9",
"kind": "backupError",
"activityObject": {
"content": {
"detail": {
"ok": {
"domain": "mydomain.com",
"orgId": "ff8acc85-1e90-4026-aa64-5515f43dfab9",
"subscriptionId": null
}
},
"id": "0f651fa8-be39-4a47-be2c-c31c86ac561f"
},
"type": "website"
},
"context": {
"error": {
"content": {
"detail": {
"code": "internal",
"message": "Error { kind: Internal, entity: Some(ProcOutput), message: Some(\"stderr: ERROR: not a btrfs filesystem: /backups/0f651fa8-be39-4a47-be2c-c31c86ac561f\n\nstdout: \") }"
}
},
"type": "error"
}
},
"message": null,
"createdAt": "2025-01-11T06:56:44.788846Z"
}
I ran the 'lsblk -f' command, and the FSTYPE of the partition is confirmed to be Btrfs:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0 squashfs 4.0 0 100% /snap/core20/1587
loop1 squashfs 4.0 0 100% /snap/lxd/22923
loop2 0 100% /snap/snapd/23545
loop3 0 100% /snap/snapd/23258
loop4 0 100% /snap/core20/2434
loop5 0 100% /snap/lxd/31333
sr0
vda
├─vda1
├─vda2 ext4 1.0 a037a64e-ea3d-4a74-822a-5ffe69ccdb0a 44.6G 19% /
└─vda3 btrfs 1487ebbd-c89f-40c8-a440-846cea7d7d67
Any ideas why I am getting the error "not a btrfs filesystem: /backups...?"
I also connected to the server and tried 'btrfs subvolume list /backups' and indeed I got the error:
"ERROR: not a btrfs filesystem: /backups
ERROR: can't access '/backups'"
What's the catch....?
Many thanks.