Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Magento2 Backup disabled

Tags:

magento2

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?

like image 248
Chequille Avatar asked Dec 01 '18 23:12

Chequille


2 Answers

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
like image 52
bachlee89 Avatar answered Nov 03 '22 20:11

bachlee89


For the enable Backups to run below command.

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

like image 38
Kirti Nariya Avatar answered Nov 03 '22 19:11

Kirti Nariya