db_maintenance 2.0.0

New features

Switch to semantic versioning. Drupal 8||9 compatible.

db_maintenance 8.x-1.4

Bug fixes

Replaced some functions marked as depreciated in Drupal 8.
Resolved Issue 2703459 'invalid placeholder'.

db_maintenance 7.x-1.3

Bug fixes

Resolved issue 3027928 'each() is deprecated in PHP 7.2'. Please note that further development and new features will be provided for 7.x-2.x branch. This 7.x-1.3 may be used if current functionality is acceptable.

db_maintenance 7.x-2.0-alpha1

New features

7.x-2.x branch is released. The module has been completely rewritten in object-oriented Drupal 8 style. This is an intermediate stage for Drupal 8 module version. For Drupal 8 OOP (Object Oriented Programming) style in Drupal 7 version X Autoload module >=7.x-5.0 is required. Module functionality remains the same.

Please test the 7.x-2.x version on non-production sites first.

db_maintenance 7.x-1.2

New features

Added "all tables" option (issue #305963: Add "all tables" option ). This option allows to automatically optimize all tables in the database without having to select them first.

db_maintenance 7.x-1.0

Basic, no-frills upgrade from 6.x-1.4. Only supports the default database, so any secondary databases where additional tables are queried won't be seen by this module.

db_maintenance 6.x-1.3

New features
Bug fixes

Adds Hungarian translation
Adds uninstall function

db_maintenance 7.x-1.0-alpha1

Basic upgrade of the optimize functionality. Tested and configured to only support one database. More work is needed to figure out the new array format for configuring multiple databases to be able to loop through them for configuration.

db_maintenance 6.x-2.0-beta1

New features

New features from the 5.2 branch merged across;

  • detect failure of optimize and optionally execute a repair table
  • allowed option to not optimize tables by setting frequency to "never"
  • added option to backup database, requires access to exec() some ISP's block this, and proper path to mysqldump
  • added option to backup files directory, requires access to to exec(), and proper path to tar
  • added option to email user(s) when database and files are backed up

db_maintenance 5.x-2.1

New features

Stable version including new features;

  • detect failure of optimize and optionally execute a repair table
  • allowed option to not optimize tables by setting frequency to "never"
  • added option to backup database, requires access to exec() some ISP's block this, and proper path to mysqldump
  • added option to backup files directory, requires access to to exec(), and proper path to tar
  • added option to email user(s) when database and files are backed up

db_maintenance 5.x-2.1-beta3

Bug fixes

Fixed incorrect fail status on outgoing emails
Fixed formatting issues of email

db_maintenance 5.x-2.1-beta2

Bug fixes

Fixed incorrect fail status for backups sent via email
Fixed improper calling order for watchdog and return

db_maintenance 5.x-1.2

adds options for optimize frequency (hunmonk); changes only to db_maintenance.module

db_maintenance 5.x-1.1

Adds support for multiple databases in the $db_url configuration variable for settings.php; patch by hunmonk in issue #112548. Requires a minor update by running the update.php included in the root directory of your default Drupal install.

Subscribe with RSS Subscribe to Releases for DB Maintenance