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

Key: QB-3634
Type: Bug Bug
Status: Closed Closed
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Robin Shen
Reporter: Benoit Maury-Bouet
Votes: 0
Watchers: 1
Operations

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

Upgrade step doesn't work well with QB server pushed to a git repo

Created: 30/Oct/20 10:33 AM   Updated: 17/Feb/21 02:37 AM
Component/s: None
Affects Version/s: 10.0.19
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. 2020-11-02 09_20_49-QB_Server.png
(3 kb)


 Description  « Hide
Dear all,
I don't know if this should be really a bug or a improvement.
But for security sake we pushed our QB server to git (exluding logs/temp/etc).
but last time we tried to upgrade it provoked an issue with the upgrade script that complain about not beeing able to access some files in the .git folder.
Not this was on a Windows based machine (haven't tried on Linux)

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [31/Oct/20 12:35 AM]
I am not sure how you organized your QB folder. But I tested on Windows and it works fine out of box.

Benoit Maury-Bouet [02/Nov/20 08:23 AM]
Hi Robin,
Nothing special I just have .git / .gitignore in the folder as it's now under git.
I'll retry with our next upgrade, may be I left a 3rd party run in the background that could have cause issue access to the .git folder ? (like gitkracken)
I'm pretty sure I did not but i'm not 100% confident.

Robin Shen [02/Nov/20 01:05 PM]
Just tested, and it works fine at my side. This is what I am doing:
1. Add QB9 install dir to git so that the installation directory has .git and .gitignore
2. Add QB10 install dir to git to have .git and .gitignore
3. From QB10 install dir, run "bin/upgrade.sh /path/to/QB9"