Autoupgrade - Check/Upgrade/Rollback with the CLI

Details

Steps

Step Description Expected result
Install A fresh 8.1.5 You should have the selection of where in your shop you want to go ( BO or FO )
Go to the BO You should have your dashboard showed
Go to the Module Catalog" page" Module Catalog page is displayed correctly
Search for the 1-click Install" module. Install it" Module is correctly installed
Go to your folder [yourshopname_folder] > module > Autoupgrade You should have many files and folder, one files named README.md can help you
CLI Check 
* Open a terminal on this folder
* Launch the command “php bin/console “
* Launch the command “php bin/console update:check admin-dev”
* You should be on the folder modules/autoupgrade
* The Terminal should show you some available commands, etc 
* The terminal should say : " Result of prerequisite cheks: […]”
CLI Upgrade
* Launch the command “touch config.json”
* Open the files “config.json” in modules/autoupgrade
* Put the information on it and Save it
* Return on the terminal and launch the command “php bin/console update:start –config-file-path=config.json admin-dev”
* A new files named “config.json” should be displayed on the files autoupgrade
* You should have a file entirely blank 
* Your file should be completed 
* Upgrade should be launched
Rollback CLI 
* Launch the command “php bin/console backup:restore –backup=[backup-name] admin-dev”
* The rollback should be launched