Skip to content

ACMS-1991: Fix Acquia CMS Common and Acquia CMS profile conflict. #1647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

rajeshreeputra
Copy link
Contributor

@rajeshreeputra rajeshreeputra commented Oct 9, 2023

Motivation
Fixes #ACMS-1991

Proposed changes
Remove purge_processor_lateruntime install dependency from Acquia CMS profile.

Alternatives considered
NA

Testing steps

  • Create project using composer create-project acquia/drupal-recommended-project:^1 acquia_cms && cd acquia_cms
  • Require Acquia CMS profile using composer require acquia/acquia_cms:^1.5
  • Update Acquia CMS Common to 2.1.4 or older using composer update drupal/acquia_cms_common:2.1.4
  • Install site using ./vendor/bin/drush si acquia_cms
Screenshot 2023-10-09 at 1 55 17 PM
  • Update Acquia CMS Common to latest or version greater than 2.1.4 using composer update drupal/acquia_cms_common:^2.1.5
  • Update database using ./vendor/bin/drush updb & you will encounter the error.
Screenshot 2023-10-09 at 1 54 48 PM
  • Update Acquia CMS profile using composer require acquia/acquia_cms:dev-ACMS-1991
  • Update database using ./vendor/bin/drush updb
  • Verify update completed successfully & site working fine.
Screenshot 2023-10-09 at 1 52 12 PM Screenshot 2023-10-09 at 1 52 23 PM

Merge requirements

  • Major change, Minor change, Bug, Enhancement, and/or Chore label applied
  • Manual testing by a reviewer

@rajeshreeputra rajeshreeputra marked this pull request as ready for review October 9, 2023 06:22
@vishalkhode1 vishalkhode1 merged commit 8a81d43 into 1.5.x Oct 9, 2023
@vishalkhode1 vishalkhode1 deleted the ACMS-1991 branch October 9, 2023 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants