From a8addeea47539c4da39d8a23e17974874db115ac Mon Sep 17 00:00:00 2001 From: Koushik Das Date: Mon, 10 Sep 2012 18:25:26 +0530 Subject: [PATCH] CS-16297 : Upgrade from 2.2.14->2.2.15: Host goes to Alert state after upgrade from 2.2.14 to 2.2.15 Configuration value direct.agent.pool.size is missing in case of upgrade. In case of fresh install it is present. Reviewed-by: Kishan --- setup/db/db/schema-2214to2215.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup/db/db/schema-2214to2215.sql b/setup/db/db/schema-2214to2215.sql index a1a68d4f70c..2bb92a7c08a 100644 --- a/setup/db/db/schema-2214to2215.sql +++ b/setup/db/db/schema-2214to2215.sql @@ -1,3 +1,5 @@ --; -- Schema upgrade from 2.2.14 to 2.2.15; ---; \ No newline at end of file +--; + +INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'direct.agent.pool.size', '1000', 'Default size for DirectAgentPool');