restore: teardown pseudo backup site
This commit is contained in:
@@ -2864,7 +2864,7 @@ async function restoreApps(apps, options, auditSource) {
|
||||
let installationState, restoreConfig;
|
||||
if (!error && results.length) {
|
||||
installationState = exports.ISTATE_PENDING_RESTORE;
|
||||
// intentionally ignore options.backupSite since the site may not have all the apps
|
||||
// intentionally ignore any backupSite provided during restore by the user because the site may not have all the apps
|
||||
restoreConfig = { backupId: results[0].id };
|
||||
} else {
|
||||
installationState = exports.ISTATE_PENDING_INSTALL;
|
||||
|
||||
Reference in New Issue
Block a user