Deploy Frappe apps to production environment
Guides safe deployment of Frappe apps to production with pre-flight checks, step-by-step commands, and rollback planning. Use this before deploying to ensure backups, migrations, and downtime windows are properly handled.
/plugin marketplace add Venkateshvenki404224/frappe-apps-manager/plugin install frappe-apps-manager@frappe-marketplaceGuide deployment of Frappe applications to production:
bench --site <site-name> set-maintenance-mode ongit pull in app directorybench setup requirementsbench --site <site-name> migratebench build --app <app-name>bench --site <site-name> clear-cachesudo supervisorctl restart all or bench restartbench --site <site-name> set-maintenance-mode offProduction safety: Emphasize testing in staging first, backing up before deployment, and having a rollback plan ready.