Skip to content

Flanders 0.17.8

Choose a tag to compare

@ijasonwhite ijasonwhite released this 27 Jul 12:22

Fixed

  • Restore now always replaces, so it can't duplicate your data. Backups made
    by other tools (for example a mysqldump without drop-table statements) used to
    be layered on top of the existing rows during a restore, duplicating
    everything. Flanders now clears each table the backup defines before restoring
    it, with foreign-key checks handled automatically — the restore replaces the
    data cleanly, exactly as the confirmation describes.