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 .
Solved! Go to Solution.
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
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
It works. Thank you.