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_uuidon the sites to see that the application UUID isnull - Run
drush acquia:refresh-subscriptionon both sites in an attempt to set the correct application UUID - Run
drush sget acquia_connector.application_uuidon the sites to see that the application UUID is still set tonull
Proposed resolution
Drush command should set the subscription details.
Issue fork acquia_connector-3563055
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
Comment #3
rajeshreeputra