History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-662
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Robin Shen
Reporter: Alexey Shumkin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Is it possible to take old service parameters when upgrading on Windows?

Created: 06/Oct/10 08:31 AM   Updated: 08/Oct/10 07:57 AM
Component/s: None
Affects Version/s: 3.0.10
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment:
Operating System Windows 2003 5.2, x86
JVM Java HotSpot(TM) Client VM 11.3-b02, Sun Microsystems Inc.
QuickBuild Version 3.0.10 - Tue Oct 05 17:03:37 MSD 2010


 Description  « Hide
My QB server is running under Windows (AD) user account (not LOCAL SYSTEM account).
It is annoying when QB server upgrades DB with migrate.bat and recreates service so I need to setup it's parameters again and again.

I upgrade QB with following steps:
1. Stop QB service
2. Rename old QB folder (e.g. append .bak to name)
3. Name new QB folder as previous QB instance was named
4. Then run migrate.bat

As far as QB detects that is is installed as service. It would be nice then if QB detected path of installation has not changed so there`s no need to recreate service.

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [08/Oct/10 07:57 AM]
You may edit the file "conf/wrapper.conf" and add below parameters:
wrapper.ntservice.account=<domain\account>
wrapper.ntservice.password=<password>

Then every time QuickBuild is migrated, the service account setting will be remained.