diff --git a/fhem/configDB.pm b/fhem/configDB.pm
index 327f6b015..41c0f222b 100644
--- a/fhem/configDB.pm
+++ b/fhem/configDB.pm
@@ -576,7 +576,7 @@ sub cfgDB_List($) {
transfer your existing configuration into the database
- enter {cfgDB_Migrate}
into frontend's command line
+ enter {use configDB;; cfgDB_Migrate}
into frontend's command line
Be patient! Migration can take some time, especially on mini-systems like RaspberryPi or Beaglebone.
Completed migration will be indicated by showing database statistics.
Your original configfile will not be touched or modified by this step.
@@ -749,7 +749,7 @@ Ver 0 always indicates the currently running configuration.
Bestehende Konfiguration in die Datenbank übertragen
- {cfgDB_Migrate}
in die Befehlszeile der fhem-Oberfläche eingeben
+ {use configDB;; cfgDB_Migrate}
in die Befehlszeile der fhem-Oberfläche eingeben
Nicht die Geduld verlieren! Die Migration eine Weile dauern, speziell bei Mini-Systemen wie
RaspberryPi or Beaglebone.
Am Ende der Migration wird eine aktuelle Datenbankstatistik angezeigt.