cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2.0.2 upgrade to 2.0.x on windows server

magento 2.0.2 upgrade to 2.0.x on windows server

hi all, anyone know how i could upgrade from 2.0.2 -> 2.0.3 ?

 

all the doco onlines says to use a cron job, but don't believe a windows server has cron

8 REPLIES 8

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

i got to the point of putting in my public and private keys but get

 

SSL certificate problem: unable to get local issuer certificate when i tried to save the keys

Re: magento 2.is 0.2 upgrade to 2.0.3 on windows server

Is Curl enabled in your PHP?

 

Attach these to your config:

 

https://curl.haxx.se/docs/caextract.html

 

And in your ini:

 

Change:
; curl.cainfo = 

Change To:
curl.cainfo = "C:\PHP\Extras\SSL\cacert.pem"

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

How to fix the «SSL certificate problem: unable to get local issuer certificate» issue while signing into a Magento Marketplace account on the backend Component Manager screen? https://mage2.pro/t/986

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

thanks for that guys

 

now that when i try to do the upgrade, i get the following...

 

 

 

i'm using xampp, and not sure how to go about this

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

But Dmitry, you never address the question of cron jobs on Windows. More to the point, is it even possible to use the System Upgrade Utility on a LAMP stack?

Re: magento 2.0.2 upgrade to 2.0.3 on windows server

i should also mention that i have

Apache Version	Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.6.12

 

so unsure why it even fails the php version check