backupsites: reinit sites after restore
This commit is contained in:
@@ -197,6 +197,8 @@ async function restoreTask(backupSite, remotePath, ipv4Config, ipv6Config, optio
|
||||
await network.setIPv6Config(ipv6Config);
|
||||
await reverseProxy.restoreFallbackCertificates();
|
||||
|
||||
await backupSites.reinitAll();
|
||||
|
||||
const location = await dashboard.getLocation(); // load this fresh from after the backup.restore
|
||||
if (!options.skipDnsSetup) {
|
||||
await dns.registerLocations([location], { overwriteDns: true }, (progress) => setProgress('restore', progress.message));
|
||||
|
||||
Reference in New Issue
Block a user