Magento Misc

How do I change to developer mode on aws lightsail magento?

For AWS lightsail:
cd /apps/magento/htdocs
php bin/magento deploy:mode:set developer---
Enable backups

The Magento backup feature is disabled by default. To enable, enter the following CLI command:


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