[GH-ISSUE #56] [Bug]: PBS Backup within namespaces not found #64

Closed
opened 2026-03-07 19:27:07 +03:00 by kerem · 3 comments
Owner

Originally created by @FlowSem on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/56

Bug Description

It appears that backups within PBS namespaces aren't registered at all.
Backups on the root of the datastore seems to work.

Tested on 2 different proxcenter systems.

Steps to Reproduce

  1. Go to connected PBS
  2. If a datastore with configured namespaces is used, only backups on the root of the datastore are shown.
    Backups in the namespaces aren't registered

Expected Behavior

Backups in namespaces and also configured namespaces should be shown

Actual Behavior

Backups in namespaces and namespaces themselves are not shown

ProxCenter Version

No response

Proxmox VE Version

No response

Browser

No response

Logs / Screenshots

Image
Originally created by @FlowSem on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/56 ### Bug Description It appears that backups within PBS namespaces aren't registered at all. Backups on the root of the datastore seems to work. Tested on 2 different proxcenter systems. ### Steps to Reproduce 1. Go to connected PBS 2. If a datastore with configured namespaces is used, only backups on the root of the datastore are shown. Backups in the namespaces aren't registered ### Expected Behavior Backups in namespaces and also configured namespaces should be shown ### Actual Behavior Backups in namespaces and namespaces themselves are not shown ### ProxCenter Version _No response_ ### Proxmox VE Version _No response_ ### Browser _No response_ ### Logs / Screenshots <img width="1597" height="747" alt="Image" src="https://github.com/user-attachments/assets/98f98bd7-05b7-47f0-b2d4-3ff5e8cea260" />
kerem 2026-03-07 19:27:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@adminsyspro commented on GitHub (Mar 2, 2026):

The root cause was that the API called /admin/datastore/{store}/snapshots without the ns query parameter, so only root-level backups were returned. Any backup stored inside a PBS namespace was invisible.

<!-- gh-comment-id:3986201980 --> @adminsyspro commented on GitHub (Mar 2, 2026): The root cause was that the API called /admin/datastore/{store}/snapshots without the ns query parameter, so only root-level backups were returned. Any backup stored inside a PBS namespace was invisible.
Author
Owner

@FlowSem commented on GitHub (Mar 2, 2026):

Awesome.
Now it seems to work correctly :)
Thank you very much

<!-- gh-comment-id:3986383621 --> @FlowSem commented on GitHub (Mar 2, 2026): Awesome. Now it seems to work correctly :) Thank you very much
Author
Owner

@adminsyspro commented on GitHub (Mar 2, 2026):

You're welcome, doesn't hesitate to give your feedback to improve Proxcenter !

<!-- gh-comment-id:3986420910 --> @adminsyspro commented on GitHub (Mar 2, 2026): You're welcome, doesn't hesitate to give your feedback to improve Proxcenter !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#64
No description provided.