2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

98_configdb.pm: add link to rescue/recovery instructions

git-svn-id: https://svn.fhem.de/fhem/trunk@26443 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2022-09-25 11:17:51 +00:00
parent b10839d539
commit 3348a6c0a0

View File

@ -313,6 +313,8 @@ sub _cfgDB_readConfig() {
Starting with version 5079, fhem can be used with a configuration database instead of a plain text file (e.g. fhem.cfg).<br/>
This offers the possibility to completely waive all cfg-files, "include"-problems and so on.<br/>
Furthermore, configDB offers a versioning of several configuration together with the possibility to restore a former configuration.<br/>
Detailled informations about the available recovery and rescue modes can be found in this forum thread:<br/>
<a href=https://forum.fhem.de/index.php/topic,86225.0.html>https://forum.fhem.de/index.php/topic,86225.0.html</a> </br>
Access to database is provided via perl's database interface DBI.<br/>
<br/>