BLT

Updating BLT

Note

Acquia will end support for BLT on December 31, 2024. For more information on how to replace your BLT implementation with updated functionality, see You don’t need BLT on Acquia Cloud.

Select from the following update options, depending on whether or not you are using Composer.

Updating a Composer-managed version

If you are already using BLT with Composer, you can update to the latest version of BLT using Composer.

  1. Run the following command:

    composer update acquia/blt --with-all-dependencies
    

    This will cause Composer to update all of your dependencies (in accordance with your version constraints) and permit the latest version of BLT to be installed.

  2. Examine the release information to determine if there are special update instructions for the new version.

  3. Review and commit changes to your project files.

  4. Occasionally, you may need to refresh your local environment by running the following command:

    blt setup
    

    This will drop your local database and re-install Drupal.