Magento2 Backup disabled

Chequille picture Chequille · Dec 2, 2018 · Viewed 8.9k times · Source

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?

Answer

bachlee89 picture bachlee89 · Dec 3, 2018

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