-
Notifications
You must be signed in to change notification settings - Fork 9
Help cwmbackup
Brent Cordis edited this page Mar 2, 2026
·
1 revision
The Backup & Restore utility exports and imports Proclaim database content. Use it for regular backups, disaster recovery, and migrating content between Joomla installations.
Components -> Proclaim -> Administration, then select the Backup tab.
| Method | Description |
|---|---|
| Download Backup | Generates an SQL file and downloads it to your computer immediately. |
| Save to Server | Saves the SQL file to /media/com_proclaim/backup/ on the server. |
Backup filename format: proclaim-backup_sitename_YYYY-MM-DD_vX.X.X.sql
| Method | Description |
|---|---|
| Upload File | Upload a .sql or .zip backup file from your computer. |
| Select from Server | Choose from backups in /media/com_proclaim/backup/. |
| Advanced (tmp folder) | For large files: upload to the server's tmp folder via FTP, then select from here. |
Messages, Teachers, Series, Topics, Locations, Media file records, Servers, Podcasts, Templates, Template Codes, Comments, Component Settings.
Images, audio files, video files, thumbnails, and all files in /media/com_proclaim/. These must be backed up separately via FTP or file manager.
- Export a backup on the source site
- Install Proclaim on the destination site
- Import the backup file
- Copy
/media/com_proclaim/folder via FTP - Verify content and media files
Backups from version 9.x and later are supported. The database schema is automatically upgraded during import if the backup is from an older version.
| Issue | Solution |
|---|---|
| Timeout during import | Increase max_execution_time in PHP settings |
| Upload file too large | Check upload_max_filesize and post_max_size in PHP. Use the Advanced (tmp folder) method for large backups. |
| Missing media after restore | Copy /media/com_proclaim/ from the source site via FTP |
- Schedule regular backups -- at minimum, before upgrades and after bulk content changes.
- Keep both the SQL backup and a copy of
/media/com_proclaim/for complete disaster recovery. - The Advanced (tmp folder) method bypasses PHP upload limits, making it ideal for large databases.
- Help-cwmarchive -- Archive utility
- Help-admin -- Admin Center
- Multi-Campus-Admin-Guide
- Multi-Campus-User-Guide
- Template-Customization-Guide
- Print-Friendly-View
- Content-Security-Policy
- Troubleshooting-FAQ
- Setting-up-your-development-environment
- Standards and Conventions
- Contributing-Workflow
- Database-Schema
- Location-API-Reference
- Backward-Compatibility-Breaks-10.1
- Proclaim-Code-Road-map
- Tasks
- Overview
- Admin Center
- Messages
- Media Files
- Servers
- Teachers
- Series
- Podcasts
- Topics
- Locations
- Comments
- Message Types
- Templates
- Utilities