Skip to content
Snippets Groups Projects
Select Git revision
  • 5.0.x
  • 3423899-add-drush-command
  • 5.1.x
  • 7.x-3.x
  • 8.x-4.x
  • 6.x-3.x
  • 8.x-3.x
  • 7.x-2.x
  • 6.x-2.x
  • 8.x-2.x
  • 5.x-1.x
  • 5.x-2.x
  • 6.x-1.x
  • master
  • 5.0.3
  • 5.0.2
  • 7.x-3.10
  • 5.0.1
  • 8.x-4.2
  • 5.0.0
  • 5.0.0-rc2
  • 7.x-3.9
  • 7.x-3.8
  • 5.0.0-rc1
  • 7.x-3.7
  • 8.x-4.1
  • 7.x-3.6
  • 8.x-4.0
  • 8.x-4.0-rc1
  • 7.x-3.5
  • 7.x-3.4
  • 7.x-3.3
  • 8.x-4.0-beta3
  • 8.x-4.0-beta2
34 results

backup_migrate-3423899

  • Clone with SSH
  • Clone with HTTPS
  • Forked from project / backup_migrate
    Up to date with the upstream repository.
    sarwan verma's avatar
    Issue #3390910 by sarwan_verma, kepesv, DamienMcKenna: Drupal 10 compatibility...
    sarwan verma authored and Damien McKenna committed
    Issue #3390910 by sarwan_verma, kepesv, DamienMcKenna: Drupal 10 compatibility warnings - Call \Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
    3afa56e9
    History

    Backup and Migrate for Drupal 8 and 9

    This is a rewrite of Backup and Migrate for Drupal 8 and 9.

    Installation

    Install without composer

    • Download the zip or tgz archive of the latest release from the project page: https://www.drupal.org/project/backup_migrate
    • Extra the archive and rename it so that there is just a directory called backup_migrate.
    • Move the directory to the site's modules/contrib directory.

    Install using composer

    composer require drupal/backup_migrate

    Optional: php-encryption

    In order to encrypt backup files, please install the Defuse PHP-encryption library via Composer with the command:

    composer require defuse/php-encryption

    See the Defuse PHP Encryption Documentation Page for more information:

    Note: if that page is inaccessible it may have been renamed, try this URL instead:

    Related modules

    The following modules can extend the functionality of your backup solution:

    • Backup & Migrate: Flysystem https://www.drupal.org/project/backup_migrate_flysystem Provides a wrapper around the Flysystem abstraction system which allows use of a wide variety of backup destinations without additional changes to the B&M module itself. Please see that module's README.md file for details.