cancel
Showing results for 
Search instead for 
Did you mean: 

backups problem ---> System Backup

SOLVED

backups problem ---> System Backup

Hello Sirs,

 

When we are in Admin-->system--> backup --> System backup, it fails and it shows " You need more permissions to create a backup. "   

 

By the way, we tick "maintenance mode" ,but how to set to "maintenance mode" ??

 

Please help us for this issue .  

1 ACCEPTED SOLUTION

Accepted Solutions

Re: backups problem ---> System Backup

Hello @alex_chang1 

 

For maintenance mode to enable you can run below command:

bin/magento maintenance:enable

To disable it, just run:

bin/magento maintenance:disable

to take the backup and to use magento 's backup and restore functionality - you must have writable permission for the user which you are using to take a backup !

 

so here , you are facing error because you don't have writable permission - so give writable permission to user and then try it for the same !

 

Fore more reference refer this link - 

https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-backup.html

Manish Mittal
https://www.manishmittal.com/

View solution in original post

2 REPLIES 2

Re: backups problem ---> System Backup

Hello @alex_chang1 

 

For maintenance mode to enable you can run below command:

bin/magento maintenance:enable

To disable it, just run:

bin/magento maintenance:disable

to take the backup and to use magento 's backup and restore functionality - you must have writable permission for the user which you are using to take a backup !

 

so here , you are facing error because you don't have writable permission - so give writable permission to user and then try it for the same !

 

Fore more reference refer this link - 

https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-backup.html

Manish Mittal
https://www.manishmittal.com/

Re: backups problem ---> System Backup

It works. Thank you.