This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
This is the final release of Lightning 5.2.x. No further security updates or bug fixes will be made. Please see the uninstall instructions to remove the Lightning distribution from your site, or the official end-of-life announcement or site owner FAQ for more information.
Changelog
- Uninstaller will now automatically remove
lightning_install
.
Update steps
Update your codebase:
composer self-update
composer require acquia/lightning:~5.2.4 --no-update
composer update
Run database updates (if required - depending on the version from which you are updating):
drush cache:rebuild
drush updatedb
Run Lightning configuration updates (if required - depending on the version from which you are updating):
drush cache:rebuild
drush update:lightning
For general update instructions see https://github.com/acquia/lightning/blob/5.2.x/UPDATE.md.