mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
MariaDB "Disable Events" not working #156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)