Moving Curator onto new server hardware is built on top of a full backup. See
Moving Curator to a New Server for the end-to-end
process.
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to the Settings > Curator > Backups in the left -hand menu.
- Click on the gear icon to display a popup. From here you can modify the location/frequency and retention options.
- Delete backups one at a time from the Backups list view using the trash icon in the Actions column.
- Delete the
full_backup_*.zipfiles from the directory shown in Backup Location. That path is<web root>/storage/tempby default. Each filename includes the date and time of the backup. Deleting one gives up that restore point, but it does not touch the live Curator database or files.
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to the Settings > Curator > Backups in the left-hand menu.
- Click the “Take New Backup” button to start a backup. If you would like to check the status of the backup while it is running, you can view the active status under the Settings > Curator > Queued Processes in the left navigation.
/api/v1/portal/queueBackup with an API key to
queue one, then poll /api/v1/portal/listBackups until the new archive shows a Ready status. If the queued
row disappears from that list and no new archive appears, the backup failed; check the system log under
storage/logs/ for the error. Both endpoints are described under
Curator API.
To Restore From a Full Backup:
- Login to the backend of your Curator instance (e.g.
http://curatorexample.com/backend). - Navigate to the Settings > Curator > Backups in the left navigation.
- Find the backup from the list view (NOTE: They are all appended with a timestamp from when they were taken), and click the “Restore Backup” icon (counter clockwise arrow) to restore Curator to exactly mirror the time the backup was taken.
- The Backups list view shows only the 10 most recent
.iwebackups, even when more exist. Older backups are retained by InterWorks and are still recoverable, but they will not appear in the backend list view. If you need to restore from a backup older than the 10 most recent, contact InterWorks support. - The configured retention schedule does not purge
.iweor.iwgzbackup files on SaaS. These backup files accumulate indefinitely, and they are held under a compliance lock that prevents deletion or modification for the duration of the lock period. Retention settings in the backend gear icon popup have no effect on.iwe/.iwgzretention for SaaS deployments. To manage these files on SaaS, contact InterWorks support.