Forked from
project / automatic_updates
824 commits behind the upstream repository.
-
Ted Bowman authoredTed Bowman authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 1.92 KiB
Automatic Updates
Warning the 8.x-2.x version of this module is still in development and should only be used development and testing.
Automatic Updates Initiative
- Follow and read up on Ideas queue - Automatic Updates initiative
Manual Testing instructions:
- Create a Drupal project via:
composer create-project drupal/recommended-project:9.2.5 test_updates_project
. Change9.2.5
to the patch release before the most current version of Drupal. For instance, if the latest version of Drupal core is9.2.8
then use9.2.7
cd test_updates_project
composer require drupal/automatic_updates:2.x-dev
cd web
- Install Drupal:
php ./core/scripts/drupal quick-start standard
- You should see a browser open and log you into the new Drupal site.
- Click "Extend" in the sidebar.
- Enable the "Automatic Updates" module.
- After you have installed the module at the top you should see an "Automatic Updates" tab at the top of the page.
- Click the "Automatic Updates" tab.
- You should see an update form with the next of Drupal core as the "Recommend Version". For instance if in step #1 you ran
composer create-project drupal/recommended-project:9.2.5 test_updates_project
and the latest version is9.2.6
you will see9.2.6
as the "Recommend Version". - Click the "Download these updates" button.
- You should see a "Downloading updates" screen.
- Next you should see a "Ready to update" page.
- Click the "Continue" button at the bottom.
- You should see a "Apply updates" screen.
- You should be redirected to the "Available updates" page and see the message "Update Complete".
- You should see your version of core is up-to-date.