You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured the web-hooks plugin to send a request on the method metadataBackup.runJob with type pre and another with the same method but type post. The problem I'm seeing is that the scheduled metadata backup that I have configured does not send any of the web-hooks. But when I run the metadata backup manually (going into the xo interface and clicking the button) both web-hooks are sent correctly.
For reference the backupNg.runJob web-hook for VM backups seems to work just fine with scheduled and manual executions.
Error message
To reproduce
Create an backup job for Pool Metadata and XO Config
Enable the web-hooks plugin and configure two hooks. One with method metadataBackup.runJob and type pre and another with the same method but type post.
Execute it manually and check that the web-hook requests were sent.
Let it execute itself on a schedule and check that the web-hook requests are not sent.
Expected behavior
I expect the web-hooks to be sent on the scheduled metadata backup and when executing the metadata backup manually.
Screenshots
Web-hooks
Backup job
Node
v22.14.0
Hypervisor
XCP-ng 8.3.0
Additional context
No response
The text was updated successfully, but these errors were encountered:
Are you using XOA or XO from the sources?
XO from the sources
Which release channel?
None
Provide your commit number
83a69fd
Describe the bug
I have configured the web-hooks plugin to send a request on the method
metadataBackup.runJob
with typepre
and another with the same method but typepost
. The problem I'm seeing is that the scheduled metadata backup that I have configured does not send any of the web-hooks. But when I run the metadata backup manually (going into the xo interface and clicking the button) both web-hooks are sent correctly.For reference the
backupNg.runJob
web-hook for VM backups seems to work just fine with scheduled and manual executions.Error message
To reproduce
Pool Metadata
andXO Config
metadataBackup.runJob
and typepre
and another with the same method but typepost
.Expected behavior
I expect the web-hooks to be sent on the scheduled metadata backup and when executing the metadata backup manually.
Screenshots
Web-hooks

Backup job

Node
v22.14.0
Hypervisor
XCP-ng 8.3.0
Additional context
No response
The text was updated successfully, but these errors were encountered: