...
Installing or Upgrading
STEP 1
Enable maintenance mode
Code Block |
---|
bin/magento maintenance:enable |
STEP 2
The example below will install version 2.0.0. If you have access to a later version you will need to use that version number.
...
Info | ||
---|---|---|
| ||
If you are performing the installation for the first time, you will be prompted for the username and password. These credentials will be provided to you when you submit your order with us. If you lost your credentials, please contact us via our service desk. |
STEP
...
Enable maintenance mode (recommended)
...
3
Upgrade Magento via command line.
...
Code Block |
---|
sudo service nginx restart && sudo service varnish restart |
STEP 3
Configure new CRON jobs. See Setting up CRON jobs.
...