문제

I am new to Acquia.

I have got access to the backend of drupal live instance. I cannot login to stage or dev instance.

  1. Should a new user be created for every instance separately?
  2. What should I do to login to the dev and stage instance?

Currently I am using Acquia Dev Desktop to pull the files locally.

What should I do to get access to the other 2 instances? Please advise.

도움이 되었습니까?

해결책

Acquia works on a three-environment system. When working in such a system, code moves up, from dev -> stage -> prod, while databases move down from prod -> stage -> dev.

You should always consider content on dev and stage, such as nodes, users, taxonomies etc, as temporary. This is because the way to migrate content is by migrating the entire database from prod -> stage/dev, or sometimes from stage -> dev.

In order to get your user on all environments, you would create the user on prod, then migrate that database to stage and dev. You will then be able to log in with your user on those environments.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 drupal.stackexchange
scroll top