Summary: | MIGRATION : Database conversion by default successfully erases all data | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | mclaudt <mclaudt> |
Component: | Database-Migration | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, rs4000, swatilodha27 |
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/4b8fde33dfd15ba2a45d92c111166e6d50c946b3 | Version Fixed In: | 5.8.0 |
Sentry Crash Report: |
Description
mclaudt
2013-03-13 21:49:53 UTC
This file still valid using last digiKam 5.0.0 ? Gilles Caulier Yes, because the default is both SQLite as source and destination, and if you unluckily press the confirm button, it tries to migrate it... without checking that both source and destination point to the same file, ending in a voiding of the database. It should check that the destination file does not exist, at least. Git commit 4b8fde33dfd15ba2a45d92c111166e6d50c946b3 by Maik Qualmann. Committed on 26/11/2017 at 11:52. Pushed by mqualmann into branch 'master'. show error message if the databases are the same at the migration FIXED-IN: 5.8.0 M +2 -1 NEWS M +7 -0 libs/database/utils/dbmigrationdlg.cpp https://commits.kde.org/digikam/4b8fde33dfd15ba2a45d92c111166e6d50c946b3 |