cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade bug to 2.01

Upgrade bug to 2.01

During patch update I got this error.

[ErrorException] Source /chroot/home/xx.com/html/vendor/magento/magento2-base/dev/tests/integration/.gitignore does not exist update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--with-dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [packages1] ... [packagesN]


What is interesting, is that this is not the git version of magento but their public release version. So their upgrade is looking specifically for .gitignore files which normally don't exist in the production version Magento releases. Here is the output doing a diff on a fresh download from magento and your application:

diff -rq /chroot/home/nexbponton/fresh/vendor/magento/magento2-base/ /chroot/home/dutchhar/dutchharborbrands.com/html/vendor/magento/magento2-base/ | wc -l
0

As you can see, nothing differs. There is no .gitignore files on the release version of magento from their site. This may require you to submit a bug report to magento about this issue, however, I will look into it further.