mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Maximum writeset size exceeded #54
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 @maixal on 3/17/2026
Databasus version
3.18.0
Operating system and architecture
Windows 11 x64 on Docker Desktop
Database type and version (optional, for DB-related bugs)
MariaDB 11.8
Describe the bug (please write manually, do not ask AI to summarize)
On restore dump, on big database (1.2Gb). I have this MariaDB error : Maximum writeset size exceeded
It seems it can be solved by this dump option during backup :
mysqldump --skip-extended-insertSteps to reproduce
Have you asked AI how to solve the issue?
https://chatgpt.com/share/69b922a1-f800-8003-9d1b-641024d36f4e
Additional context / logs
Is it a way to add this dump parameter in databasus ?