https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37419 --- Comment #20 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #19)
(In reply to Katrin Fischer from comment #18)
We have come to the conclusion that ON UPDATE RESTRICT is missing form the dump, as this is the default behavior. So this is a non-issue actually and things are in order.
Small behavior differences in MariaDB would cause this. It really depends on which MariaDB version you're running this at.
When you regenerated for 24.05, this is what we used:
``` -- Server version 11.3.2-MariaDB-1:11.3.2+maria~ubu2204 ```
for 23.11 we used this:
``` -- Server version 11.2.2-MariaDB-1:11.2.2+maria~ubu2204 ```
The instructions say to use this: DB_IMAGE=mariadb:latest ktd up -d So it makes sense that a newer version was used this time. -- You are receiving this mail because: You are watching all bug changes.