const
This commit is contained in:
@@ -109,7 +109,7 @@ async function markApps(existingInfra, restoreOptions) {
|
||||
reverseProxy.removeAppConfigs(); // should we change the cert location, nginx will not start
|
||||
await apps.configureApps(await apps.list(), { scheduleNow: false }, AuditSource.PLATFORM); // we will schedule it when infra is ready
|
||||
} else {
|
||||
let changedAddons = [];
|
||||
const changedAddons = [];
|
||||
if (infra.images.mysql !== existingInfra.images.mysql) changedAddons.push('mysql');
|
||||
if (infra.images.postgresql !== existingInfra.images.postgresql) changedAddons.push('postgresql');
|
||||
if (infra.images.mongodb !== existingInfra.images.mongodb) changedAddons.push('mongodb');
|
||||
|
||||
Reference in New Issue
Block a user