acsf-tools
acsf-tools copied to clipboard
Command line tools for working with Acquia Cloud Site Factory
See: https://github.com/drush-ops/drush/issues/4489 ``` > mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces ``` Other projects seem to...
Drupal 9 requires Symfony 4. We are currently locked at Symfony 3. ``` - Conclusion: don't install acquia/acsf-tools 9.0.0 - drupal/core-recommended 9.0.0 requires symfony/yaml v4.4.9 -> satisfiable by symfony/yaml[v4.4.9]. ```...
Hello, Please provide tag for drush version 10.
Due some recent change, `acsf-tools-dump` is automatically creating a folder yyyymmdd (20200722 for example) inside the given --result-folder (`drush acsf-tools-dump --result-folder=/backup` will store the dumps in `backup/20200722`). As of now,...
Maybe this fits here: https://github.com/alex-moreno/ACSF Happy to merge my work on that repo here if you think it makes sense @sdelbosc @msherron
When running a command across all sites in a factory that normally prompts additional input, e.g. `drush @dev sfml cset core.entity_view_display.taxonomy_term.brands.default content.field_slug.third_party_settings --value={} --input-format="yaml"`, the default response is automatically chosen....
I have a fourth environment in my ACSF subscription, called "PPROD" (used for Pre-Production). Some of the commands like `acsf:tools-get-deployed-tag` don't work. Checking the code I see that it would...
I have the following /dump directory ``` - site1.sql - site2.sql.gz - site2.sql - site2.sql.gz ``` The *.sql files are results of manual testing. When running the command drush acsf-tools-restore...
I am looking to see if these tools can help me create drush aliases for a few ACSF instances I have access to. Ideally I am after something self contained,...