cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2: Upload Module Without Disturbing/Downtimes on Live Site

SOLVED

Magento 2: Upload Module Without Disturbing/Downtimes on Live Site

Hello there,

 

I am very new in magento world and i want to ask you a question.

When i use any of below commands through console:

 php bin/magento setup:upgrade 
php bin
/magento cache:flush
 php bin/magento setup:static-content:deploy

The site during the proccess of command is not loading properly. (is broken etc). How i can achieve to deploy content, add a new module etc without disturbing the live site?

 

Please let me know / advise things.

 

Thank you.

Best Regards,

Kyriakos

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2: Upload Module Without Disturbing/Downtimes on Live Site

Hello,

Site will be go always down while you run command.

 

you can do something like you can set maintance mode  while running command

 

http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-maint.html

Hope it will help for you.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

1 REPLY 1

Re: Magento 2: Upload Module Without Disturbing/Downtimes on Live Site

Hello,

Site will be go always down while you run command.

 

you can do something like you can set maintance mode  while running command

 

http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-maint.html

Hope it will help for you.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer