Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-39468

Is there a solution for mariadb-backup? I haven't been able to sync nodes or create a backup for the last 18 months on the 10.11 version.

    XMLWordPrintable

Details

    • Can result in data loss
    • Hide
      mariadb-backup could abort with the misleading error "Was only able to copy log from X to Y, not Z; try increasing innodb_log_file_size" even when the redo log was intact and far from full. The log copier could read a partially written tail block that still parsed with a valid CRC, advancing its parse position into the middle of a mini-transaction, after which it never caught up to the target LSN. The copier now parses the redo log only up to the server's durably flushed LSN (Innodb_lsn_flushed), and re-reads those bytes on a later pass.
      Show
      mariadb-backup could abort with the misleading error "Was only able to copy log from X to Y, not Z; try increasing innodb_log_file_size" even when the redo log was intact and far from full. The log copier could read a partially written tail block that still parsed with a valid CRC, advancing its parse position into the middle of a mini-transaction, after which it never caught up to the target LSN. The copier now parses the redo log only up to the server's durably flushed LSN (Innodb_lsn_flushed), and re-reads those bytes on a later pass.
    • Q3/2026 Server Maintenance

    Description

      Creating backups or syncing nodes via SST using mariadb-backup is a daily lottery, and rsync is often three times slower. Is there a solution to this issue, which has persisted for over 18 months?

      Constantly the same error using it as a backup tool or to sync nodes:
      Was only able to copy log from 192588736548402 to 192590016726207, not 192590016729428; try increasing innodb_log_file_size

      Thanks

      Attachments

        Issue Links

          Activity

            People

              thiru Thirunarayanan Balathandayuthapani
              shexphobos Xesh
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 6h 40m Original Estimate - 6h 40m
                  6h 40m
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 3d 3.75h
                  3d 3.75h

                  Git Integration

                    Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.