MariaDB "Disable Events" not working #156

Closed
opened 2026-04-05 16:15:52 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @scheibling on 2/6/2026

In version 3.9.0, checking the "Disable Events" option on a MariaDB backup has no effect, neither on creation nor on updating the settings which leads to a failure of those backups. The value doesn't seem to be saved to the configuration.

Looking at the create/update sections in the backend code, it looks like it's only implemented on the frontend side with no backend logic? From what I can see, there's no mention of that flag on the backend side in any of the last releases, but I've only gone back to around 3.0

6eb53bb07b/backend/internal/features/databases/databases/mariadb/model.go (L22-L35)

*Originally created by @scheibling on 2/6/2026* In version 3.9.0, checking the "Disable Events" option on a MariaDB backup has no effect, neither on creation nor on updating the settings which leads to a failure of those backups. The value doesn't seem to be saved to the configuration. Looking at the create/update sections in the backend code, it looks like it's only implemented on the frontend side with no backend logic? From what I can see, there's no mention of that flag on the backend side in any of the last releases, but I've only gone back to around 3.0 https://github.com/databasus/databasus/blob/6eb53bb07b96ed3dce151f0f7c089606ad1d0cfc/backend/internal/features/databases/databases/mariadb/model.go#L22-L35
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#156