Maximum writeset size exceeded #54

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

Originally created by @maixal on 3/17/2026

Databasus version

3.18.0

Operating system and architecture

Windows 11 x64 on Docker Desktop

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-insert

Steps to reproduce

  1. Dump big database
  2. Restore big database

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 ?

*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-insert` ## Steps to reproduce 1. Dump big database 2. Restore big database ## 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 ?
MrUnknownDE added the bugbugbugbugbugbugbugbugbugbug labels 2026-04-05 16:15:39 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#54