Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Mydumper needs to support MariaDB's SEQUENCEs for backup and restoration.
Attachments
Issue Links
- relates to
-
MDEV-30155 SEQUENCEs/VIEWS/TRIGGERS/PROCEDURES dumped with mariadb-dump cannot be restored in different DB
-
- Confirmed
-
- split from
-
MDBF-501 Enhance MyDumper for MariaDB
-
- Closed
-
- links to
Development is mostly done in https://github.com/linuxJedi/mydumper/tree/mariadb-sequences
Current issue is with myloader, SEQUENCEs need to be restored before tables. This is not yet expressible in myloader which tries to restore everything in parallel. I have an idea on how to resolve this which I am passing by David Ducos.