skip to Main Content

Magento Version 2.2.7.

I wanted to backup the system and database with the Tools given by Magento2.

But in the backend when I go to System – Backups, I get the message

Backup functionality is disabled

Backup functionality is currently disabled. Please use other means for backups

Where can i enable it?

3

Answers


  1. Configuration – System – Backup Settings

    vas

    Login or Signup to reply.
  2. You can enable Backup setting by going to Stores/Configuration, Advanced=>System, Backup Setting:

    enter image description here

    If you want to enable it with the CLI, you can use the command:

    php bin/magento config:set system/backup/functionality_enabled 1
    
    Login or Signup to reply.
  3. For the enable Backups to run below command.

    php bin/magento config:set system/backup/functionality_enabled 1

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search