This commit is contained in:
Girish Ramakrishnan
2024-04-27 10:48:23 +02:00
parent a783944700
commit 4e39eb89fd

View File

@@ -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');