Your browser was unable to load all of the resources. They may
have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.
Hi Support,
We are using Qb 4.0.27. Now we have decided to upgrade QB. So my question is that after upgrading with latest version is it affect in our existing configuration ? Backup is require ? because we have set repository for check-in code for build.
We have commercial license of QB so have you provide any support for upgrade QB ?
-
replies
9
-
views
3205
-
stars
0
-
All your existing configurations will be preserved. Backup is always recommended before the upgrade just in case something is wrong. The upgrade procedure is simple, please check below guide for details:
http://wiki.pmease.com/display/QB61/Upg ... tart+Agent
Let me know if you have any issues.
Thanks for reply,
I have one more question regarding upgrade. Can I upgrade Qb 4.0.27 to 6.1.x directly ? or upgrade step by step all version like 5.0.x then 6.0.x etc...
I have tried locally before upgrading quickbuild on server.
When I installed build agent on my windows 7 machine, it's display below error
wrapperm | The QuickBuild Build Agent service is not installed - The specified service does not exist as an installed service. (0x424)
wrapperm | The QuickBuild Build Agent service is not installed - The specified service does not exist as an installed service. (0x424)
Something I missing in buildagent ?
You can upgrade from QB4 to QB61 directly. Upgrade can happen between arbitrary QB versions. As to the build agent error, can you please let me know the detailed reproducing steps (for instance, which QB version is installed first, and from which QB version you've downloaded build agent, etc)
I have download latest quickbuild version from http://www.pmease.com/downloads/.
First I have tried to installed Quickbuild on Windows7 64 bit PC. Required JAVA version is already up to date in this PC. After configuration when I tried to start Quickbuild version it will give me this error "wrapperm | The QuickBuild Server service is not installed - The specified service does not exist as an installed service. (0x424)".
Same downloaded package I have tried to installed in Ubuntu PC, It's working fine.
I have downloaded Build agent latest quick build version quickbuild-6.1.3 and tried to configure in Windows PC I have faced same problem which described above. And it's working fine Ubuntu PC.
You need to install it as service before start it:
server.bat install
Or you can call "server.bat console" to start it in console without installing it as a service.
Thanks for reply,
Now Quickbuild server successfully installed in Windows machine. But what about build agent ?
I have tried to configure build agent in windows PC it's give me error "wrapper | The QuickBuild Build Agent service is not installed - The specified service does not exist as an installed service. (0x424) "
You should also install it as a service before starting it:
agent.sh install
Or you can start it in console mode just as server without installing as service:
agent.sh console