skip to Main Content

Intro:
I have 2 folder on my ftp, one for my main website and one for the dev website.

Question:
If I run a ssh command into my magentorootdevshell folder, should I worry about consequences on my main website?

thx

2

Answers


  1. Not really. Unless the two site use the same database

    Login or Signup to reply.
  2. Please, note in case you need to work on development website. You need a separate database and file system. If database in common there must be possibility of configuration change while working in admin or while performing operations and installation of new extension. So, always try different database for staging and production website

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search