mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-25 03:44:52 +00:00
configDB.pm: fix missing uuid during migration
git-svn-id: https://svn.fhem.de/fhem/trunk@27825 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
dad3971822
commit
5eee24b98f
@ -182,6 +182,8 @@
|
||||
#
|
||||
# 2022-12-06 - added add raw json output in configdb info
|
||||
#
|
||||
# 2023-08-07 - fixed missing uuid in migration process
|
||||
#
|
||||
##############################################################################
|
||||
=cut
|
||||
|
||||
@ -895,6 +897,7 @@ sub _cfgDB_filesize_str {
|
||||
# migrate existing fhem config into database
|
||||
sub _cfgDB_Migrate {
|
||||
my $ret;
|
||||
$data{saveID} = createUniqueId();
|
||||
$ret = "Starting migration...\n";
|
||||
Log 4, 'configDB: Starting migration';
|
||||
$ret .= "Processing: database initialization\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user