Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading from 2.0.2 to 2.0.4 readiness check fails. #3959

Closed
jernejh opened this issue Apr 1, 2016 · 1 comment
Closed

Upgrading from 2.0.2 to 2.0.4 readiness check fails. #3959

jernejh opened this issue Apr 1, 2016 · 1 comment
Assignees

Comments

@jernejh
Copy link

jernejh commented Apr 1, 2016

Steps to reproduce

I am using XAMPP 5.6.15 under Windows (Both Windows 2012 R2 Server and Windows 10) and have the problem when trying to upgrade Magento CE from 2.0.2 to 2.0.4

I installed magento using command line:

  • call composer create-project
  • php bin\magento setup:install
  • php bin\magento deploy:mode:set developer

Composer update and php bin\magento setup:upgrade worked without errors (I properly set write permissions to var and pub folders).

Also both frontend and backend work without problems.

Expected result

No errors in the readiness check.

Actual result

The following checks passed successfully:

  • Check Updater Application Availability
  • Check Component Dependency

But on the other hand, I get the following readiness check fails when upgrading in the backend:

  • Check Cron Scripts,
  • PHP Version Check (Your PHP version is . The required PHP version is .),
  • PHP Settings Check
  • PHP Extensions Check (missing PHP extensions.)

Setting always_populate_raw_post_data to -1 in php.ini did not resolve my problem.

I also wonder how to override Check Cron Scripts fail, since there are no cron scripts available in Windows?

@jernejh jernejh changed the title Upgrading to 2.0.4. from 2.0.2. Readiness check fails. Upgrading from 2.0.2 to 2.0.4 readiness check fails. Apr 1, 2016
@mazhalai
Copy link
Contributor

mazhalai commented Apr 1, 2016

  1. Officially, Magento only supports Ubuntu and Centos.
  2. However, since many developers use Windows, we provide limited support, but it is no way intended to be run on production in Windows.
  3. Since there is no ability of cron in windows, you could try something like windows scheduler

OR

Just run the following commands manually in the following order:
/bin/magento setup:cron:run
php /update/cron.php
Once before you start upgrade, and once when updater shows as "pending"

Closing since this is not really a bug.

@mazhalai mazhalai closed this as completed Apr 1, 2016
magento-engcom-team pushed a commit that referenced this issue Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants