These scripts are intended for use by govCMS-devkit.
cd
into this directory and runcomposer update
to install required dependencies.- Make sure the environment variables
ACQUIA_CLOUD_USERNAME
andACQUIA_CLOUD_PASSWORD
are configured (for testing, please use your own credentials—the password is the 'Cloud API key' available though the Acquia Insight UI, e.g. athttps://accounts.acquia.com/account/[your-user-id]/security
). - Make sure the environment variables
ACQUIA_CLOUD_SITE_ID
andACQUIA_CLOUD_ENVIRONMENT
are configured (ACQUIA_CLOUD_ENVIRONMENT
refers to one of either dev, stage, prod). - Run one of the scripts, e.g.
php database-dump.php
to generate a database backup for a specified site and environment.