Problem/Motivation

Our customer, Notified, uses the "tangle" architecture on ACSF. Each tangle is a separate application and therefore has different product keys. When they clone or move a site, it frequently gets assigned to a different tangle than its parent. As a result, Acquia Connector is unable to verify the subscription information and acquia_search fails to connect to any Solr Index.

Steps to reproduce

  • Clone sites
  • Run drush sget acquia_connector.application_uuid on the sites to see that the application UUID is null
  • Run drush acquia:refresh-subscription on both sites in an attempt to set the correct application UUID
  • Run drush sget acquia_connector.application_uuid on the sites to see that the application UUID is still set to null

Proposed resolution

Drush command should set the subscription details.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

rajeshreeputra created an issue. See original summary.

rajeshreeputra’s picture

Status: Active » Needs work