<< Back to previous view |
![]() |
[QB-3811] migrate.sh Missing from bin directory in Quickbuild 11.0.25
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 11.0.25 |
Fix Version/s: | None |
Type: | Bug | Priority: | Trivial |
Reporter: | Bill Graham | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Development |
Description |
We have some older Quickbuild environments (version 7 and above) that we are going to start upgrading to Quickbuild 11. In the past when we've done upgrades, we've run the migrate.sh script to allow us to switch over to the newly extracted instance. This method appears to still be documented in Quickbuild 11's documentation as a viable option of doing this.
https://wiki.pmease.com/display/QB11/Upgrade+Data+And+Agent What is the proper way of doing this? And if this option is deprecated, what's the best way of working around this? I'd rather not have to do an in place upgrade if I don't have to as it makes rollout a little more difficult and adds some steps to that process. localhost:/prod/quickbuild/11.0.25-7/quickbuild-11.0.25/bin$ ll | grep -i migrate localhost:/prod/quickbuild/11.0.25-7/quickbuild-11.0.25/bin$ |
Comments |
Comment by Robin Shen [ 21/Dec/21 11:09 PM ] |
The procedure using migrate.sh is deprecated. Please use in-place upgrade instead:
https://wiki.pmease.com/display/QB11/In-place+upgrade QB will backup your database before upgrade so that it can be restored in case there are some errors. |