You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Pierre-Luc Dion (JIRA)" <ji...@apache.org> on 2016/09/02 15:55:20 UTC

[jira] [Commented] (CLOUDSTACK-9489) When upgrading, Config.java new configuration are not updated.

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458890#comment-15458890 ] 

Pierre-Luc Dion commented on CLOUDSTACK-9489:
---------------------------------------------

When Upgrading CloudStack to apply changes from Config.java, we need to set configuration::init to false

Prior to start CloudStack management server after upgrading is packages, we must change the init value:
in MySQL database:
{code}
use cloud;
update configuration set value='false' where name='init';
{code}

> When upgrading, Config.java new configuration are not updated.
> --------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9489
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9489
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.6.2, 4.7.1, 4.8.0, 4.9.0
>            Reporter: Pierre-Luc Dion
>
> When Upgrading CloudStack, new configurations (Global Settings) defined in  {{server/src/com/cloud/configuration/Config.java}} are not populated.
> This file changed in 4.5 and 4.6 and those configurations are not applied when upgrading to post 4.6.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)