Magento 2.1.18 is the final 2.1.x release. After June 2019, Magento 2.1.x will no longer receive security patches, quality fixes, or documentation updates.
To maintain your site's performance, security, and PCI compliance, upgrade to the latest version of Magento.

Step 3. Component Update

This step displays if you’re updating components. The following figure shows an example.

      Click update to complete the task

To complete the update, click Update.

Success

If the update is successful, a page similar to the following displays.

      Your component update was successful

Messages similar to the following display in the Console Log:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[2015-07-31 19:41:02 CDT] Job "update {"require":[{"name":"magento/sample-module-updater-wizard","version":"3.0.0.0"}]}" has been started
[2015-07-31 19:41:02 CDT] Starting composer update...
[2015-07-31 19:41:02 CDT] ./composer.json has been updated

[2015-07-31 19:42:05 CDT] Loading composer repositories with package information
Updating dependencies (including require-dev)
	- Removing magento/sample-module-updater-wizard (2.0.2)
	- Installing magento/sample-module-updater-wizard (3.0.0)
Downloading: Connecting... Downloading: 100%

Writing lock file
Generating autoload files

[2015-07-31 19:42:05 CDT] Composer update completed successfully
[2015-07-31 19:42:05 CDT] Job "update {"require":[{"name":"magento/sample-module-updater-wizard","version":"3.0.0.0"}]}" has successfully completed

Clean the cache by clicking System > Cache Management > Flush Magento Cache or by entering the following command:

1
  bin/magento cache:clean

Failure

If the update fails, click Rollback to restore an earlier backup. Messages display in the Console Log as shown in the following figure.

If the component update fails, you can roll back

Updated