Skip to content

fix reload ZM

Juan Vargas requested to merge juanvargas/dns-zone-manager:fix/reloadZM into master

when the ZM was reloaded, a DB file was already present in the persistent storage. The DB was configured again creating conflicts. The fix checks if a DB file already exists and skips the re-configuration of the database.

Merge request reports