Actions
Feature #12813
openRecover extra data in the installer
Status:
New
Priority:
Low
Assignee:
-
Category:
Installer
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
In addition to #12809, it would be nice to recover extra data from an existing installation
This would make reinstalls even easier and smooth.
Extra data includes:
DHCP leases - /var/dhcpd/var/db/dhcpd.leases
DHCP6 leases - /var/dhcpd/var/db/dhcpd6.leases
Captive Portal DB - /var/db/captiveportal*.db
Captive Portal Vouchers - /var/db/voucher_*.db
optionally:
Aliases tables - /var/db/aliastables/*.txt (otherwise, fw rules that use URL Table aliases will not work until they are updated)
Picture Widget image - /conf/widget_image.*
Updated by Jim Pingle almost 3 years ago
We may run into problems trying to do this much. There is limited room on the RAM disk that is available for recovery, and the size of these databases (especially leases) can be quite large.
Actions