restore: skip dns setup

This commit is contained in:
Girish Ramakrishnan
2021-03-04 15:50:02 -08:00
parent 1724607433
commit 28b6a340f0

View File

@@ -1530,7 +1530,7 @@ function restore(app, backupId, auditSource, callback) {
args: {
restoreConfig,
oldManifest: app.manifest,
skipDnsSetup: false,
skipDnsSetup: !!backupId, // if this is a restore, just skip dns setup. only re-installs should setup dns
overwriteDns: true
},
values