...
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 2
Enable maintenance mode (recommended)
Code Block |
---|
bin/magento maintenance:enable |
Upgrade Magento via command line.
...
Code Block |
---|
bin/magento cache:clean |
Disable maintenance mode
Code Block |
---|
bin/magento maintenance:disable |
STEP 3
Configure new CRON jobs. SeeĀ Setting up CRON jobs.
Uninstalling
Example The example below will remove our module from your Magento installation
...