Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When upgrading ServicePulse the "config.js" file is overridden/reset #156

Closed
CallumHibbert opened this issue Sep 20, 2014 · 2 comments
Closed
Labels
Type: Bug Type: Bug
Milestone

Comments

@CallumHibbert
Copy link

I changed my "config.js" file to accomodate remote connections e.g.

'use strict';

var SC = SC || {};

SC.config = {
    service_control_url: 'http://MyServerName:33333/api/'
};

But when I upgrade, the installer reverts the file back to the default (out of the box version) i.e.

'use strict';

var SC = SC || {};

SC.config = {
    service_control_url: 'http://localhost:33333/api/'
};

So stuff stops working.

Is it possible that, when upgrading, the installer honours the existing configuration?

@gbiellem gbiellem added this to the 1.2 milestone Sep 25, 2014
@gbiellem
Copy link
Contributor

@CallumHibbert your updating through the platform installer rather than running interactively - correct?

gbiellem pushed a commit that referenced this issue Nov 17, 2014
@lancelotdaemion
Copy link

We just upgraded to 1.2.0 and the config.js was reset and our parameters were cleared from the service, i.e. ServicePulse.Host.exe" --url="http://localhost:9090".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Type: Bug
Projects
None yet
Development

No branches or pull requests

6 participants