Backup Manager
Create, download and manage application backups
Backup Successful
Backup Failed
Full Backup
Includes application files (app, config, database, public, resources, routes) + full PostgreSQL database dump as a single .zip archive.
✓ Application files
✓ Database .sql dump
✗ vendor/ excluded
✗ storage/logs excluded
Files Backup
Zips only source code directories — no database. Use for code-only deployments or version snapshots.
/app
/config
/database
/public
/resources
/routes
Database Backup
Exports the full PostgreSQL database as a plain .sql file using pg_dump. Includes all tables, data, and sequences.
✓ All tables exported
✓ pg_dump format
✓ Restorable with psql