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
This commit is contained in:
Koushik Das 2012-09-10 18:25:26 +05:30
parent f4dcba1b46
commit a8addeea47
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
--;
-- Schema upgrade from 2.2.14 to 2.2.15;
--;
--;
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'direct.agent.pool.size', '1000', 'Default size for DirectAgentPool');