You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.