Explorar el Código

AMBARI-8674. Disable pre-upgrade checks until API is ready. (yusaku)

Yusaku Sako hace 10 años
padre
commit
4c0ac95e84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ambari-web/app/config.js

+ 1 - 1
ambari-web/app/config.js

@@ -58,7 +58,7 @@ App.enableExperimental = false;
 
 App.supports = {
   preUpgradeCheck: false,
-  stackUpgrade: false,
+  stackUpgrade: true,
   autoRollbackHA: false,
   alwaysEnableManagedMySQLForHive: false,
   automatedKerberos: false,