After the significant improvements to Drupal 7, I assume that within a couple of years, more and more people will be able to (and choose to...) maintain Drupal sites whose contributed modules are all in stable versions (or at least no -dev versions), with no customizations to the module code. Many can have this as their strategy to keep costs down, security high, and simplicity as the rule.

I hope and think that Drupal 8 will in this respect mean a new era for many existing and new Drupallers.

With this in mind, I think it would be very practical if all we needed in order to restore a fully functional version of an old Drupal installation as it was at the time the backup was made, was the database backup and not any of the system files.

A single Drush command could fetch both the right Drupal core version, each specific version of the contributed modules, and import the database so that the site would be ready. No need to have a backup of the system files (the files directory is a different matter, needs its own backup).

For this to be possible, the database would need to store the version number of each contributed module that has been installed (both enabled and subsequently disabled modules).

This would be useful for sites that are using stable versions of contributed modules, and no customizations.

PS. I am only suggesting a simple solution. Any Drupal administrator is aware that using customizations automatically demands more attention and manual preparations, so I think that this suggestion of storing the module version numbers should be kept simple and need not cater for "x-dev" versions of modules (which does not have uniquely identifying names). It should store the version of such modules as "x-dev", but leave it to the administrator to know if he can let the command fetch the latest "x-dev" version of a module, or if he need to replace that one with a special variant.

Comments

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.6 was released on August 2, 2017 and is the final full bugfix release for the Drupal 8.3.x series. Drupal 8.3.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.4.0 on October 4, 2017. (Drupal 8.4.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.4.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.4 was released on January 3, 2018 and is the final full bugfix release for the Drupal 8.4.x series. Drupal 8.4.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.5.0 on March 7, 2018. (Drupal 8.5.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.5.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

wylbur’s picture

Status: Active » Closed (outdated)
Issue tags: +#Nashville2018

Drupal 8 workflows frequently use Composer for module installations. This allows for defining specific module versions.

Marking this as outdated as this request started for 7.x. Please reopen if this is still a valid request.