15

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?

Community
  • 1
  • 1
Chequille
  • 161
  • 1
  • 1
  • 5

3 Answers3

28

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
mbuc91
  • 1,270
  • 11
  • 17
bachlee89
  • 717
  • 4
  • 8
6

For the enable Backups to run below command.

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

Kirti Nariya
  • 247
  • 3
  • 18
-5

Configuration - System - Backup Settings

vas

Vasil
  • 1