I am installing PBS on a new server and moving the datastore from the old PBS server to the new. The new server is on Debian installed from the PBS repository.
In the PBS GUI, I added the datastore and ticked "reuse existing datastore", but every time I get the error
2024-12-08T16:07:16+11:00: TASK ERROR: unable to open existing chunk store path "/path/to/pbs_backup" - permissions or owner not correct
The files are owned by backup:backup, and the permissions look the same as a new test datastore I created.
How can I fix this, or get more information about which permissions are wrong?
I tried adding it to datastore.cfg directly but then the GUI wouldn't show the content.
I also couldn't work out how to add the existing datastore from the CLI with proxmox-backup-manager.
Thanks for any assistance.
In the PBS GUI, I added the datastore and ticked "reuse existing datastore", but every time I get the error
2024-12-08T16:07:16+11:00: TASK ERROR: unable to open existing chunk store path "/path/to/pbs_backup" - permissions or owner not correct
The files are owned by backup:backup, and the permissions look the same as a new test datastore I created.
Code:
root@goanna:/path/to/pbs_backup# ls -la
total 8312
drwxr-s--- 5 backup backup 7 Dec 8 15:57 .
drwxr-xr-x 6 root root 6 Aug 5 21:42 ..
drwxr-s--- 65538 backup backup 65538 Aug 6 22:20 .chunks
-rwxr-x--- 1 backup backup 315 Dec 8 15:57 .gc-status
-rwxr-x--- 1 backup backup 0 Aug 6 20:44 .lock
drwxr-s--- 7 backup backup 7 Aug 12 18:51 ct
drwxr-s--- 4 backup backup 4 Nov 11 19:14 vm
How can I fix this, or get more information about which permissions are wrong?
I tried adding it to datastore.cfg directly but then the GUI wouldn't show the content.
I also couldn't work out how to add the existing datastore from the CLI with proxmox-backup-manager.
Thanks for any assistance.