Commit all the changes, deploy them to your development environment, and run the following commands:
./vendor/bin/drush cr
./vendor/bin/drush cim --yes
./vendor/bin/drush updb --yesUpgrade Drupal Starter Kits to 2.x with the following command:
composer require -W acquia/acquia_cms:^2.0(Optional) Add the Google Analytics module to your project, if required.
composer require -W drupal/google_analytics:^2.0Update your database.
./vendor/bin/drush updb -yCommit all changes, deploy them to your development environment, and run the following commands:
./vendor/bin/drush cr
./vendor/bin/drush cim --yes
./vendor/bin/drush updb --yesVerify that your development site works as expected.
The Drupal Starter Kits 2.x module keeps all the required dependencies previously available in the profile. The acquia_cms profile codebase does not exist in the docoot/profiles/contrib directory.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.