cancel
Showing results for 
Search instead for 
Did you mean: 

module:upgrade vs setup:upgrade

SOLVED

module:upgrade vs setup:upgrade

magento 2.2.2

I'm trying to install skrill payment method and is following this guide:
link

 

I try to install via "Install the module using a file upload and SSH commands "

with files uploaded to your_magento_2_root/app/code/Skrill/Skrill

 

I try to run this command: php bin/magento module:upgrade

but get this error:

  Command "module:upgrade" is not defined.

  Did you mean one of these?
      setup:upgrade
      module:enable
      module:disable
      module:status
      module:uninstall

 

something tells me that php bin/magento module:upgrade is not the correct command. Maybe it should have been setup:upgrade?

 

Any suggestions?

 

Audun

1 ACCEPTED SOLUTION

Accepted Solutions

Re: module:upgrade vs setup:upgrade

You need to run command
php bin/magento setup:upgrade

Setup:upgrade is the original command to install module.
Module:upgrade is not valid command
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

2 REPLIES 2

Re: module:upgrade vs setup:upgrade

The guide (check link above) says module:upgrade but think they mean setup:upgrade. can anyone with experience share some light on this?

Re: module:upgrade vs setup:upgrade

You need to run command
php bin/magento setup:upgrade

Setup:upgrade is the original command to install module.
Module:upgrade is not valid command
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial